POST Skyways/SKW_SaveWorkOrderQuoteLine

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.SKW_WorkOrderQuoteLine
NameDescriptionTypeAdditional information
ID

integer

None.

HEADER_ID

integer

None.

DOC_NO

integer

None.

QA_STATUS

string

None.

LINE_NO

string

None.

PARTNUMBER

string

None.

DESCRIPTION

string

None.

QTY

decimal number

None.

UNITP

decimal number

None.

SUBTOTAL

decimal number

None.

LEAD_TIME_DAYS

integer

None.

ADDED_BY

string

None.

ADDED_DATE

date

None.

UPDATED_BY

string

None.

UPDATED_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "HEADER_ID": 2,
  "DOC_NO": 3,
  "QA_STATUS": "sample string 4",
  "LINE_NO": "sample string 5",
  "PARTNUMBER": "sample string 6",
  "DESCRIPTION": "sample string 7",
  "QTY": 1.0,
  "UNITP": 1.0,
  "SUBTOTAL": 1.0,
  "LEAD_TIME_DAYS": 1,
  "ADDED_BY": "sample string 8",
  "ADDED_DATE": "2026-04-03T08:53:37.6133388-04:00",
  "UPDATED_BY": "sample string 9",
  "UPDATED_DATE": "2026-04-03T08:53:37.6133388-04:00"
}

application/xml, text/xml

Sample:
<SKW_WorkOrderQuoteLine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ADDED_BY>sample string 8</ADDED_BY>
  <ADDED_DATE>2026-04-03T08:53:37.6133388-04:00</ADDED_DATE>
  <DESCRIPTION>sample string 7</DESCRIPTION>
  <DOC_NO>3</DOC_NO>
  <HEADER_ID>2</HEADER_ID>
  <ID>1</ID>
  <LEAD_TIME_DAYS>1</LEAD_TIME_DAYS>
  <LINE_NO>sample string 5</LINE_NO>
  <PARTNUMBER>sample string 6</PARTNUMBER>
  <QA_STATUS>sample string 4</QA_STATUS>
  <QTY>1</QTY>
  <SUBTOTAL>1</SUBTOTAL>
  <UNITP>1</UNITP>
  <UPDATED_BY>sample string 9</UPDATED_BY>
  <UPDATED_DATE>2026-04-03T08:53:37.6133388-04:00</UPDATED_DATE>
</SKW_WorkOrderQuoteLine>

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.