GET api/customers
Get all customers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "fb234cc1-ec44-4946-b1cf-5e84325f25be",
"Name": "sample string 2"
},
{
"Id": "fb234cc1-ec44-4946-b1cf-5e84325f25be",
"Name": "sample string 2"
}
]