GET api/DeliveryPlan/CustomerInfo/ClientId/{ClientId}/Filter/{Filter}
Get customer info for delivery plan by specified filter (store number, GLN location number, customer number, customer name)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| Filter | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerInfoForDeliveryPlan| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
|
| CustomerNumber | string |
None. |
|
| CustomerName | string |
None. |
|
| CustomerName2 | string |
None. |
|
| CustomerEmail | string |
None. |
|
| CustomerPhone | string |
None. |
|
| CustomerVATNumber | string |
None. |
|
| GLNLocationNo | string |
None. |
|
| StoreNumber | string |
None. |
|
| StoreType | string |
None. |
|
| StoreGrocer | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.