POST api/OnHireOrder/GetAutoInputPTI
Request Information
URI Parameters
None.
Body Parameters
AutoInputPTICL| Name | Description | Type | Additional information |
|---|---|---|---|
| AutoInput_ID | integer |
None. |
|
| AutoInput | string |
None. |
|
| Repair | string |
None. |
|
| Damage | string |
None. |
|
| Component | string |
None. |
|
| Location | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AutoInput_ID": 1,
"AutoInput": "sample string 2",
"Repair": "sample string 3",
"Damage": "sample string 4",
"Component": "sample string 5",
"Location": "sample string 6"
}
application/xml, text/xml
Sample:
<AutoInputPTICL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.OnHireOrder"> <AutoInput>sample string 2</AutoInput> <AutoInput_ID>1</AutoInput_ID> <Component>sample string 5</Component> <Damage>sample string 4</Damage> <Location>sample string 6</Location> <Repair>sample string 3</Repair> </AutoInputPTICL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |