POST status/receive

Request Information

URI Parameters

None.

Body Parameters

Status
NameDescriptionTypeAdditional information
ro

string

None.

request_id

integer

None.

response_id

integer

None.

model

string

None.

invoice

string

None.

order_to_dealer

string

None.

order_to_contact_name

string

None.

submitted_name

string

None.

processed_by

string

None.

order_to_contact_uri

string

None.

order_to_insurance

string

None.

submitted

date

None.

response

date

None.

status

integer

None.

delivery_quantity

string

None.

delivery_status

integer

None.

delivery_time

string

None.

delivery_eta

string

None.

delivery_eta_partial

date

None.

received_date

date

None.

complete_date

date

None.

is_received

boolean

None.

mtc_id

integer

None.

man_stat

string

None.

parts_unavailable

integer

None.

viewed_by

string

None.

notes

string

None.

special_notes

string

None.

nmi_id

integer

None.

order_to_contact_phone

string

None.

unavailable_count

integer

None.

forwarded_count

integer

None.

disc_id

integer

None.

disc_status

integer

None.

disc_comm_count

integer

None.

IsManualOrder

boolean

None.

satisfied

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ro": "sample string 1",
  "request_id": 2,
  "response_id": 3,
  "model": "sample string 4",
  "invoice": "sample string 5",
  "order_to_dealer": "sample string 6",
  "order_to_contact_name": "sample string 7",
  "submitted_name": "sample string 8",
  "processed_by": "sample string 9",
  "order_to_contact_uri": "sample string 10",
  "order_to_insurance": "sample string 11",
  "submitted": "2026-05-05T21:29:35.692088+00:00",
  "response": "2026-05-05T21:29:35.692088+00:00",
  "status": 12,
  "delivery_quantity": "sample string 13",
  "delivery_status": 14,
  "delivery_time": "sample string 15",
  "delivery_eta": "sample string 16",
  "delivery_eta_partial": "2026-05-05T21:29:35.692088+00:00",
  "received_date": "2026-05-05T21:29:35.692088+00:00",
  "complete_date": "2026-05-05T21:29:35.692088+00:00",
  "is_received": true,
  "mtc_id": 18,
  "man_stat": "sample string 19",
  "parts_unavailable": 20,
  "viewed_by": "sample string 21",
  "notes": "sample string 22",
  "special_notes": "sample string 23",
  "nmi_id": 1,
  "order_to_contact_phone": "sample string 24",
  "unavailable_count": 25,
  "forwarded_count": 26,
  "disc_id": 1,
  "disc_status": 1,
  "disc_comm_count": 1,
  "isManualOrder": true,
  "satisfied": 1
}

text/html

Sample:
{"ro":"sample string 1","request_id":2,"response_id":3,"model":"sample string 4","invoice":"sample string 5","order_to_dealer":"sample string 6","order_to_contact_name":"sample string 7","submitted_name":"sample string 8","processed_by":"sample string 9","order_to_contact_uri":"sample string 10","order_to_insurance":"sample string 11","submitted":"2026-05-05T21:29:35.692088+00:00","response":"2026-05-05T21:29:35.692088+00:00","status":12,"delivery_quantity":"sample string 13","delivery_status":14,"delivery_time":"sample string 15","delivery_eta":"sample string 16","delivery_eta_partial":"2026-05-05T21:29:35.692088+00:00","received_date":"2026-05-05T21:29:35.692088+00:00","complete_date":"2026-05-05T21:29:35.692088+00:00","is_received":true,"mtc_id":18,"man_stat":"sample string 19","parts_unavailable":20,"viewed_by":"sample string 21","notes":"sample string 22","special_notes":"sample string 23","nmi_id":1,"order_to_contact_phone":"sample string 24","unavailable_count":25,"forwarded_count":26,"disc_id":1,"disc_status":1,"disc_comm_count":1,"isManualOrder":true,"satisfied":1}

application/xml, text/xml

