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/reservation/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 | ||
---|---|---|
| ||
{ "httpStatus": "201", "userMessage": "Success", "technicalMessage": "Success folioProduct added to reservationRoomStay", "errorCode": "0", "moreInfo": null, "id": null, "entity": null } |