POST api/AutoInput/Estimate/GetpartDetailsByISOCodes
Request Information
URI Parameters
None.
Body Parameters
Request_GetPartpriceByCode| Name | Description | Type | Additional information |
|---|---|---|---|
| RepairCode | string |
None. |
|
| DamageCode | string |
None. |
|
| CompCode | string |
None. |
|
| LocationCode | string |
None. |
|
| MachineryType | string |
None. |
|
| DepotCode | string |
None. |
|
| CustomerID | string |
None. |
|
| EquipmentType | 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",
"DepotCode": "sample string 6",
"CustomerID": "sample string 7",
"EquipmentType": "sample string 8"
}
application/xml, text/xml
Sample:
<Request_GetPartpriceByCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.Estimates"> <CompCode>sample string 3</CompCode> <CustomerID>sample string 7</CustomerID> <DamageCode>sample string 2</DamageCode> <DepotCode>sample string 6</DepotCode> <EquipmentType>sample string 8</EquipmentType> <LocationCode>sample string 4</LocationCode> <MachineryType>sample string 5</MachineryType> <RepairCode>sample string 1</RepairCode> </Request_GetPartpriceByCode>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.