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": "dfe5972b-1323-421c-bff3-3a78672ea901", "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": "ad6b46c8-0354-40d5-ae31-edb4bfcb7101", "Name": "sample string 2" }