GET api/customers/{id}
Get customer by ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID of the customer |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
Required Max length: 50 |
Response Formats
application/json, text/json
Sample:
{ "Id": "89b9015d-153c-4b4c-b533-9e9db7ceafac", "Name": "sample string 2" }