POST Ipt/IPT_SaveReadyToShipHistory

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.IPT_ReadyToShipHistory
NameDescriptionTypeAdditional information
DOC_NO

integer

None.

LINE

decimal number

None.

DOC_CATEGORY

string

None.

ADDED_BY

string

None.

ADDED_DATE

date

None.

ADDED_BY_NAME

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DOC_NO": 1,
  "LINE": 2.0,
  "DOC_CATEGORY": "sample string 3",
  "ADDED_BY": "sample string 4",
  "ADDED_DATE": "2026-04-03T08:48:18.8926524-04:00",
  "ADDED_BY_NAME": "sample string 5"
}

application/xml, text/xml

Sample:
<IPT_ReadyToShipHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ADDED_BY>sample string 4</ADDED_BY>
  <ADDED_BY_NAME>sample string 5</ADDED_BY_NAME>
  <ADDED_DATE>2026-04-03T08:48:18.8926524-04:00</ADDED_DATE>
  <DOC_CATEGORY>sample string 3</DOC_CATEGORY>
  <DOC_NO>1</DOC_NO>
  <LINE>2</LINE>
</IPT_ReadyToShipHistory>

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.