PATCH api/Customer/PatchCustomer/{id}

Updates customer's information.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

customer id

integer

Required

Body Parameters

CustomerPatch
NameDescriptionTypeAdditional 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

IHttpActionResult

None.