POST Pentagon/SaveLocation

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.WHLOC
NameDescriptionTypeAdditional information
WHCODE

string

None.

LOCATION

string

None.

LONGITUDE

decimal number

None.

LATITUDE

decimal number

None.

ADDED_USR

string

None.

UPDATED_USR

string

None.

Request Formats

application/json, text/json

Sample:
{
  "WHCODE": "sample string 1",
  "LOCATION": "sample string 2",
  "LONGITUDE": 1.0,
  "LATITUDE": 1.0,
  "ADDED_USR": "sample string 3",
  "UPDATED_USR": "sample string 4"
}

application/xml, text/xml

Sample:
<WHLOC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ADDED_USR>sample string 3</ADDED_USR>
  <LATITUDE>1</LATITUDE>
  <LOCATION>sample string 2</LOCATION>
  <LONGITUDE>1</LONGITUDE>
  <UPDATED_USR>sample string 4</UPDATED_USR>
  <WHCODE>sample string 1</WHCODE>
</WHLOC>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.