Operation
Information of the operation
Style |
---|
table { width: 100%; } body.page-gadget { padding-top: 20px; } .separator{ margin: 5px 0; } |
Div | ||
---|---|---|
| ||
POST |
Div | ||
---|---|---|
| ||
https://{environment}.ulysescloud.com/api/{version}/chain/{chainId}/property/{propertyId}/reservationRoomStay/{reservationRoomStayId}/addFolioProduct |
Request
Property | Type | Required | Default value | Description |
---|---|---|---|---|
folioProduct | FolioProduct | true | An object of type FolioProduct |
Example request
Code Block | ||||
---|---|---|---|---|
| ||||
POST https://prod.ulysescloud.com/api/v1/chain/1/property/2/reservationreservationRoomStay/934/addFolioProduct |
Response
Property | Type | Required | Description |
---|---|---|---|
responseApiMessage | ResponseApiMessage | true | Description of the response of the success operation |
Entity
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Example response
Code Block | ||
---|---|---|
| ||
{ "counthttpStatus": 10, "offset201": 0, "limituserMessage": 10, "list": [ { "id": 1, "createdDateSuccess", "technicalMessage": "2018-04-12T18:13:50.710Z", "code": "CCRT1", "nameSuccess folioProduct added to reservationRoomStay", "errorCode": "ChainCancellationReasonType 1" }, { "id0", "moreInfo": 2, "createdDate": "2018-04-12T18:13:50.717Z", "code": "CCRT2", "name": "ChainCancellationReasonType 2" }, { null, "id": 3null, "createdDate": "2018-04-12T18:13:50.720Z", "code": "CCRT3", "name": "ChainCancellationReasonType 3" } ] "entity": null } |