/
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


PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruepath parameter0Unique identificator of the chain.
propertyIdIntegertruepath parameter0Unique identificator of the property.
cashierIdIntegertruerequest parameter0Unique 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
}

Related content