POST Skyways/SKW_SaveINVJAA8130?docLog={docLog}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
docLog

string

Required

Body Parameters

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

integer

None.

QA_STATUS

string

None.

RELEASED_BY

string

None.

AUTH_TYPE

string

None.

RELEASED_DATE

date

None.

USER_CODE

string

None.

REMARKS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "WO_DOC_NO": 1,
  "QA_STATUS": "sample string 2",
  "RELEASED_BY": "sample string 3",
  "AUTH_TYPE": "sample string 4",
  "RELEASED_DATE": "2026-04-03T08:52:31.302553-04:00",
  "USER_CODE": "sample string 5",
  "REMARKS": "sample string 6"
}

application/xml, text/xml

Sample:
<SKW_ReleaseParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <AUTH_TYPE>sample string 4</AUTH_TYPE>
  <QA_STATUS>sample string 2</QA_STATUS>
  <RELEASED_BY>sample string 3</RELEASED_BY>
  <RELEASED_DATE>2026-04-03T08:52:31.302553-04:00</RELEASED_DATE>
  <REMARKS>sample string 6</REMARKS>
  <USER_CODE>sample string 5</USER_CODE>
  <WO_DOC_NO>1</WO_DOC_NO>
</SKW_ReleaseParams>

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.