Customer Errors
Customer Errors
| error code | message | http status | description |
|---|---|---|---|
| customer_request_validation | Payload can not be read | 400 | Payload has a wrong structure, for example missing property. |
| customer_request_validation | Payload is invalid | 400 | Payload had a right structure, but a wrong values, for example provided location doesn't exists or fiscal code is invalid. |
| customer_locked | Customer is locked | 403 | The customer is locked on ShareNow side and cannot perform any rental. This error may occur during creation and upgrade. |
| customer_not_found | Customer is not found | 404 | A customer with the provided externalIdentifier doesn't exists on ShareNow side. This error may occur during customer upgrade. |
| customer_already_exists | Customer already exists | 409 | A customer with the provided externalIdentifier already exists. |
| customer_internal_server_error | Internal server error | 500 | Internal error on ShareNOW side. |
Updated 11 months ago