Required permission: | all |
GET | /customer/externalid/{ExternalId} |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ExternalId | path | string | Yes | The external id to get the customer by. |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | The id of the customer. |
ExternalId | form | string | No | The external id of the customer. |
AddressId | form | int | No | The id of the customer's primary address. |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /customer/externalid/{ExternalId} HTTP/1.1 Host: bestellforum.api.mauve.de Accept: text/csv
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"Id":"String","ExternalId":"String","AddressId":0}