POST api/AutoInput/Estimate/GetJobDetailsBySTSCode

Request Information

URI Parameters

None.

Body Parameters

Request_STSCode
NameDescriptionTypeAdditional information
RepairCode

string

None.

DamageCode

string

None.

CompCode

string

None.

LocationCode

string

None.

MachineryType

string

None.

StsCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RepairCode": "sample string 1",
  "DamageCode": "sample string 2",
  "CompCode": "sample string 3",
  "LocationCode": "sample string 4",
  "MachineryType": "sample string 5",
  "StsCode": "sample string 6"
}

application/xml, text/xml

Sample:
<Request_STSCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.Estimates">
  <CompCode>sample string 3</CompCode>
  <DamageCode>sample string 2</DamageCode>
  <LocationCode>sample string 4</LocationCode>
  <MachineryType>sample string 5</MachineryType>
  <RepairCode>sample string 1</RepairCode>
  <StsCode>sample string 6</StsCode>
</Request_STSCode>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.