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": "fb3aeee8-1737-4b80-8554-ff73f7d6fb1d", "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": "92293734-15dc-48f6-98cb-d90b38d986f2", "Name": "sample string 2" }