Sample:
<Status xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod">
  <IsManualOrder>true</IsManualOrder>
  <complete_date>2026-05-05T21:29:35.692088+00:00</complete_date>
  <delivery_eta>sample string 16</delivery_eta>
  <delivery_eta_partial>2026-05-05T21:29:35.692088+00:00</delivery_eta_partial>
  <delivery_quantity>sample string 13</delivery_quantity>
  <delivery_status>14</delivery_status>
  <delivery_time>sample string 15</delivery_time>
  <disc_comm_count>1</disc_comm_count>
  <disc_id>1</disc_id>
  <disc_status>1</disc_status>
  <forwarded_count>26</forwarded_count>
  <invoice>sample string 5</invoice>
  <is_received>true</is_received>
  <man_stat>sample string 19</man_stat>
  <model>sample string 4</model>
  <mtc_id>18</mtc_id>
  <nmi_id>1</nmi_id>
  <notes>sample string 22</notes>
  <order_to_contact_name>sample string 7</order_to_contact_name>
  <order_to_contact_phone>sample string 24</order_to_contact_phone>
  <order_to_contact_uri>sample string 10</order_to_contact_uri>
  <order_to_dealer>sample string 6</order_to_dealer>
  <order_to_insurance>sample string 11</order_to_insurance>
  <parts_unavailable>20</parts_unavailable>
  <processed_by>sample string 9</processed_by>
  <received_date>2026-05-05T21:29:35.692088+00:00</received_date>
  <request_id>2</request_id>
  <response>2026-05-05T21:29:35.692088+00:00</response>
  <response_id>3</response_id>
  <ro>sample string 1</ro>
  <satisfied>1</satisfied>
  <special_notes>sample string 23</special_notes>
  <status>12</status>
  <submitted>2026-05-05T21:29:35.692088+00:00</submitted>
  <submitted_name>sample string 8</submitted_name>
  <unavailable_count>25</unavailable_count>
  <viewed_by>sample string 21</viewed_by>
</Status>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Status
NameDescriptionTypeAdditional information
ro

string

None.

request_id

integer

None.

response_id

integer

None.

model

string

None.

invoice

string

None.

order_to_dealer

string

None.

order_to_contact_name

string

None.

submitted_name

string

None.

processed_by

string

None.

order_to_contact_uri

string

None.

order_to_insurance

string

None.

submitted

date

None.

response

date

None.

status

integer

None.

delivery_quantity

string

None.

delivery_status

integer

None.

delivery_time

string

None.

delivery_eta

string

None.

delivery_eta_partial

date

None.

received_date

date

None.

complete_date

date

None.

is_received

boolean

None.

mtc_id

integer

None.

man_stat

string

None.

parts_unavailable

integer

None.

viewed_by

string

None.

notes

string

None.

special_notes

string

None.

nmi_id

integer

None.

order_to_contact_phone

string

None.

unavailable_count

integer

None.

forwarded_count

integer

None.

disc_id

integer

None.

disc_status

integer

None.

disc_comm_count

integer

None.

IsManualOrder

boolean

None.

satisfied

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ro": "sample string 1",
  "request_id": 2,
  "response_id": 3,
  "model": "sample string 4",
  "invoice": "sample string 5",
  "order_to_dealer": "sample string 6",
  "order_to_contact_name": "sample string 7",
  "submitted_name": "sample string 8",
  "processed_by": "sample string 9",
  "order_to_contact_uri": "sample string 10",
  "order_to_insurance": "sample string 11",
  "submitted": "2026-05-05T21:29:35.692088+00:00",
  "response": "2026-05-05T21:29:35.692088+00:00",
  "status": 12,
  "delivery_quantity": "sample string 13",
  "delivery_status": 14,
  "delivery_time": "sample string 15",
  "delivery_eta": "sample string 16",
  "delivery_eta_partial": "2026-05-05T21:29:35.692088+00:00",
  "received_date": "2026-05-05T21:29:35.692088+00:00",
  "complete_date": "2026-05-05T21:29:35.692088+00:00",
  "is_received": true,
  "mtc_id": 18,
  "man_stat": "sample string 19",
  "parts_unavailable": 20,
  "viewed_by": "sample string 21",
  "notes": "sample string 22",
  "special_notes": "sample string 23",
  "nmi_id": 1,
  "order_to_contact_phone": "sample string 24",
  "unavailable_count": 25,
  "forwarded_count": 26,
  "disc_id": 1,
  "disc_status": 1,
  "disc_comm_count": 1,
  "isManualOrder": true,
  "satisfied": 1
}

