POST RepairMgmt/RepairMgmt_STNX_SaveApprovedWorkOrderLine

Request Information

URI Parameters

None.

Body Parameters

Collection of XS.CoreApi.Pentagon.Model.XS_RepairMgmt_ApprovedWorkOrderLine
NameDescriptionTypeAdditional information
DOC_NO

integer

None.

QA_STATUS

string

None.

LINE

decimal number

None.

IS_APPROVED

boolean

None.

APPROVED_BY

string

None.

APPROVED_ON

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "DOC_NO": 1,
    "QA_STATUS": "sample string 2",
    "LINE": 3.0,
    "IS_APPROVED": true,
    "APPROVED_BY": "sample string 5",
    "APPROVED_ON": "2026-04-03T08:48:43.9069231-04:00"
  },
  {
    "DOC_NO": 1,
    "QA_STATUS": "sample string 2",
    "LINE": 3.0,
    "IS_APPROVED": true,
    "APPROVED_BY": "sample string 5",
    "APPROVED_ON": "2026-04-03T08:48:43.9069231-04:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfXS_RepairMgmt_ApprovedWorkOrderLine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <XS_RepairMgmt_ApprovedWorkOrderLine>
    <APPROVED_BY>sample string 5</APPROVED_BY>
    <APPROVED_ON>2026-04-03T08:48:43.9069231-04:00</APPROVED_ON>
    <DOC_NO>1</DOC_NO>
    <IS_APPROVED>true</IS_APPROVED>
    <LINE>3</LINE>
    <QA_STATUS>sample string 2</QA_STATUS>
  </XS_RepairMgmt_ApprovedWorkOrderLine>
  <XS_RepairMgmt_ApprovedWorkOrderLine>
    <APPROVED_BY>sample string 5</APPROVED_BY>
    <APPROVED_ON>2026-04-03T08:48:43.9069231-04:00</APPROVED_ON>
    <DOC_NO>1</DOC_NO>
    <IS_APPROVED>true</IS_APPROVED>
    <LINE>3</LINE>
    <QA_STATUS>sample string 2</QA_STATUS>
  </XS_RepairMgmt_ApprovedWorkOrderLine>
</ArrayOfXS_RepairMgmt_ApprovedWorkOrderLine>

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.