POST Xs/XS_SaveBinLocationChangeLog

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_BinLocationChangeLog
NameDescriptionTypeAdditional information
LOGNO

integer

None.

LOCATION_FROM

string

None.

LOCATION_TO

string

None.

UPDATE_DATE

date

None.

UPDATED_BY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LOGNO": 1,
  "LOCATION_FROM": "sample string 2",
  "LOCATION_TO": "sample string 3",
  "UPDATE_DATE": "2026-04-03T08:49:59.6872895-04:00",
  "UPDATED_BY": "sample string 4"
}

application/xml, text/xml

Sample:
<XS_BinLocationChangeLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <LOCATION_FROM>sample string 2</LOCATION_FROM>
  <LOCATION_TO>sample string 3</LOCATION_TO>
  <LOGNO>1</LOGNO>
  <UPDATED_BY>sample string 4</UPDATED_BY>
  <UPDATE_DATE>2026-04-03T08:49:59.6872895-04:00</UPDATE_DATE>
</XS_BinLocationChangeLog>

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.