Security |
Xml or Json ? |
C# example: a HTTP GET request |
Validation Errors |
Module | Entity |
---|---|
FI | Transaction |
PL | Person |
RES | PartnerReservation |
RES | PartnerReservationContacts |
RES | PartnerReservations |
SUB | PersonSubscription |
SUB | Subscription |
SUB | SubscriptionTransaction |
WS | Order |
WS | OrderItem |
You can remove OrderItems from your network by issuing a DELETE request to http://api.resengo.com/WS/OrderItem.
Note that any information on these OrderItems will be completely and unretrievably lost. If you merely wish to cancel an OrderItem, consider issuing a POST request to http://api.resengo.com/WS/OrderItem with ItemStatusID = 99 (canceled). Parameters for WS/OrderItem (DELETE):
Response of WS/OrderItem (DELETE):
Fields of <OrderItem>:
|