POST Skyways/SKW_UnpostParts?docLog={docLog}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
docLog

string

Required

Body Parameters

XS.CoreApi.Pentagon.Model.SKW_ReserveParts_Params
NameDescriptionTypeAdditional information
WO_DOC_NO

integer

None.

QA_STATUS

string

None.

WO_LINE_NO

decimal number

None.

RESERVED_LOGNO

integer

None.

ADDED_BY

string

None.

IS_ALL

boolean

None.

PARTS_TO_RESERVE_OR_UNRESERVE

string

None.

WAREHOUSES

Collection of XS.CoreApi.Pentagon.Model.WHLIST_Nano

None.

SELECTED_LINES

Collection of XS.CoreApi.Pentagon.Model.SKW_SelectedLine

None.

Request Formats

application/json, text/json

Sample:
{
  "WO_DOC_NO": 1,
  "QA_STATUS": "sample string 2",
  "WO_LINE_NO": 3.0,
  "RESERVED_LOGNO": 4,
  "ADDED_BY": "sample string 5",
  "IS_ALL": true,
  "PARTS_TO_RESERVE_OR_UNRESERVE": "sample string 7",
  "WAREHOUSES": [
    {
      "WHCODE": "sample string 1",
      "NAME": "sample string 2"
    },
    {
      "WHCODE": "sample string 1",
      "NAME": "sample string 2"
    }
  ],
  "SELECTED_LINES": [
    {
      "WO_LINE_NO": 1.0
    },
    {
      "WO_LINE_NO": 1.0
    }
  ]
}

application/xml, text/xml

Sample:
<SKW_ReserveParts_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 5</ADDED_BY>
  <IS_ALL>true</IS_ALL>
  <PARTS_TO_RESERVE_OR_UNRESERVE>sample string 7</PARTS_TO_RESERVE_OR_UNRESERVE>
  <QA_STATUS>sample string 2</QA_STATUS>
  <RESERVED_LOGNO>4</RESERVED_LOGNO>
  <SELECTED_LINES>
    <SKW_SelectedLine>
      <WO_LINE_NO>1</WO_LINE_NO>
    </SKW_SelectedLine>
    <SKW_SelectedLine>
      <WO_LINE_NO>1</WO_LINE_NO>
    </SKW_SelectedLine>
  </SELECTED_LINES>
  <WAREHOUSES>
    <WHLIST_Nano>
      <NAME>sample string 2</NAME>
      <WHCODE>sample string 1</WHCODE>
    </WHLIST_Nano>
    <WHLIST_Nano>
      <NAME>sample string 2</NAME>
      <WHCODE>sample string 1</WHCODE>
    </WHLIST_Nano>
  </WAREHOUSES>
  <WO_DOC_NO>1</WO_DOC_NO>
  <WO_LINE_NO>3</WO_LINE_NO>
</SKW_ReserveParts_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.