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": "d7ca6db3-ff55-4f57-a596-c221ec5cb666",
"Name": "sample string 2"
},
{
"Id": "d7ca6db3-ff55-4f57-a596-c221ec5cb666",
"Name": "sample string 2"
}
]