POST Ipt/IPT_SaveShippedLine

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.IPT_ShippedLine
NameDescriptionTypeAdditional information
DOC_CATEGORY

string

None.

SO_DOC_NO

integer

None.

SO_LINE

decimal number

None.

TKT_DOC_NO

integer

None.

TKT_LINE

decimal number

None.

ADDED_BY

string

None.

ADDED_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DOC_CATEGORY": "sample string 1",
  "SO_DOC_NO": 2,
  "SO_LINE": 3.0,
  "TKT_DOC_NO": 1,
  "TKT_LINE": 1.0,
  "ADDED_BY": "sample string 4",
  "ADDED_DATE": "2026-04-03T08:55:24.6260886-04:00"
}

application/xml, text/xml

Sample:
<IPT_ShippedLine 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_DATE>2026-04-03T08:55:24.6260886-04:00</ADDED_DATE>
  <DOC_CATEGORY>sample string 1</DOC_CATEGORY>
  <SO_DOC_NO>2</SO_DOC_NO>
  <SO_LINE>3</SO_LINE>
  <TKT_DOC_NO>1</TKT_DOC_NO>
  <TKT_LINE>1</TKT_LINE>
</IPT_ShippedLine>

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.