POST orders/manual

Request Information

URI Parameters

None.

Body Parameters

ManualOrder
NameDescriptionTypeAdditional information
RequestedBy

integer

None.

Contact

integer

None.

ShopId

integer

None.

RoNum

string

None.

MakeId

integer

None.

DeliveryType

integer

None.

Notes

string

None.

MakeType

integer

None.

AlternativePart

integer

None.

PriceMatch

integer

None.

OrderType

integer

None.

Hot

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "requestedBy": 1,
  "contact": 2,
  "shopId": 3,
  "roNum": "sample string 4",
  "makeId": 5,
  "deliveryType": 6,
  "notes": "sample string 7",
  "makeType": 8,
  "alternativePart": 9,
  "priceMatch": 10,
  "orderType": 11,
  "hot": 12
}

text/html

Sample:
{"requestedBy":1,"contact":2,"shopId":3,"roNum":"sample string 4","makeId":5,"deliveryType":6,"notes":"sample string 7","makeType":8,"alternativePart":9,"priceMatch":10,"orderType":11,"hot":12}

application/xml, text/xml

Sample:
<ManualOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod">
  <AlternativePart>9</AlternativePart>
  <Contact>2</Contact>
  <DeliveryType>6</DeliveryType>
  <Hot>12</Hot>
  <MakeId>5</MakeId>
  <MakeType>8</MakeType>
  <Notes>sample string 7</Notes>
  <OrderType>11</OrderType>
  <PriceMatch>10</PriceMatch>
  <RequestedBy>1</RequestedBy>
  <RoNum>sample string 4</RoNum>
  <ShopId>3</ShopId>
</ManualOrder>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ManualOrderResponse
NameDescriptionTypeAdditional information
RequestId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "requestId": 1
}

text/html

Sample:
{"requestId":1}

application/xml, text/xml

Sample:
<ManualOrderResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod">
  <RequestId>1</RequestId>
</ManualOrderResponse>