Update Customer ChainVipLevel [PUT]
Update Customer ChainVipLevel [PUT]
Operation
Updates a customer.
PUT
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/customer/{customerId}/VIPLevel
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | ||
customerId | Integer | true | path parameter | The customer to be updated |
Example request
PUT https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/customer/508/VIPLevel
Body
The body that will be sent in the operation
Field Type Required Description id int true Id of the ChainVIPLevel chainId int true Chain Id of the ChainVIPLevel code string true Code of the ChainVIPLevel name string true Name of the ChainVIPLevel colorCode string true Color code of the ChainVIPLevel remark string true Remark of the ChainVIPLevelGroup active boolean true Status of the ChainVIPLevelGroup createdDate LocalDateTime true Creation Date of the ChainVIPLevelGroup modifiedDate LocalDateTime true Modified Date of the ChainVIPLevelGroup
Body
The body that will be sent in the operation
{ "id": 1, "code": "AG" }
Response
Property | Type | Required | Description |
---|---|---|---|
ResponseApiMessage | ResponseApiMessage | true | Description of the response of the success operation |
Example response
{ "httpStatus": "201", "userMessage": "Success", "technicalMessage": "Success VIP Level customer updated", "errorCode": "0", "id": 1321 }
, multiple selections available,
Related content
Update Customer [PUT]
Update Customer [PUT]
Read with this
Update Company [PUT]
Update Company [PUT]
More like this
Update AccountReceivable [PUT]
Update AccountReceivable [PUT]
More like this
ChainVIPLevel List [GET]
ChainVIPLevel List [GET]
Read with this
Add new Customer [POST]
Add new Customer [POST]
More like this
Cancel Reservation [PUT]
Cancel Reservation [PUT]
More like this