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": "64678f62-4576-447f-ba46-b420169b4225",
"Name": "sample string 2"
}