Authorizations
API key for authentication
Path Parameters
Body
Customer patch input serializer for updating an existing customer. Uses DRF's built-in partial update mechanism.
The name of the customer
Optional external id of the customer
The address of the customer Address input serializer to not confuse it with Address model serializer.
Response
Customer output serializer; we can represent the customer model differently depending on the request so we need a custom serializer for the output.
Maximum length:
255
The address of the customer Address input serializer to not confuse it with Address model serializer.