POST api/customers
Create a new customer
Request Information
URI Parameters
None.
Body Parameters
CustomerDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
Required Max length: 50 |
Request Formats
application/json, text/json
Sample:
{ "Id": "19b57814-6692-45fc-8943-cdc9c0907916", "Name": "sample string 2" }
Response Information
Resource Description
CustomerDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
Required Max length: 50 |
Response Formats
application/json, text/json
Sample:
{ "Id": "bdacd080-5d17-4858-b455-315f63905dbb", "Name": "sample string 2" }