POST Setnix/Setnix_PrintWorkOrderComponentLabel

Request Information

URI Parameters

None.

Body Parameters

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

integer

None.

QA_STATUS

string

None.

LINE_NO

Collection of decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "WO_DOC_NO": 1,
  "QA_STATUS": "sample string 2",
  "LINE_NO": [
    1.0,
    2.0
  ]
}

application/xml, text/xml

Sample:
<Setnix_WO_ComponentLabelPrintParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <LINE_NO xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:decimal>1</d2p1:decimal>
    <d2p1:decimal>2</d2p1:decimal>
  </LINE_NO>
  <QA_STATUS>sample string 2</QA_STATUS>
  <WO_DOC_NO>1</WO_DOC_NO>
</Setnix_WO_ComponentLabelPrintParam>

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.