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": "a7d4d87f-f08f-4cd3-9a45-1f26dd9a73a5",
"Name": "sample string 2"
},
{
"Id": "a7d4d87f-f08f-4cd3-9a45-1f26dd9a73a5",
"Name": "sample string 2"
}
]