text/html

Sample:
{"ro":"sample string 1","request_id":2,"response_id":3,"model":"sample string 4","invoice":"sample string 5","order_to_dealer":"sample string 6","order_to_contact_name":"sample string 7","submitted_name":"sample string 8","processed_by":"sample string 9","order_to_contact_uri":"sample string 10","order_to_insurance":"sample string 11","submitted":"2026-05-05T21:29:35.692088+00:00","response":"2026-05-05T21:29:35.692088+00:00","status":12,"delivery_quantity":"sample string 13","delivery_status":14,"delivery_time":"sample string 15","delivery_eta":"sample string 16","delivery_eta_partial":"2026-05-05T21:29:35.692088+00:00","received_date":"2026-05-05T21:29:35.692088+00:00","complete_date":"2026-05-05T21:29:35.692088+00:00","is_received":true,"mtc_id":18,"man_stat":"sample string 19","parts_unavailable":20,"viewed_by":"sample string 21","notes":"sample string 22","special_notes":"sample string 23","nmi_id":1,"order_to_contact_phone":"sample string 24","unavailable_count":25,"forwarded_count":26,"disc_id":1,"disc_status":1,"disc_comm_count":1,"isManualOrder":true,"satisfied":1}

application/xml, text/xml

Sample:
<Status xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod">
  <IsManualOrder>true</IsManualOrder>
  <complete_date>2026-05-05T21:29:35.692088+00:00</complete_date>
  <delivery_eta>sample string 16</delivery_eta>
  <delivery_eta_partial>2026-05-05T21:29:35.692088+00:00</delivery_eta_partial>
  <delivery_quantity>sample string 13</delivery_quantity>
  <delivery_status>14</delivery_status>
  <delivery_time>sample string 15</delivery_time>
  <disc_comm_count>1</disc_comm_count>
  <disc_id>1</disc_id>
  <disc_status>1</disc_status>
  <forwarded_count>26</forwarded_count>
  <invoice>sample string 5</invoice>
  <is_received>true</is_received>
  <man_stat>sample string 19</man_stat>
  <model>sample string 4</model>
  <mtc_id>18</mtc_id>
  <nmi_id>1</nmi_id>
  <notes>sample string 22</notes>
  <order_to_contact_name>sample string 7</order_to_contact_name>
  <order_to_contact_phone>sample string 24</order_to_contact_phone>
  <order_to_contact_uri>sample string 10</order_to_contact_uri>
  <order_to_dealer>sample string 6</order_to_dealer>
  <order_to_insurance>sample string 11</order_to_insurance>
  <parts_unavailable>20</parts_unavailable>
  <processed_by>sample string 9</processed_by>
  <received_date>2026-05-05T21:29:35.692088+00:00</received_date>
  <request_id>2</request_id>
  <response>2026-05-05T21:29:35.692088+00:00</response>
  <response_id>3</response_id>
  <ro>sample string 1</ro>
  <satisfied>1</satisfied>
  <special_notes>sample string 23</special_notes>
  <status>12</status>
  <submitted>2026-05-05T21:29:35.692088+00:00</submitted>
  <submitted_name>sample string 8</submitted_name>
  <unavailable_count>25</unavailable_count>
  <viewed_by>sample string 21</viewed_by>
</Status>