GET api/Customer/{customerNo}
Endpoint to get a given customer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerNo |
CustomerNo |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfGetCustomerDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | Collection of GetCustomerDto |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.