POST api/CancelationService
Request Information
URI Parameters
None.
Body Parameters
ParamCancelServiceName | Description | Type | Additional information |
---|---|---|---|
UserCancel | string |
None. |
|
Production | boolean |
None. |
|
Service | Collection of CancelService |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserCancel": "sample string 1", "Production": true, "Service": [ { "$id": "2", "ReservationFolio": 1, "ReservationDetFolio": 2, "KeyAffiliate": "sample string 3", "Service": "sample string 4", "ConfirmationProvider": 5, "ConsecutiveProvider": 6, "StatusPagoProveedor": "sample string 7", "StatusPrefPagoProv": "sample string 8" }, { "$ref": "2" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMsgName | Description | Type | Additional information |
---|---|---|---|
Error | integer |
None. |
|
Msg | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Error": 1, "Msg": "sample string 2", "Data": { "$id": "2" } }