POST MaintenanceWorkOrder/MntWo_SaveLineReturn?docLog={docLog}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
docLog

string

Required

Body Parameters

XS.CoreApi.Pentagon.Model.MNT_LINE_RTS
NameDescriptionTypeAdditional information
DOC_NO

integer

None.

WO_DOC_NO

integer

None.

QA_STATUS

string

None.

USER_DOC

string

None.

WO_LINE

decimal number

None.

LOGNO

integer

None.

QTY_RETURNED

decimal number

None.

RETURNED_BY

string

None.

RETURN_DATE

date

None.

RECLOCK

string

None.

ADDED_USR

string

None.

ADDED_DTE

date

None.

UPDATED_USR

string

None.

UPDATED_DTE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DOC_NO": 1,
  "WO_DOC_NO": 2,
  "QA_STATUS": "sample string 3",
  "USER_DOC": "sample string 4",
  "WO_LINE": 5.0,
  "LOGNO": 1,
  "QTY_RETURNED": 1.0,
  "RETURNED_BY": "sample string 6",
  "RETURN_DATE": "2026-04-03T08:44:53.8671483-04:00",
  "RECLOCK": "sample string 7",
  "ADDED_USR": "sample string 8",
  "ADDED_DTE": "2026-04-03T08:44:53.8671483-04:00",
  "UPDATED_USR": "sample string 9",
  "UPDATED_DTE": "2026-04-03T08:44:53.8671483-04:00"
}

application/xml, text/xml

Sample:
<MNT_LINE_RTS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ADDED_DTE>2026-04-03T08:44:53.8671483-04:00</ADDED_DTE>
  <ADDED_USR>sample string 8</ADDED_USR>
  <DOC_NO>1</DOC_NO>
  <LOGNO>1</LOGNO>
  <QA_STATUS>sample string 3</QA_STATUS>
  <QTY_RETURNED>1</QTY_RETURNED>
  <RECLOCK>sample string 7</RECLOCK>
  <RETURNED_BY>sample string 6</RETURNED_BY>
  <RETURN_DATE>2026-04-03T08:44:53.8671483-04:00</RETURN_DATE>
  <UPDATED_DTE>2026-04-03T08:44:53.8671483-04:00</UPDATED_DTE>
  <UPDATED_USR>sample string 9</UPDATED_USR>
  <USER_DOC>sample string 4</USER_DOC>
  <WO_DOC_NO>2</WO_DOC_NO>
  <WO_LINE>5</WO_LINE>
</MNT_LINE_RTS>

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.