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": "605e327a-59ba-4261-977c-8b5dc08b7f1d"
}

text/html

Sample:
{"Id":1,"CustomerCode":"sample string 2","Guid":"605e327a-59ba-4261-977c-8b5dc08b7f1d"}

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>605e327a-59ba-4261-977c-8b5dc08b7f1d</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.