/
Cashier Assign [PUT]
Cashier Assign [PUT]
Operation
Re-assign cashier to other cashier authorized for that user.
PUT
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/propertyId/{propertyId}/cashier/assign
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | 0 | Unique identificator of the chain. |
propertyId | Integer | true | path parameter | 0 | Unique identificator of the property. |
cashierId | Integer | true | request parameter | 0 | Unique identificator of the cashier. |
Example request
PUT https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/2/cashier/assign/18
Response
ResponseApiMessage
Example response
{ "httpStatus": "201", "userMessage": "User with Id 41, cashier assigned updated", "technicalMessage": "User with Id 41 cashier assigned updated", "errorCode": null, "moreInfo": null, "id": null, "entity": null, "responseApiErrorList": null }
, multiple selections available,
Related content
Payment of ReservationRoomStay [PUT]
Payment of ReservationRoomStay [PUT]
More like this
Update Customer [PUT]
Update Customer [PUT]
More like this
Update Reservation adding Guarantee and Deposit [PUT]
Update Reservation adding Guarantee and Deposit [PUT]
More like this
Update Reservation Situation [PUT]
Update Reservation Situation [PUT]
More like this
Update AccountReceivable [PUT]
Update AccountReceivable [PUT]
More like this
Cancel Reservation [PUT]
Cancel Reservation [PUT]
More like this