POST Pentagon/CopyWarehouseEntry

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.STOCKWH_Copy
NameDescriptionTypeAdditional information
PARTNUMBER

string

None.

SUBP

string

None.

OLD_LOGNO

integer

None.

ADDED_USR

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PARTNUMBER": "sample string 1",
  "SUBP": "sample string 2",
  "OLD_LOGNO": 3,
  "ADDED_USR": "sample string 4"
}

application/xml, text/xml

Sample:
<STOCKWH_Copy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ADDED_USR>sample string 4</ADDED_USR>
  <OLD_LOGNO>3</OLD_LOGNO>
  <PARTNUMBER>sample string 1</PARTNUMBER>
  <SUBP>sample string 2</SUBP>
</STOCKWH_Copy>

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.