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": "c5b90bd9-f184-4abe-b317-676904b5daee", "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": "68163295-fd6a-42e2-9148-d09c3fc9b674", "Name": "sample string 2" }