PATCH api/Customer/PatchCustomer/{id}
Updates customer's information.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
customer id |
integer |
Required |
Body Parameters
CustomerPatchName | Description | Type | Additional information |
---|---|---|---|
Operations | Collection of JsonPatchOperation |
None. |
|
HasOperations | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Operations": [], "HasOperations": false }
application/xml, text/xml
Sample:
<JsonPatchDocumentOfCustomerPatchPZwOT9zs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JsonPatch"> <Operations /> </JsonPatchDocumentOfCustomerPatchPZwOT9zs>
Response Information
Resource Description
IHttpActionResultNone.