PUT api/customers/{id}
Update a customer
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
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": "4f19bbd4-335d-4382-9df6-776c3cf57394", "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": "50c0737b-7d00-4e42-a5a7-f83a59f2e672", "Name": "sample string 2" }