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": "569d2a82-0148-43c5-994d-3c4d60cfd45c", "Name": "sample string 2" }, { "Id": "569d2a82-0148-43c5-994d-3c4d60cfd45c", "Name": "sample string 2" } ]