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

NameDescriptionTypeAdditional 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.

boolean

Response 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>