POST api/customerguid/Change

Request Information

URI Parameters

None.

Body Parameters

CustomerGuid
NameDescriptionTypeAdditional information
Id

integer

None.

CustomerCode

string

None.

Guid

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CustomerCode": "sample string 2",
  "Guid": "cc3bff3e-44e3-442e-85f9-76bb416d6ad0"
}

text/html

Sample:
{"Id":1,"CustomerCode":"sample string 2","Guid":"cc3bff3e-44e3-442e-85f9-76bb416d6ad0"}

application/xml, text/xml

Sample:
<CustomerGuid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrackTraceAPI.Models">
  <CustomerCode>sample string 2</CustomerCode>
  <Guid>cc3bff3e-44e3-442e-85f9-76bb416d6ad0</Guid>
  <Id>1</Id>
</CustomerGuid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.