GET api/torder/postCortesiaNumeradaTemp?cortesia={cortesia}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cortesia | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CortesiaResponseName | Description | Type | Additional information |
---|---|---|---|
Cortesias | Collection of Cortesia |
None. |
|
ResponseCode | string |
None. |
|
ResponseMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Cortesias": [ { "CodigoIngreso": 1, "Boleto": "sample string 2" }, { "CodigoIngreso": 1, "Boleto": "sample string 2" } ], "ResponseCode": "sample string 1", "ResponseMessage": "sample string 2" }
application/xml, text/xml
Sample:
<CortesiaResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniqueness.Store.Ticket.API.Models"> <Cortesias> <Cortesia> <Boleto>sample string 2</Boleto> <CodigoIngreso>1</CodigoIngreso> </Cortesia> <Cortesia> <Boleto>sample string 2</Boleto> <CodigoIngreso>1</CodigoIngreso> </Cortesia> </Cortesias> <ResponseCode>sample string 1</ResponseCode> <ResponseMessage>sample string 2</ResponseMessage> </CortesiaResponse>