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
CustomerDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required Max length: 50 |
Response Formats
application/json, text/json
Sample:
{
"Id": "0b882486-e7ac-45b3-92fa-81df52a69c06",
"Name": "sample string 2"
}