POST Skyways/SKW_SaveNewOutsideService?docLog={docLog}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
docLog

string

Required

Body Parameters

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

integer

None.

QA_STATUS

string

None.

PARTNUMBER

string

None.

SUBP

string

None.

BOM_DOC_NO

integer

None.

LINE_TYPE_33_SERIAL_NUMBER

string

None.

REMOVED_COND

string

None.

RE_INSTALL

boolean

None.

RE_INSTALL_PARTNUMBER

string

None.

RE_INSTALL_SUBP

string

None.

RE_INSTALL_COND

string

None.

ADDED_BY

string

None.

WHCODE

string

None.

LOCATION

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DOC_NO": 1,
  "QA_STATUS": "sample string 2",
  "PARTNUMBER": "sample string 3",
  "SUBP": "sample string 4",
  "BOM_DOC_NO": 5,
  "LINE_TYPE_33_SERIAL_NUMBER": "sample string 6",
  "REMOVED_COND": "sample string 7",
  "RE_INSTALL": true,
  "RE_INSTALL_PARTNUMBER": "sample string 9",
  "RE_INSTALL_SUBP": "sample string 10",
  "RE_INSTALL_COND": "sample string 11",
  "ADDED_BY": "sample string 12",
  "WHCODE": "sample string 13",
  "LOCATION": "sample string 14"
}

application/xml, text/xml

Sample:
<SKW_NewOutsideService_Params xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ADDED_BY>sample string 12</ADDED_BY>
  <BOM_DOC_NO>5</BOM_DOC_NO>
  <DOC_NO>1</DOC_NO>
  <LINE_TYPE_33_SERIAL_NUMBER>sample string 6</LINE_TYPE_33_SERIAL_NUMBER>
  <LOCATION>sample string 14</LOCATION>
  <PARTNUMBER>sample string 3</PARTNUMBER>
  <QA_STATUS>sample string 2</QA_STATUS>
  <REMOVED_COND>sample string 7</REMOVED_COND>
  <RE_INSTALL>true</RE_INSTALL>
  <RE_INSTALL_COND>sample string 11</RE_INSTALL_COND>
  <RE_INSTALL_PARTNUMBER>sample string 9</RE_INSTALL_PARTNUMBER>
  <RE_INSTALL_SUBP>sample string 10</RE_INSTALL_SUBP>
  <SUBP>sample string 4</SUBP>
  <WHCODE>sample string 13</WHCODE>
</SKW_NewOutsideService_Params>

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.