GET api/sales/cancel/{id}
Imports a collection of excursion sales into the system. All sales must be valid or else none of them will be imported.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An object with the imported SaleIds if the import is successful, the TicketIds otherwise.
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>