POST orders/forward_order_new
Request Information
URI Parameters
None.
Body Parameters
ForwardOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | integer |
None. |
|
| ShopId | integer |
None. |
|
| ContactId | integer |
None. |
|
| DealerContactId | integer |
None. |
|
| MakeId | integer |
None. |
|
| DeliveryType | string |
None. |
|
| RONum | string |
None. |
|
| PartsEmsDetailIds | string |
None. |
|
| Notes | string |
None. |
|
| Photo1 | string |
None. |
|
| Photo2 | string |
None. |
|
| Photo3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"requestId": 1,
"shopId": 2,
"contactId": 3,
"dealerContactId": 4,
"makeId": 5,
"deliveryType": "sample string 6",
"roNum": "sample string 7",
"partsEmsDetailIds": "sample string 8",
"notes": "sample string 9",
"photo1": "sample string 10",
"photo2": "sample string 11",
"photo3": "sample string 12"
}
text/html
Sample:
{"requestId":1,"shopId":2,"contactId":3,"dealerContactId":4,"makeId":5,"deliveryType":"sample string 6","roNum":"sample string 7","partsEmsDetailIds":"sample string 8","notes":"sample string 9","photo1":"sample string 10","photo2":"sample string 11","photo3":"sample string 12"}
application/xml, text/xml
Sample:
<ForwardOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod"> <ContactId>3</ContactId> <DealerContactId>4</DealerContactId> <DeliveryType>sample string 6</DeliveryType> <MakeId>5</MakeId> <Notes>sample string 9</Notes> <PartsEmsDetailIds>sample string 8</PartsEmsDetailIds> <Photo1>sample string 10</Photo1> <Photo2>sample string 11</Photo2> <Photo3>sample string 12</Photo3> <RONum>sample string 7</RONum> <RequestId>1</RequestId> <ShopId>2</ShopId> </ForwardOrder>
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. |