| 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 .jsv suffix or ?format=jsv
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/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Id: String,
ExternalId: String,
AddressId: 0
}