| 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 Orders from your network by issuing a DELETE request to http://api.resengo.com/WS/Order.
Note that any information on these Orders will be completely and unretrievably lost. If you merely wish to cancel an Order, consider issuing a POST request to http://api.resengo.com/WS/Order with StatusID = 99 (canceled). Parameters for WS/Order (DELETE):
Response of WS/Order (DELETE):
Fields of <Order>:
|