GET api/customers
Get all customers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
Required Max length: 50 |
Response Formats
application/json, text/json
Sample:
[ { "Id": "0183d87a-092d-41a6-a0bd-02c7b7e6b9c5", "Name": "sample string 2" }, { "Id": "0183d87a-092d-41a6-a0bd-02c7b7e6b9c5", "Name": "sample string 2" } ]