PUT api/Customers/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | globally unique identifier |
None. |
|
| name | string |
None. |
|
| phone | string |
None. |
|
| string |
None. |
||
| dateCreated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerId": "59747892-3c9a-4092-be7d-84adc4410efc",
"name": "sample string 2",
"phone": "sample string 3",
"email": "sample string 4",
"dateCreated": "2026-03-20T18:42:11.8822428+00:00"
}
text/html
Sample:
{"customerId":"59747892-3c9a-4092-be7d-84adc4410efc","name":"sample string 2","phone":"sample string 3","email":"sample string 4","dateCreated":"2026-03-20T18:42:11.8822428+00:00"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.