POST RepairMgmt/RepairMgmt_GetRoutingByDate

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_RoutingByDateParam
NameDescriptionTypeAdditional information
OPR_DOC_NO

integer

None.

START_DATE

date

None.

END_DATE

date

None.

SMAN_CODE

string

None.

ACCTNO

string

None.

SUBC

string

None.

PARTNUMBER

string

None.

SUBP

string

None.

WO_DOC_NO

integer

None.

QA_STATUS

string

None.

IS_ADMIN_VIEW

boolean

None.

DIVISION

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OPR_DOC_NO": 1,
  "START_DATE": "2026-04-03T08:49:22.1176838-04:00",
  "END_DATE": "2026-04-03T08:49:22.1176838-04:00",
  "SMAN_CODE": "sample string 4",
  "ACCTNO": "sample string 5",
  "SUBC": "sample string 6",
  "PARTNUMBER": "sample string 7",
  "SUBP": "sample string 8",
  "WO_DOC_NO": 1,
  "QA_STATUS": "sample string 9",
  "IS_ADMIN_VIEW": true,
  "DIVISION": "sample string 11"
}

application/xml, text/xml

Sample:
<XS_RoutingByDateParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ACCTNO>sample string 5</ACCTNO>
  <DIVISION>sample string 11</DIVISION>
  <END_DATE>2026-04-03T08:49:22.1176838-04:00</END_DATE>
  <IS_ADMIN_VIEW>true</IS_ADMIN_VIEW>
  <OPR_DOC_NO>1</OPR_DOC_NO>
  <PARTNUMBER>sample string 7</PARTNUMBER>
  <QA_STATUS>sample string 9</QA_STATUS>
  <SMAN_CODE>sample string 4</SMAN_CODE>
  <START_DATE>2026-04-03T08:49:22.1176838-04:00</START_DATE>
  <SUBC>sample string 6</SUBC>
  <SUBP>sample string 8</SUBP>
  <WO_DOC_NO>1</WO_DOC_NO>
</XS_RoutingByDateParam>

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.