Put Customer
PUT/customers/:CustomerID
Creates or updates a customer record. A unique CustomerID
must be provided, as the API does not generate this identifier. For consistency, it is recommended to use the customer ID from your internal system as the CustomerID
. This customer record must exist before executing any operations that depend on the CustomerID
.
Request
Responses
- 201
- 204
- 400
- 401
- 500
Customer created
Customer updated
Bad request
Client is not authorized to perform this action
Internal server error