POST Skyways/SKW_SaveProductLine

Request Information

URI Parameters

None.

Body Parameters

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

integer

None.

CODE

string

None.

NAME

string

None.

TTR_TARGET

integer

None.

TTQ_TARGET

integer

None.

TTC_ST_TARGET

integer

None.

COMP_REQ_HRS

integer

None.

SHEET_REQ_HRS

integer

None.

PAINT_REQ_HRS

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,
  "CODE": "sample string 2",
  "NAME": "sample string 3",
  "TTR_TARGET": 1,
  "TTQ_TARGET": 1,
  "TTC_ST_TARGET": 1,
  "COMP_REQ_HRS": 1,
  "SHEET_REQ_HRS": 1,
  "PAINT_REQ_HRS": 1,
  "ADDED_BY": "sample string 4",
  "ADDED_DATE": "2026-04-03T08:46:23.5794028-04:00",
  "UPDATED_BY": "sample string 5",
  "UPDATED_DATE": "2026-04-03T08:46:23.5794028-04:00"
}

application/xml, text/xml

Sample:
<SKW_ProductLines 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:46:23.5794028-04:00</ADDED_DATE>
  <CODE>sample string 2</CODE>
  <COMP_REQ_HRS>1</COMP_REQ_HRS>
  <ID>1</ID>
  <NAME>sample string 3</NAME>
  <PAINT_REQ_HRS>1</PAINT_REQ_HRS>
  <SHEET_REQ_HRS>1</SHEET_REQ_HRS>
  <TTC_ST_TARGET>1</TTC_ST_TARGET>
  <TTQ_TARGET>1</TTQ_TARGET>
  <TTR_TARGET>1</TTR_TARGET>
  <UPDATED_BY>sample string 5</UPDATED_BY>
  <UPDATED_DATE>2026-04-03T08:46:23.5794028-04:00</UPDATED_DATE>
</SKW_ProductLines>

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.