POST Skyways/SKW_CloseWorkOrder?docLog={docLog}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
docLog

string

Required

Body Parameters

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

integer

None.

QA_STATUS

string

None.

ADDED_BY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "WO_DOC_NO": 1,
  "QA_STATUS": "sample string 2",
  "ADDED_BY": "sample string 3"
}

application/xml, text/xml

Sample:
<SKW_CloseWorkOrder_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 3</ADDED_BY>
  <QA_STATUS>sample string 2</QA_STATUS>
  <WO_DOC_NO>1</WO_DOC_NO>
</SKW_CloseWorkOrder_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.