POST DistOneAPi/InsertOrder
Request Information
URI Parameters
None.
Body Parameters
OrderViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| company_sy | string |
Required String length: inclusive between 0 and 100 |
|
| notes | string |
None. |
|
| echo | boolean |
None. |
|
| complete | boolean |
None. |
|
| lines | Collection of linesViewModel |
Required |
|
| head | headViewModel |
Required |
Request Formats
application/json, text/json
Sample:
{
"company_sy": "sample string 1",
"notes": "sample string 2",
"echo": true,
"complete": true,
"lines": [
{
"company_sy": "sample string 1",
"reference": 2.0,
"item": "sample string 3",
"descr": "sample string 4",
"quantity": 5.0,
"um_o": "sample string 6",
"order": "sample string 7",
"productline": "sample string 8",
"product_line": "sample string 9",
"price_per": 10.0,
"image": "sample string 11",
"price": 12.0,
"note": "sample string 13",
"childitem": "sample string 14"
},
{
"company_sy": "sample string 1",
"reference": 2.0,
"item": "sample string 3",
"descr": "sample string 4",
"quantity": 5.0,
"um_o": "sample string 6",
"order": "sample string 7",
"productline": "sample string 8",
"product_line": "sample string 9",
"price_per": 10.0,
"image": "sample string 11",
"price": 12.0,
"note": "sample string 13",
"childitem": "sample string 14"
}
],
"head": {
"free_form_shipto": true,
"s_adr": "sample string 2",
"s_country_code": "sample string 3",
"s_name": "sample string 4",
"s_st": "sample string 5",
"s_postal_code": "sample string 6",
"orderid": 7,
"orderstatus": true,
"response": "sample string 9",
"customer": "sample string 10",
"rec_type": "sample string 11",
"ord_class": "sample string 12",
"warehouse": "sample string 13",
"ship_id": "sample string 14",
"ship_via_code": "sample string 15",
"order_by": "sample string 16",
"terms_code": "sample string 17",
"email": "sample string 18",
"source_code": "sample string 19",
"wanted_date": "sample string 20",
"cu_po": "sample string 21",
"notes": "sample string 22",
"echo": true,
"complete": true,
"order": "sample string 25",
"orderby_phone": "sample string 26",
"ship_via_acct": "sample string 27",
"bill_phone": "sample string 28",
"billPhone": "sample string 29",
"bill_fax": "sample string 30",
"billFax": "sample string 31",
"bill_adr": "sample string 32",
"billAdr": "sample string 33",
"o_tot_taxable_it": 34.0,
"o_tot_tax_amt": 35.0,
"o_tot_net_ar": 36.0,
"CardNumber": "sample string 37",
"CardNo": "sample string 38",
"ExpirationDate": "sample string 39",
"SecurityCode": "sample string 40",
"ExpirationMonth": 1,
"ExpirationYear": 1,
"CardType": "sample string 41",
"c_tot_code_1": "sample string 42",
"c_tot_code_amt_1": "sample string 43",
"cancel_date": "sample string 44",
"job_rel": "sample string 45",
"cell_phone": "sample string 46",
"ship_cmpl": "sample string 47",
"CardHolderName": "sample string 48",
"Frieght": "sample string 49",
"weight": "sample string 50",
"tax_code": "sample string 51"
}
}
text/xml
Sample:
<OrderViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DistOneWebAPI.ViewModels">
<company_sy>sample string 1</company_sy>
<complete>true</complete>
<echo>true</echo>
<head>
<CardHolderName>sample string 48</CardHolderName>
<CardNo>sample string 38</CardNo>
<CardNumber>sample string 37</CardNumber>
<CardType>sample string 41</CardType>
<ExpirationDate>sample string 39</ExpirationDate>
<ExpirationMonth>1</ExpirationMonth>
<ExpirationYear>1</ExpirationYear>
<Frieght>sample string 49</Frieght>
<SecurityCode>sample string 40</SecurityCode>
<billAdr>sample string 33</billAdr>
<billFax>sample string 31</billFax>
<billPhone>sample string 29</billPhone>
<bill_adr>sample string 32</bill_adr>
<bill_fax>sample string 30</bill_fax>
<bill_phone>sample string 28</bill_phone>
<c_tot_code_1>sample string 42</c_tot_code_1>
<c_tot_code_amt_1>sample string 43</c_tot_code_amt_1>
<cancel_date>sample string 44</cancel_date>
<cell_phone>sample string 46</cell_phone>
<complete>true</complete>
<cu_po>sample string 21</cu_po>
<customer>sample string 10</customer>
<echo>true</echo>
<email>sample string 18</email>
<free_form_shipto>true</free_form_shipto>
<job_rel>sample string 45</job_rel>
<notes>sample string 22</notes>
<o_tot_net_ar>36</o_tot_net_ar>
<o_tot_tax_amt>35</o_tot_tax_amt>
<o_tot_taxable_it>34</o_tot_taxable_it>
<ord_class>sample string 12</ord_class>
<order>sample string 25</order>
<order_by>sample string 16</order_by>
<orderby_phone>sample string 26</orderby_phone>
<orderid>7</orderid>
<orderstatus>true</orderstatus>
<rec_type>sample string 11</rec_type>
<response>sample string 9</response>
<s_adr>sample string 2</s_adr>
<s_country_code>sample string 3</s_country_code>
<s_name>sample string 4</s_name>
<s_postal_code>sample string 6</s_postal_code>
<s_st>sample string 5</s_st>
<ship_cmpl>sample string 47</ship_cmpl>
<ship_id>sample string 14</ship_id>
<ship_via_acct>sample string 27</ship_via_acct>
<ship_via_code>sample string 15</ship_via_code>
<source_code>sample string 19</source_code>
<tax_code>sample string 51</tax_code>
<terms_code>sample string 17</terms_code>
<wanted_date>sample string 20</wanted_date>
<warehouse>sample string 13</warehouse>
<weight>sample string 50</weight>
</head>
<lines>
<linesViewModel>
<childitem>sample string 14</childitem>
<company_sy>sample string 1</company_sy>
<descr>sample string 4</descr>
<image>sample string 11</image>
<item>sample string 3</item>
<note>sample string 13</note>
<order>sample string 7</order>
<price>12</price>
<price_per>10</price_per>
<product_line>sample string 9</product_line>
<productline>sample string 8</productline>
<quantity>5</quantity>
<reference>2</reference>
<um_o>sample string 6</um_o>
</linesViewModel>
<linesViewModel>
<childitem>sample string 14</childitem>
<company_sy>sample string 1</company_sy>
<descr>sample string 4</descr>
<image>sample string 11</image>
<item>sample string 3</item>
<note>sample string 13</note>
<order>sample string 7</order>
<price>12</price>
<price_per>10</price_per>
<product_line>sample string 9</product_line>
<productline>sample string 8</productline>
<quantity>5</quantity>
<reference>2</reference>
<um_o>sample string 6</um_o>
</linesViewModel>
</lines>
<notes>sample string 2</notes>
</OrderViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
orderRoot| Name | Description | Type | Additional information |
|---|---|---|---|
| line_results | Collection of LineResult |
None. |
|
| head | Head |
None. |
|
| lines | Collection of Line |
None. |
|
| order | integer |
None. |
|
| type | string |
None. |
|
| results | Collection of Object |
None. |
|
| success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"line_results": [
{
"item": "sample string 1",
"lineid": 2,
"reference": 3,
"success": true,
"errors": [
{},
{}
]
},
{
"item": "sample string 1",
"lineid": 2,
"reference": 3,
"success": true,
"errors": [
{},
{}
]
}
],
"head": {
"company_oe": "sample string 1",
"opn": true,
"rec_type": "sample string 3",
"order": 4,
"rec_seq": 5,
"last_line": 6,
"last_add_line": 7,
"stat": "sample string 8",
"ord_class": "sample string 9",
"ord_date": "sample string 10",
"wanted_date": "sample string 11",
"required_date": {},
"cancel_date": {},
"enter_by": "sample string 14",
"ttime_ent": "sample string 15",
"ord_ext": "sample string 16",
"oe_prefix": "sample string 17",
"source_code": "sample string 18",
"hold_code": "sample string 19",
"tax_code": "sample string 20",
"tax_exempt": "sample string 21",
"bo_flag": true,
"print_label": true,
"warehouse": "sample string 24",
"customer": "sample string 25",
"company_cu": "sample string 26",
"cu_group": "sample string 27",
"cu_po": "sample string 28",
"order_by": "sample string 29",
"used_by": "sample string 30",
"phone": "sample string 31",
"fax": "sample string 32",
"ship_id": "sample string 33",
"name": "sample string 34",
"state": "sample string 35",
"postal_code": "sample string 36",
"ship_atn": "sample string 37",
"ship_via_code": "sample string 38",
"ship_cmpl": true,
"ship_date": {},
"cr_aprv_date": {},
"cr_check_ided": true,
"cr_expln": "sample string 43",
"cr_fail_code": [
"sample string 1",
"sample string 2"
],
"cr_rel_id": "sample string 44",
"fob": "sample string 45",
"freight_zone": "sample string 46",
"job_rel": "sample string 47",
"invoice_group": "sample string 48",
"invc_seq": 49,
"invc_date": {},
"times_printed": 51,
"print_time": 52,
"ps_batch_no": 53,
"terms_code": "sample string 54",
"disc_date": {},
"disc_amt": 56.1,
"due_date": {},
"salesman1": "sample string 58",
"salesman2": "sample string 59",
"salesman3": "sample string 60",
"com_pct": 61.1,
"com_split1": 62.1,
"com_split2": 63.1,
"o_tot_pieces": 64,
"o_tot_wt": 65.1,
"o_disc_pct": 66.1,
"o_disc_amt": 67.1,
"o_tot_gross": 68.1,
"o_tot_cost": 69.1,
"o_deposit": 70.1,
"o_deposit_open": 71.1,
"o_deposit_no": "sample string 72",
"c_tot_pieces": 73,
"c_tot_wt": 74.1,
"c_tot_cubes": 75,
"c_disc_pct": 76.1,
"c_disc_amt": 77.1,
"c_tot_taxable": 78.1,
"c_tot_taxable_it": 79.1,
"c_tot_tax_amt": 80.1,
"c_tot_code": [
"sample string 1",
"sample string 2"
],
"c_tot_code_amt": [
1.1,
2.1
],
"c_tot_code_cost": [
1.1,
2.1
],
"c_tot_cost": 81.1,
"c_tot_cost_a": 82.1,
"c_tot_gross": 83.1,
"c_tot_net_ar": 84.1,
"opn_tot_gross": 85.1,
"i_tot_pieces": 86,
"i_tot_cubes": 87.1,
"i_tot_wt": 88.1,
"i_disc_amt": 89.1,
"i_tot_taxable": 90.1,
"i_tot_tax_amt": 91.1,
"i_tot_codes_amt": 92.1,
"i_tot_codes_cost": 93.1,
"i_tot_cost": 94.1,
"i_tot_cost_a": 95.1,
"i_tot_gross": 96.1,
"i_pay_codes_tot": 97.1,
"i_cash_disc": 98.1,
"i_cash_discbl": 99.1,
"i_tot_net_ar": 100.1,
"sy_lookup": "sample string 101",
"ar_type": "sample string 102",
"ar_customer": "sample string 103",
"i_pay_code_amt": [
1.1,
2.1
],
"i_pay_code": [
"sample string 1",
"sample string 2"
],
"i_pay_code_ref": [
"sample string 1",
"sample string 2"
],
"sel_flag": true,
"adr": [
"sample string 1",
"sample string 2"
],
"country_code": "sample string 105",
"company_ar": "sample string 106",
"company_sa": "sample string 107",
"ak_batch_no": 108,
"future": true,
"post_date": {},
"register": 111,
"manual_cmmt": true,
"free_form_shipto": true,
"pick_method": "sample string 114",
"tot_c_tot_wt": 115.1,
"tot_c_tot_code_amt": 116.1,
"i_tot_taxable_it": 117.1,
"proc_date": {},
"proc_stat": "sample string 119",
"proc_time": 120,
"proc_user_id": "sample string 121",
"ship_via_acct": "sample string 122",
"Manifest_id": "sample string 123",
"o_tot_taxable": 124.1,
"o_tot_taxable_it": 125.1,
"o_tot_tax_amt": 126.1,
"o_tot_net_ar": 127.1,
"shipped": true,
"residential": true,
"fc_flag": true,
"cu_po_date": {},
"pick_stat": "sample string 132",
"store_num": "sample string 133",
"no_auto_bill_manifest": true,
"blind_ship": true,
"verify_stat": "sample string 136",
"pick_user_id": "sample string 137",
"o_deposit_on_acct": 138.1,
"verify_user_id": "sample string 139",
"posted": true,
"pick_and_hold": true,
"pick_and_hold_comp": true,
"blanket_order": true,
"blanket_first_date": {},
"blanket_shipments": 145,
"blanket_days": 146,
"blanket_qty": 147,
"created_date": "sample string 148",
"pay_code": [
"sample string 1",
"sample string 2"
],
"pay_code_card": [
"sample string 1",
"sample string 2"
],
"pay_code_exp": [
{},
{}
],
"ship_cmplt_2nd_ps": true,
"price_by": "sample string 150",
"cc_email": "sample string 151",
"return_value": 152.1,
"confirmed": true,
"ship_data_exp": true,
"edipo_vendor": "sample string 155",
"ps_batch_seq": 156,
"ci_batch_no": 157,
"dept_no": "sample string 158",
"dept_name": "sample string 159",
"rental_order": 160,
"num_pages": 161,
"currency_code": "sample string 162",
"exchange_rate": 163.1,
"curx_o_deposit": 164.1,
"curx_o_disc_amt": 165.1,
"curx_o_tot_gross": 166.1,
"curx_o_tot_net_ar": 167.1,
"curx_o_tot_taxable": 168.1,
"curx_o_tot_taxable_it": 169.1,
"curx_o_tot_tax_amt": 170.1,
"curx_c_disc_amt": 171.1,
"curx_c_tot_gross": 172.1,
"curx_c_tot_net_ar": 173.1,
"curx_c_tot_taxable": 174.1,
"curx_c_tot_taxable_it": 175.1,
"curx_c_tot_tax_amt": 176.1,
"curx_i_tot_gross": 177.1,
"curx_opn_tot_gross": 178.1,
"curx_c_tot_code_amt": [
1.1,
2.1
],
"curx_return_value": 179.1,
"c_tax_breakdown_amt": [
1.1,
2.1
],
"c_tax_breakdown_code": [
"sample string 1",
"sample string 2"
],
"curx_c_tax_breakdown_amt": [
1.1,
2.1
],
"invoice": 180,
"curx_o_tax_breakdown_amt": [
1.1,
2.1
],
"o_tax_breakdown_amt": [
1.1,
2.1
],
"c_tax_breakdown_pct": [
1.1,
2.1
],
"c_tax_breakdown_pct_amt": [
1.1,
2.1
],
"curx_c_tax_breakdown_pct_amt": [
1.1,
2.1
],
"o_tax_breakdown_pct_amt": [
1.1,
2.1
],
"curx_o_tax_breakdown_pct_amt": [
1.1,
2.1
],
"date_out": "sample string 181",
"return_date": {},
"return_pieces": 183,
"c_tax_breakdown_units": [
1,
2
],
"document": 184,
"doc_partner_id": "sample string 185",
"c_tax_breakdown_items": [
1,
2
],
"delivery_terms": "sample string 186",
"consolidate_order": 187,
"consolidate_rec_seq": 188,
"consolidated_order": true,
"curx_o_deposit_open": 190.1,
"curx_o_deposit_on_acct": 191.1,
"ship_group_no": 192,
"email": "sample string 193",
"created_time": 194,
"created_by": "sample string 195",
"calc_tot_code": [
true,
true
],
"cash_tendered": 196.1,
"cash_change": 197.1,
"curx_cash_tendered": 198.1,
"curx_cash_change": 199.1,
"c_tot_gross_excl": 200.1,
"curx_c_tot_gross_excl": 201.1,
"o_tot_gross_excl": 202.1,
"curx_o_tot_gross_excl": 203.1,
"discount_exclude": "sample string 204",
"ship_grp_seq": 205,
"edit_notes": true,
"phone_ext": "sample string 207",
"customer_prospect": "sample string 208",
"sale_close_date": {},
"sale_prob_pct": 210.1,
"consolidated_order_cig": true,
"consolidate_invc_date": {},
"reminder_string": "sample string 213",
"curx_tot_cod_amt": 214.1,
"tot_cod_amt": 215.1,
"ics_needs_recalc": true,
"un_sale": true,
"card_encrypt": [
"sample string 1",
"sample string 2"
],
"card_length": [
1,
2
],
"card_is_encrypted": [
true,
true
],
"customer_ext": "sample string 218",
"appl_disc_pct": 219.1,
"o_appl_disc_amt": 220.1,
"c_appl_disc_amt": 221.1,
"curx_o_appl_disc_amt": 222.1,
"curx_c_appl_disc_amt": 223.1,
"inv_updated": true,
"inv_register": 225,
"inv_post_date": {},
"exp_bol": 227,
"o_pc_total": 228.1,
"curx_o_pc_total": 229.1,
"c_pc_total": 230.1,
"curx_c_pc_total": 231.1,
"orderby_name": "sample string 232",
"orderby_adr": [
"sample string 1",
"sample string 2"
],
"orderby_phone": "sample string 233",
"orderby_fax": "sample string 234",
"orderby_email": "sample string 235",
"orderby_state": "sample string 236",
"orderby_postal_code": "sample string 237",
"orderby_country_code": "sample string 238",
"ship_dist_ctr": "sample string 239",
"split_due_date": [
{},
{}
],
"split_due_percent": [
1.1,
2.1
],
"rs_ship_via_code": "sample string 240",
"priority_order": true,
"doc_src": 242,
"doc_src_seq": 243,
"order_min_ovrd": true,
"follow_up_date": {},
"prep_time": 246.1,
"delivery_route": "sample string 247",
"delivery_date": "sample string 248",
"stop": 249,
"driver_code": "sample string 250",
"truck_code": "sample string 251",
"expedite": true,
"points_per_unit": 253.1,
"o_tot_units": 254,
"o_tot_points": 255.1,
"o_tot_points_amt": 256.1,
"curx_o_tot_points_amt": 257.1,
"c_tot_units": 258,
"c_tot_points": 259.1,
"c_tot_points_amt": 260.1,
"curx_c_tot_points_amt": 261.1,
"points_flag": true,
"wanted_date_range": "sample string 263",
"c_tot_extra_points": 264.1,
"o_tot_extra_points": 265.1,
"load_status": "sample string 266",
"sec_code": [
"sample string 1",
"sample string 2"
],
"points_bonus_flag": true,
"web_item_check": true,
"check_it_restrict": true,
"split_due_date_2": [
{},
{}
],
"split_due_percent_2": [
1.1,
2.1
],
"split_due_type": "sample string 270",
"vmi_replen": true,
"cell_phone": "sample string 272",
"consolidated_order_3pl": true,
"print_credit_flag": true,
"route_date": {},
"split_total_payments": 276,
"terms_disc_ovrd": true,
"bol": 278,
"pick_priority_dt": {},
"calc_surcharge": true,
"surcharge_calc": true,
"cross_dock": true,
"edi_misc": [
"sample string 1",
"sample string 2"
],
"calc_rebate": true,
"card_token": [
"sample string 1",
"sample string 2"
],
"free_freight_pct": 284.1,
"freight_amount": 285.1,
"free_freight_status": "sample string 286",
"free_freight_flag": true,
"free_freight_level": 288.1,
"manifest_key": "sample string 289",
"o_credit": 290.1,
"cc_fee_pct": 291.1,
"cc_fee_amt": 292.1,
"__rowid": "sample string 293"
},
"lines": [
{
"company_oe": "sample string 1",
"opn": true,
"rec_type": "sample string 3",
"order": 4,
"rec_seq": 5,
"line": 6,
"line_add": 7,
"customer": "sample string 8",
"company_cu": "sample string 9",
"company_it": "sample string 10",
"company_ip": "sample string 11",
"warehouse": "sample string 12",
"invc_date": {},
"invc_seq": 14,
"ord_class": "sample string 15",
"vendor": "sample string 16",
"product_line": "sample string 17",
"tax_flag": true,
"req_date": "sample string 19",
"cancel_date": {},
"cancel_bo": true,
"com_amount": 22.1,
"com_pct": 23.1,
"spec": "sample string 24",
"item": "sample string 25",
"descr": [
"sample string 1",
"sample string 2"
],
"location": "sample string 26",
"picked": "sample string 27",
"picked_date": {},
"un_sale": true,
"msds_id": "sample string 30",
"msds_rev_date": {},
"um_o": "sample string 32",
"q_ord": 33,
"q_ord_d": 34,
"q_comm": 35,
"q_comm_d": 36,
"q_printed": 37,
"q_printed_d": 38,
"q_itd": 39,
"q_itd_d": 40,
"q_bo": 41,
"q_bo_d": 42,
"q_picked": 43,
"q_picked_d": 44,
"prc_est": true,
"prc_origin": "sample string 46",
"orig_price": 47.1,
"price_per": "sample string 48",
"price": 49.1,
"dsc_amount": 50.1,
"dsc_pct": 51.1,
"o_ext": 52.1,
"o_ext_disc": 53.1,
"c_ext": 54.1,
"c_ext_disc": 55.1,
"bo_ext": 56.1,
"i_ext": 57.1,
"cost_ovrd": true,
"cost_est": true,
"cost_w": 60.1,
"load": 61.1,
"cost_per": "sample string 62",
"o_cost_ext_w": 63.1,
"c_cost_ext_w": 64.1,
"i_cost_ext_w": 65.1,
"cost_a": 66.1,
"cost_per_a": "sample string 67",
"o_cost_ext_a": 68.1,
"c_cost_ext_a": 69.1,
"i_cost_ext_a": 70.1,
"weight": 71.1,
"weight_per": "sample string 72",
"o_weight_ext": 73.1,
"c_weight_ext": 74.1,
"i_weight_ext": 75.1,
"po": 76,
"po_line": 77,
"q_linked": 78,
"company_sa": "sample string 79",
"item_stat": "sample string 80",
"keep_inventory": true,
"price_by_components": true,
"future_order": true,
"components_on_invoice": true,
"components_on_picktick": true,
"manual_cmmt": true,
"prior_price": 87.1,
"prior_cost_w": 88.1,
"price_chg_pct": 89.1,
"cost_w_chg_pct": 90.1,
"prior_price_per": "sample string 91",
"prior_cost_per": "sample string 92",
"orig_price_per": "sample string 93",
"orig_cost_w": 94.1,
"orig_cost_per_w": "sample string 95",
"discontinued": true,
"q_tot_cmtd": 97,
"q_tot_cmtd_d": 98,
"q_linked_d": 99,
"q_itd_cmtd": 100,
"q_itd_cmtd_d": 101,
"company_ve": "sample string 102",
"edipo_line": 103,
"blanket_order": true,
"price_col": "sample string 105",
"q_ord_disp": 106.1,
"q_comm_disp": 107.1,
"q_printed_disp": 108.1,
"q_itd_disp": 109.1,
"q_bo_disp": 110.1,
"um_disp": "sample string 111",
"blanket_rel": 112,
"on_hold": true,
"promise_date": {},
"salesman1": "sample string 115",
"rental_order": 116,
"rental_line_add": 117,
"exchange_rate": 118.1,
"curx_price": 119.1,
"curx_o_ext": 120.1,
"curx_o_ext_disc": 121.1,
"curx_c_ext": 122.1,
"curx_c_ext_disc": 123.1,
"curx_i_ext": 124.1,
"curx_bo_ext": 125.1,
"list_price": 126.1,
"commodity_code": "sample string 127",
"vat_percent": 128.1,
"vat_amount": 129.1,
"list_price_discount": 130.1,
"curx_list_price": 131.1,
"curx_vat_amount": 132.1,
"document": 133,
"doc_line": 134,
"doc_partner_id": "sample string 135",
"print_on_invoice": true,
"print_on_quote": true,
"print_on_ackn": true,
"print_on_ps": true,
"o_price_sa": 140.1,
"c_ext_sa": 141.1,
"o_ext_sa": 142.1,
"line_add_sa": 143,
"c_price_sa": 144.1,
"pricing_terms": "sample string 145",
"post_date": {},
"use_alt_list": true,
"freight_amt": 148.1,
"cc_order": 149,
"freight_amt_add": 150.1,
"cc_rec_seq": 151,
"freight_ovrd": true,
"core_closed": true,
"cc_line_add": 154,
"sp_no": 155,
"sp_rec_seq": 156,
"sp_line_add": 157,
"sp_comp_seq": 158,
"ship_via_code": "sample string 159",
"item_notes_flag": true,
"ar_flag": true,
"oe_totals_flag": true,
"sa_totals_flag": true,
"pick_time": [
1,
2
],
"print_on_pk": true,
"curx_orig_price": 165.1,
"inv_updated": true,
"orig_item": "sample string 167",
"wo_no": 168,
"rs_price": 169.1,
"rs_shipping_amt": 170.1,
"rs_tax_amt": 171.1,
"um_descr": "sample string 172",
"um_index": 173,
"wave_item_seq": 174,
"tax_code": "sample string 175",
"spoil_line_add": 176,
"price_comment": "sample string 177",
"edipo_orig_item": "sample string 178",
"edipo_assrt_item": "sample string 179",
"entry_item": "sample string 180",
"tag_no": 181,
"components_on_quote": true,
"sel_flag": true,
"orig_restrict": true,
"ship_complete": true,
"q_bo_orig": {},
"q_bo_d_orig": {},
"created_date_time": "2026-05-05T01:56:14.0396318-04:00",
"created_by": "sample string 189",
"terms_code": "sample string 190",
"job_rel": "sample string 191",
"cost_ovrd_a": true,
"cost_origin_a": "sample string 193",
"cost_origin_w": "sample string 194",
"edi_orig_price": 195.1,
"price_surcharge": 196.1,
"curx_price_surcharge": 197.1,
"edi_misc": [
"sample string 1",
"sample string 2"
],
"price_rebate": 198.1,
"curx_price_rebate": 199.1,
"o_ext_no_reb": 200.1,
"o_ext_disc_no_reb": 201.1,
"curx_o_ext_no_reb": 202.1,
"curx_o_ext_disc_no_reb": 203.1,
"c_ext_no_reb": 204.1,
"curx_c_ext_no_reb": 205.1,
"c_ext_disc_no_reb": 206.1,
"curx_c_ext_disc_no_reb": 207.1,
"rebate_class": "sample string 208",
"special": true,
"free_freight_level": 210.1,
"date_needed": {},
"length": 212.1,
"width": 213.1,
"inventory_item": "sample string 214",
"__lineid": 215,
"__rowid": "sample string 216"
},
{
"company_oe": "sample string 1",
"opn": true,
"rec_type": "sample string 3",
"order": 4,
"rec_seq": 5,
"line": 6,
"line_add": 7,
"customer": "sample string 8",
"company_cu": "sample string 9",
"company_it": "sample string 10",
"company_ip": "sample string 11",
"warehouse": "sample string 12",
"invc_date": {},
"invc_seq": 14,
"ord_class": "sample string 15",
"vendor": "sample string 16",
"product_line": "sample string 17",
"tax_flag": true,
"req_date": "sample string 19",
"cancel_date": {},
"cancel_bo": true,
"com_amount": 22.1,
"com_pct": 23.1,
"spec": "sample string 24",
"item": "sample string 25",
"descr": [
"sample string 1",
"sample string 2"
],
"location": "sample string 26",
"picked": "sample string 27",
"picked_date": {},
"un_sale": true,
"msds_id": "sample string 30",
"msds_rev_date": {},
"um_o": "sample string 32",
"q_ord": 33,
"q_ord_d": 34,
"q_comm": 35,
"q_comm_d": 36,
"q_printed": 37,
"q_printed_d": 38,
"q_itd": 39,
"q_itd_d": 40,
"q_bo": 41,
"q_bo_d": 42,
"q_picked": 43,
"q_picked_d": 44,
"prc_est": true,
"prc_origin": "sample string 46",
"orig_price": 47.1,
"price_per": "sample string 48",
"price": 49.1,
"dsc_amount": 50.1,
"dsc_pct": 51.1,
"o_ext": 52.1,
"o_ext_disc": 53.1,
"c_ext": 54.1,
"c_ext_disc": 55.1,
"bo_ext": 56.1,
"i_ext": 57.1,
"cost_ovrd": true,
"cost_est": true,
"cost_w": 60.1,
"load": 61.1,
"cost_per": "sample string 62",
"o_cost_ext_w": 63.1,
"c_cost_ext_w": 64.1,
"i_cost_ext_w": 65.1,
"cost_a": 66.1,
"cost_per_a": "sample string 67",
"o_cost_ext_a": 68.1,
"c_cost_ext_a": 69.1,
"i_cost_ext_a": 70.1,
"weight": 71.1,
"weight_per": "sample string 72",
"o_weight_ext": 73.1,
"c_weight_ext": 74.1,
"i_weight_ext": 75.1,
"po": 76,
"po_line": 77,
"q_linked": 78,
"company_sa": "sample string 79",
"item_stat": "sample string 80",
"keep_inventory": true,
"price_by_components": true,
"future_order": true,
"components_on_invoice": true,
"components_on_picktick": true,
"manual_cmmt": true,
"prior_price": 87.1,
"prior_cost_w": 88.1,
"price_chg_pct": 89.1,
"cost_w_chg_pct": 90.1,
"prior_price_per": "sample string 91",
"prior_cost_per": "sample string 92",
"orig_price_per": "sample string 93",
"orig_cost_w": 94.1,
"orig_cost_per_w": "sample string 95",
"discontinued": true,
"q_tot_cmtd": 97,
"q_tot_cmtd_d": 98,
"q_linked_d": 99,
"q_itd_cmtd": 100,
"q_itd_cmtd_d": 101,
"company_ve": "sample string 102",
"edipo_line": 103,
"blanket_order": true,
"price_col": "sample string 105",
"q_ord_disp": 106.1,
"q_comm_disp": 107.1,
"q_printed_disp": 108.1,
"q_itd_disp": 109.1,
"q_bo_disp": 110.1,
"um_disp": "sample string 111",
"blanket_rel": 112,
"on_hold": true,
"promise_date": {},
"salesman1": "sample string 115",
"rental_order": 116,
"rental_line_add": 117,
"exchange_rate": 118.1,
"curx_price": 119.1,
"curx_o_ext": 120.1,
"curx_o_ext_disc": 121.1,
"curx_c_ext": 122.1,
"curx_c_ext_disc": 123.1,
"curx_i_ext": 124.1,
"curx_bo_ext": 125.1,
"list_price": 126.1,
"commodity_code": "sample string 127",
"vat_percent": 128.1,
"vat_amount": 129.1,
"list_price_discount": 130.1,
"curx_list_price": 131.1,
"curx_vat_amount": 132.1,
"document": 133,
"doc_line": 134,
"doc_partner_id": "sample string 135",
"print_on_invoice": true,
"print_on_quote": true,
"print_on_ackn": true,
"print_on_ps": true,
"o_price_sa": 140.1,
"c_ext_sa": 141.1,
"o_ext_sa": 142.1,
"line_add_sa": 143,
"c_price_sa": 144.1,
"pricing_terms": "sample string 145",
"post_date": {},
"use_alt_list": true,
"freight_amt": 148.1,
"cc_order": 149,
"freight_amt_add": 150.1,
"cc_rec_seq": 151,
"freight_ovrd": true,
"core_closed": true,
"cc_line_add": 154,
"sp_no": 155,
"sp_rec_seq": 156,
"sp_line_add": 157,
"sp_comp_seq": 158,
"ship_via_code": "sample string 159",
"item_notes_flag": true,
"ar_flag": true,
"oe_totals_flag": true,
"sa_totals_flag": true,
"pick_time": [
1,
2
],
"print_on_pk": true,
"curx_orig_price": 165.1,
"inv_updated": true,
"orig_item": "sample string 167",
"wo_no": 168,
"rs_price": 169.1,
"rs_shipping_amt": 170.1,
"rs_tax_amt": 171.1,
"um_descr": "sample string 172",
"um_index": 173,
"wave_item_seq": 174,
"tax_code": "sample string 175",
"spoil_line_add": 176,
"price_comment": "sample string 177",
"edipo_orig_item": "sample string 178",
"edipo_assrt_item": "sample string 179",
"entry_item": "sample string 180",
"tag_no": 181,
"components_on_quote": true,
"sel_flag": true,
"orig_restrict": true,
"ship_complete": true,
"q_bo_orig": {},
"q_bo_d_orig": {},
"created_date_time": "2026-05-05T01:56:14.0396318-04:00",
"created_by": "sample string 189",
"terms_code": "sample string 190",
"job_rel": "sample string 191",
"cost_ovrd_a": true,
"cost_origin_a": "sample string 193",
"cost_origin_w": "sample string 194",
"edi_orig_price": 195.1,
"price_surcharge": 196.1,
"curx_price_surcharge": 197.1,
"edi_misc": [
"sample string 1",
"sample string 2"
],
"price_rebate": 198.1,
"curx_price_rebate": 199.1,
"o_ext_no_reb": 200.1,
"o_ext_disc_no_reb": 201.1,
"curx_o_ext_no_reb": 202.1,
"curx_o_ext_disc_no_reb": 203.1,
"c_ext_no_reb": 204.1,
"curx_c_ext_no_reb": 205.1,
"c_ext_disc_no_reb": 206.1,
"curx_c_ext_disc_no_reb": 207.1,
"rebate_class": "sample string 208",
"special": true,
"free_freight_level": 210.1,
"date_needed": {},
"length": 212.1,
"width": 213.1,
"inventory_item": "sample string 214",
"__lineid": 215,
"__rowid": "sample string 216"
}
],
"order": 1,
"type": "sample string 2",
"results": [
{},
{}
],
"success": true
}
text/xml
Sample:
<orderRoot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DistOneWebAPI.ViewModels">
<head>
<Manifest_id>sample string 123</Manifest_id>
<__rowid>sample string 293</__rowid>
<adr xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</adr>
<ak_batch_no>108</ak_batch_no>
<appl_disc_pct>219.1</appl_disc_pct>
<ar_customer>sample string 103</ar_customer>
<ar_type>sample string 102</ar_type>
<blanket_days>146</blanket_days>
<blanket_first_date />
<blanket_order>true</blanket_order>
<blanket_qty>147</blanket_qty>
<blanket_shipments>145</blanket_shipments>
<blind_ship>true</blind_ship>
<bo_flag>true</bo_flag>
<bol>278</bol>
<c_appl_disc_amt>221.1</c_appl_disc_amt>
<c_disc_amt>77.1</c_disc_amt>
<c_disc_pct>76.1</c_disc_pct>
<c_pc_total>230.1</c_pc_total>
<c_tax_breakdown_amt xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</c_tax_breakdown_amt>
<c_tax_breakdown_code xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</c_tax_breakdown_code>
<c_tax_breakdown_items xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</c_tax_breakdown_items>
<c_tax_breakdown_pct xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</c_tax_breakdown_pct>
<c_tax_breakdown_pct_amt xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</c_tax_breakdown_pct_amt>
<c_tax_breakdown_units xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</c_tax_breakdown_units>
<c_tot_code xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</c_tot_code>
<c_tot_code_amt xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</c_tot_code_amt>
<c_tot_code_cost xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</c_tot_code_cost>
<c_tot_cost>81.1</c_tot_cost>
<c_tot_cost_a>82.1</c_tot_cost_a>
<c_tot_cubes>75</c_tot_cubes>
<c_tot_extra_points>264.1</c_tot_extra_points>
<c_tot_gross>83.1</c_tot_gross>
<c_tot_gross_excl>200.1</c_tot_gross_excl>
<c_tot_net_ar>84.1</c_tot_net_ar>
<c_tot_pieces>73</c_tot_pieces>
<c_tot_points>259.1</c_tot_points>
<c_tot_points_amt>260.1</c_tot_points_amt>
<c_tot_tax_amt>80.1</c_tot_tax_amt>
<c_tot_taxable>78.1</c_tot_taxable>
<c_tot_taxable_it>79.1</c_tot_taxable_it>
<c_tot_units>258</c_tot_units>
<c_tot_wt>74.1</c_tot_wt>
<calc_rebate>true</calc_rebate>
<calc_surcharge>true</calc_surcharge>
<calc_tot_code xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:boolean>true</d3p1:boolean>
<d3p1:boolean>true</d3p1:boolean>
</calc_tot_code>
<cancel_date />
<card_encrypt xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</card_encrypt>
<card_is_encrypted xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:boolean>true</d3p1:boolean>
<d3p1:boolean>true</d3p1:boolean>
</card_is_encrypted>
<card_length xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</card_length>
<card_token xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</card_token>
<cash_change>197.1</cash_change>
<cash_tendered>196.1</cash_tendered>
<cc_email>sample string 151</cc_email>
<cc_fee_amt>292.1</cc_fee_amt>
<cc_fee_pct>291.1</cc_fee_pct>
<cell_phone>sample string 272</cell_phone>
<check_it_restrict>true</check_it_restrict>
<ci_batch_no>157</ci_batch_no>
<com_pct>61.1</com_pct>
<com_split1>62.1</com_split1>
<com_split2>63.1</com_split2>
<company_ar>sample string 106</company_ar>
<company_cu>sample string 26</company_cu>
<company_oe>sample string 1</company_oe>
<company_sa>sample string 107</company_sa>
<confirmed>true</confirmed>
<consolidate_invc_date />
<consolidate_order>187</consolidate_order>
<consolidate_rec_seq>188</consolidate_rec_seq>
<consolidated_order>true</consolidated_order>
<consolidated_order_3pl>true</consolidated_order_3pl>
<consolidated_order_cig>true</consolidated_order_cig>
<country_code>sample string 105</country_code>
<cr_aprv_date />
<cr_check_ided>true</cr_check_ided>
<cr_expln>sample string 43</cr_expln>
<cr_fail_code xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</cr_fail_code>
<cr_rel_id>sample string 44</cr_rel_id>
<created_by>sample string 195</created_by>
<created_date>sample string 148</created_date>
<created_time>194</created_time>
<cross_dock>true</cross_dock>
<cu_group>sample string 27</cu_group>
<cu_po>sample string 28</cu_po>
<cu_po_date />
<currency_code>sample string 162</currency_code>
<curx_c_appl_disc_amt>223.1</curx_c_appl_disc_amt>
<curx_c_disc_amt>171.1</curx_c_disc_amt>
<curx_c_pc_total>231.1</curx_c_pc_total>
<curx_c_tax_breakdown_amt xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</curx_c_tax_breakdown_amt>
<curx_c_tax_breakdown_pct_amt xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</curx_c_tax_breakdown_pct_amt>
<curx_c_tot_code_amt xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</curx_c_tot_code_amt>
<curx_c_tot_gross>172.1</curx_c_tot_gross>
<curx_c_tot_gross_excl>201.1</curx_c_tot_gross_excl>
<curx_c_tot_net_ar>173.1</curx_c_tot_net_ar>
<curx_c_tot_points_amt>261.1</curx_c_tot_points_amt>
<curx_c_tot_tax_amt>176.1</curx_c_tot_tax_amt>
<curx_c_tot_taxable>174.1</curx_c_tot_taxable>
<curx_c_tot_taxable_it>175.1</curx_c_tot_taxable_it>
<curx_cash_change>199.1</curx_cash_change>
<curx_cash_tendered>198.1</curx_cash_tendered>
<curx_i_tot_gross>177.1</curx_i_tot_gross>
<curx_o_appl_disc_amt>222.1</curx_o_appl_disc_amt>
<curx_o_deposit>164.1</curx_o_deposit>
<curx_o_deposit_on_acct>191.1</curx_o_deposit_on_acct>
<curx_o_deposit_open>190.1</curx_o_deposit_open>
<curx_o_disc_amt>165.1</curx_o_disc_amt>
<curx_o_pc_total>229.1</curx_o_pc_total>
<curx_o_tax_breakdown_amt xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</curx_o_tax_breakdown_amt>
<curx_o_tax_breakdown_pct_amt xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</curx_o_tax_breakdown_pct_amt>
<curx_o_tot_gross>166.1</curx_o_tot_gross>
<curx_o_tot_gross_excl>203.1</curx_o_tot_gross_excl>
<curx_o_tot_net_ar>167.1</curx_o_tot_net_ar>
<curx_o_tot_points_amt>257.1</curx_o_tot_points_amt>
<curx_o_tot_tax_amt>170.1</curx_o_tot_tax_amt>
<curx_o_tot_taxable>168.1</curx_o_tot_taxable>
<curx_o_tot_taxable_it>169.1</curx_o_tot_taxable_it>
<curx_opn_tot_gross>178.1</curx_opn_tot_gross>
<curx_return_value>179.1</curx_return_value>
<curx_tot_cod_amt>214.1</curx_tot_cod_amt>
<customer>sample string 25</customer>
<customer_ext>sample string 218</customer_ext>
<customer_prospect>sample string 208</customer_prospect>
<date_out>sample string 181</date_out>
<delivery_date>sample string 248</delivery_date>
<delivery_route>sample string 247</delivery_route>
<delivery_terms>sample string 186</delivery_terms>
<dept_name>sample string 159</dept_name>
<dept_no>sample string 158</dept_no>
<disc_amt>56.1</disc_amt>
<disc_date />
<discount_exclude>sample string 204</discount_exclude>
<doc_partner_id>sample string 185</doc_partner_id>
<doc_src>242</doc_src>
<doc_src_seq>243</doc_src_seq>
<document>184</document>
<driver_code>sample string 250</driver_code>
<due_date />
<edi_misc xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</edi_misc>
<edipo_vendor>sample string 155</edipo_vendor>
<edit_notes>true</edit_notes>
<email>sample string 193</email>
<enter_by>sample string 14</enter_by>
<exchange_rate>163.1</exchange_rate>
<exp_bol>227</exp_bol>
<expedite>true</expedite>
<fax>sample string 32</fax>
<fc_flag>true</fc_flag>
<fob>sample string 45</fob>
<follow_up_date />
<free_form_shipto>true</free_form_shipto>
<free_freight_flag>true</free_freight_flag>
<free_freight_level>288.1</free_freight_level>
<free_freight_pct>284.1</free_freight_pct>
<free_freight_status>sample string 286</free_freight_status>
<freight_amount>285.1</freight_amount>
<freight_zone>sample string 46</freight_zone>
<future>true</future>
<hold_code>sample string 19</hold_code>
<i_cash_disc>98.1</i_cash_disc>
<i_cash_discbl>99.1</i_cash_discbl>
<i_disc_amt>89.1</i_disc_amt>
<i_pay_code xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</i_pay_code>
<i_pay_code_amt xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</i_pay_code_amt>
<i_pay_code_ref xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</i_pay_code_ref>
<i_pay_codes_tot>97.1</i_pay_codes_tot>
<i_tot_codes_amt>92.1</i_tot_codes_amt>
<i_tot_codes_cost>93.1</i_tot_codes_cost>
<i_tot_cost>94.1</i_tot_cost>
<i_tot_cost_a>95.1</i_tot_cost_a>
<i_tot_cubes>87.1</i_tot_cubes>
<i_tot_gross>96.1</i_tot_gross>
<i_tot_net_ar>100.1</i_tot_net_ar>
<i_tot_pieces>86</i_tot_pieces>
<i_tot_tax_amt>91.1</i_tot_tax_amt>
<i_tot_taxable>90.1</i_tot_taxable>
<i_tot_taxable_it>117.1</i_tot_taxable_it>
<i_tot_wt>88.1</i_tot_wt>
<ics_needs_recalc>true</ics_needs_recalc>
<inv_post_date />
<inv_register>225</inv_register>
<inv_updated>true</inv_updated>
<invc_date />
<invc_seq>49</invc_seq>
<invoice>180</invoice>
<invoice_group>sample string 48</invoice_group>
<job_rel>sample string 47</job_rel>
<last_add_line>7</last_add_line>
<last_line>6</last_line>
<load_status>sample string 266</load_status>
<manifest_key>sample string 289</manifest_key>
<manual_cmmt>true</manual_cmmt>
<name>sample string 34</name>
<no_auto_bill_manifest>true</no_auto_bill_manifest>
<num_pages>161</num_pages>
<o_appl_disc_amt>220.1</o_appl_disc_amt>
<o_credit>290.1</o_credit>
<o_deposit>70.1</o_deposit>
<o_deposit_no>sample string 72</o_deposit_no>
<o_deposit_on_acct>138.1</o_deposit_on_acct>
<o_deposit_open>71.1</o_deposit_open>
<o_disc_amt>67.1</o_disc_amt>
<o_disc_pct>66.1</o_disc_pct>
<o_pc_total>228.1</o_pc_total>
<o_tax_breakdown_amt xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</o_tax_breakdown_amt>
<o_tax_breakdown_pct_amt xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</o_tax_breakdown_pct_amt>
<o_tot_cost>69.1</o_tot_cost>
<o_tot_extra_points>265.1</o_tot_extra_points>
<o_tot_gross>68.1</o_tot_gross>
<o_tot_gross_excl>202.1</o_tot_gross_excl>
<o_tot_net_ar>127.1</o_tot_net_ar>
<o_tot_pieces>64</o_tot_pieces>
<o_tot_points>255.1</o_tot_points>
<o_tot_points_amt>256.1</o_tot_points_amt>
<o_tot_tax_amt>126.1</o_tot_tax_amt>
<o_tot_taxable>124.1</o_tot_taxable>
<o_tot_taxable_it>125.1</o_tot_taxable_it>
<o_tot_units>254</o_tot_units>
<o_tot_wt>65.1</o_tot_wt>
<oe_prefix>sample string 17</oe_prefix>
<opn>true</opn>
<opn_tot_gross>85.1</opn_tot_gross>
<ord_class>sample string 9</ord_class>
<ord_date>sample string 10</ord_date>
<ord_ext>sample string 16</ord_ext>
<order>4</order>
<order_by>sample string 29</order_by>
<order_min_ovrd>true</order_min_ovrd>
<orderby_adr xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</orderby_adr>
<orderby_country_code>sample string 238</orderby_country_code>
<orderby_email>sample string 235</orderby_email>
<orderby_fax>sample string 234</orderby_fax>
<orderby_name>sample string 232</orderby_name>
<orderby_phone>sample string 233</orderby_phone>
<orderby_postal_code>sample string 237</orderby_postal_code>
<orderby_state>sample string 236</orderby_state>
<pay_code xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</pay_code>
<pay_code_card xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</pay_code_card>
<pay_code_exp xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:anyType />
<d3p1:anyType />
</pay_code_exp>
<phone>sample string 31</phone>
<phone_ext>sample string 207</phone_ext>
<pick_and_hold>true</pick_and_hold>
<pick_and_hold_comp>true</pick_and_hold_comp>
<pick_method>sample string 114</pick_method>
<pick_priority_dt />
<pick_stat>sample string 132</pick_stat>
<pick_user_id>sample string 137</pick_user_id>
<points_bonus_flag>true</points_bonus_flag>
<points_flag>true</points_flag>
<points_per_unit>253.1</points_per_unit>
<post_date />
<postal_code>sample string 36</postal_code>
<posted>true</posted>
<prep_time>246.1</prep_time>
<price_by>sample string 150</price_by>
<print_credit_flag>true</print_credit_flag>
<print_label>true</print_label>
<print_time>52</print_time>
<priority_order>true</priority_order>
<proc_date />
<proc_stat>sample string 119</proc_stat>
<proc_time>120</proc_time>
<proc_user_id>sample string 121</proc_user_id>
<ps_batch_no>53</ps_batch_no>
<ps_batch_seq>156</ps_batch_seq>
<rec_seq>5</rec_seq>
<rec_type>sample string 3</rec_type>
<register>111</register>
<reminder_string>sample string 213</reminder_string>
<rental_order>160</rental_order>
<required_date />
<residential>true</residential>
<return_date />
<return_pieces>183</return_pieces>
<return_value>152.1</return_value>
<route_date />
<rs_ship_via_code>sample string 240</rs_ship_via_code>
<sale_close_date />
<sale_prob_pct>210.1</sale_prob_pct>
<salesman1>sample string 58</salesman1>
<salesman2>sample string 59</salesman2>
<salesman3>sample string 60</salesman3>
<sec_code xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</sec_code>
<sel_flag>true</sel_flag>
<ship_atn>sample string 37</ship_atn>
<ship_cmpl>true</ship_cmpl>
<ship_cmplt_2nd_ps>true</ship_cmplt_2nd_ps>
<ship_data_exp>true</ship_data_exp>
<ship_date />
<ship_dist_ctr>sample string 239</ship_dist_ctr>
<ship_group_no>192</ship_group_no>
<ship_grp_seq>205</ship_grp_seq>
<ship_id>sample string 33</ship_id>
<ship_via_acct>sample string 122</ship_via_acct>
<ship_via_code>sample string 38</ship_via_code>
<shipped>true</shipped>
<source_code>sample string 18</source_code>
<split_due_date xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:anyType />
<d3p1:anyType />
</split_due_date>
<split_due_date_2 xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:anyType />
<d3p1:anyType />
</split_due_date_2>
<split_due_percent xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</split_due_percent>
<split_due_percent_2 xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:double>1.1</d3p1:double>
<d3p1:double>2.1</d3p1:double>
</split_due_percent_2>
<split_due_type>sample string 270</split_due_type>
<split_total_payments>276</split_total_payments>
<stat>sample string 8</stat>
<state>sample string 35</state>
<stop>249</stop>
<store_num>sample string 133</store_num>
<surcharge_calc>true</surcharge_calc>
<sy_lookup>sample string 101</sy_lookup>
<tax_code>sample string 20</tax_code>
<tax_exempt>sample string 21</tax_exempt>
<terms_code>sample string 54</terms_code>
<terms_disc_ovrd>true</terms_disc_ovrd>
<times_printed>51</times_printed>
<tot_c_tot_code_amt>116.1</tot_c_tot_code_amt>
<tot_c_tot_wt>115.1</tot_c_tot_wt>
<tot_cod_amt>215.1</tot_cod_amt>
<truck_code>sample string 251</truck_code>
<ttime_ent>sample string 15</ttime_ent>
<un_sale>true</un_sale>
<used_by>sample string 30</used_by>
<verify_stat>sample string 136</verify_stat>
<verify_user_id>sample string 139</verify_user_id>
<vmi_replen>true</vmi_replen>
<wanted_date>sample string 11</wanted_date>
<wanted_date_range>sample string 263</wanted_date_range>
<warehouse>sample string 24</warehouse>
<web_item_check>true</web_item_check>
</head>
<line_results>
<LineResult>
<errors xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</errors>
<item>sample string 1</item>
<lineid>2</lineid>
<reference>3</reference>
<success>true</success>
</LineResult>
<LineResult>
<errors xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</errors>
<item>sample string 1</item>
<lineid>2</lineid>
<reference>3</reference>
<success>true</success>
</LineResult>
</line_results>
<lines>
<Line>
<__lineid>215</__lineid>
<__rowid>sample string 216</__rowid>
<ar_flag>true</ar_flag>
<blanket_order>true</blanket_order>
<blanket_rel>112</blanket_rel>
<bo_ext>56.1</bo_ext>
<c_cost_ext_a>69.1</c_cost_ext_a>
<c_cost_ext_w>64.1</c_cost_ext_w>
<c_ext>54.1</c_ext>
<c_ext_disc>55.1</c_ext_disc>
<c_ext_disc_no_reb>206.1</c_ext_disc_no_reb>
<c_ext_no_reb>204.1</c_ext_no_reb>
<c_ext_sa>141.1</c_ext_sa>
<c_price_sa>144.1</c_price_sa>
<c_weight_ext>74.1</c_weight_ext>
<cancel_bo>true</cancel_bo>
<cancel_date />
<cc_line_add>154</cc_line_add>
<cc_order>149</cc_order>
<cc_rec_seq>151</cc_rec_seq>
<com_amount>22.1</com_amount>
<com_pct>23.1</com_pct>
<commodity_code>sample string 127</commodity_code>
<company_cu>sample string 9</company_cu>
<company_ip>sample string 11</company_ip>
<company_it>sample string 10</company_it>
<company_oe>sample string 1</company_oe>
<company_sa>sample string 79</company_sa>
<company_ve>sample string 102</company_ve>
<components_on_invoice>true</components_on_invoice>
<components_on_picktick>true</components_on_picktick>
<components_on_quote>true</components_on_quote>
<core_closed>true</core_closed>
<cost_a>66.1</cost_a>
<cost_est>true</cost_est>
<cost_origin_a>sample string 193</cost_origin_a>
<cost_origin_w>sample string 194</cost_origin_w>
<cost_ovrd>true</cost_ovrd>
<cost_ovrd_a>true</cost_ovrd_a>
<cost_per>sample string 62</cost_per>
<cost_per_a>sample string 67</cost_per_a>
<cost_w>60.1</cost_w>
<cost_w_chg_pct>90.1</cost_w_chg_pct>
<created_by>sample string 189</created_by>
<created_date_time>2026-05-05T01:56:14.0396318-04:00</created_date_time>
<curx_bo_ext>125.1</curx_bo_ext>
<curx_c_ext>122.1</curx_c_ext>
<curx_c_ext_disc>123.1</curx_c_ext_disc>
<curx_c_ext_disc_no_reb>207.1</curx_c_ext_disc_no_reb>
<curx_c_ext_no_reb>205.1</curx_c_ext_no_reb>
<curx_i_ext>124.1</curx_i_ext>
<curx_list_price>131.1</curx_list_price>
<curx_o_ext>120.1</curx_o_ext>
<curx_o_ext_disc>121.1</curx_o_ext_disc>
<curx_o_ext_disc_no_reb>203.1</curx_o_ext_disc_no_reb>
<curx_o_ext_no_reb>202.1</curx_o_ext_no_reb>
<curx_orig_price>165.1</curx_orig_price>
<curx_price>119.1</curx_price>
<curx_price_rebate>199.1</curx_price_rebate>
<curx_price_surcharge>197.1</curx_price_surcharge>
<curx_vat_amount>132.1</curx_vat_amount>
<customer>sample string 8</customer>
<date_needed />
<descr xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</descr>
<discontinued>true</discontinued>
<doc_line>134</doc_line>
<doc_partner_id>sample string 135</doc_partner_id>
<document>133</document>
<dsc_amount>50.1</dsc_amount>
<dsc_pct>51.1</dsc_pct>
<edi_misc xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</edi_misc>
<edi_orig_price>195.1</edi_orig_price>
<edipo_assrt_item>sample string 179</edipo_assrt_item>
<edipo_line>103</edipo_line>
<edipo_orig_item>sample string 178</edipo_orig_item>
<entry_item>sample string 180</entry_item>
<exchange_rate>118.1</exchange_rate>
<free_freight_level>210.1</free_freight_level>
<freight_amt>148.1</freight_amt>
<freight_amt_add>150.1</freight_amt_add>
<freight_ovrd>true</freight_ovrd>
<future_order>true</future_order>
<i_cost_ext_a>70.1</i_cost_ext_a>
<i_cost_ext_w>65.1</i_cost_ext_w>
<i_ext>57.1</i_ext>
<i_weight_ext>75.1</i_weight_ext>
<inv_updated>true</inv_updated>
<invc_date />
<invc_seq>14</invc_seq>
<inventory_item>sample string 214</inventory_item>
<item>sample string 25</item>
<item_notes_flag>true</item_notes_flag>
<item_stat>sample string 80</item_stat>
<job_rel>sample string 191</job_rel>
<keep_inventory>true</keep_inventory>
<length>212.1</length>
<line>6</line>
<line_add>7</line_add>
<line_add_sa>143</line_add_sa>
<list_price>126.1</list_price>
<list_price_discount>130.1</list_price_discount>
<load>61.1</load>
<location>sample string 26</location>
<manual_cmmt>true</manual_cmmt>
<msds_id>sample string 30</msds_id>
<msds_rev_date />
<o_cost_ext_a>68.1</o_cost_ext_a>
<o_cost_ext_w>63.1</o_cost_ext_w>
<o_ext>52.1</o_ext>
<o_ext_disc>53.1</o_ext_disc>
<o_ext_disc_no_reb>201.1</o_ext_disc_no_reb>
<o_ext_no_reb>200.1</o_ext_no_reb>
<o_ext_sa>142.1</o_ext_sa>
<o_price_sa>140.1</o_price_sa>
<o_weight_ext>73.1</o_weight_ext>
<oe_totals_flag>true</oe_totals_flag>
<on_hold>true</on_hold>
<opn>true</opn>
<ord_class>sample string 15</ord_class>
<order>4</order>
<orig_cost_per_w>sample string 95</orig_cost_per_w>
<orig_cost_w>94.1</orig_cost_w>
<orig_item>sample string 167</orig_item>
<orig_price>47.1</orig_price>
<orig_price_per>sample string 93</orig_price_per>
<orig_restrict>true</orig_restrict>
<pick_time xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</pick_time>
<picked>sample string 27</picked>
<picked_date />
<po>76</po>
<po_line>77</po_line>
<post_date />
<prc_est>true</prc_est>
<prc_origin>sample string 46</prc_origin>
<price>49.1</price>
<price_by_components>true</price_by_components>
<price_chg_pct>89.1</price_chg_pct>
<price_col>sample string 105</price_col>
<price_comment>sample string 177</price_comment>
<price_per>sample string 48</price_per>
<price_rebate>198.1</price_rebate>
<price_surcharge>196.1</price_surcharge>
<pricing_terms>sample string 145</pricing_terms>
<print_on_ackn>true</print_on_ackn>
<print_on_invoice>true</print_on_invoice>
<print_on_pk>true</print_on_pk>
<print_on_ps>true</print_on_ps>
<print_on_quote>true</print_on_quote>
<prior_cost_per>sample string 92</prior_cost_per>
<prior_cost_w>88.1</prior_cost_w>
<prior_price>87.1</prior_price>
<prior_price_per>sample string 91</prior_price_per>
<product_line>sample string 17</product_line>
<promise_date />
<q_bo>41</q_bo>
<q_bo_d>42</q_bo_d>
<q_bo_d_orig />
<q_bo_disp>110.1</q_bo_disp>
<q_bo_orig />
<q_comm>35</q_comm>
<q_comm_d>36</q_comm_d>
<q_comm_disp>107.1</q_comm_disp>
<q_itd>39</q_itd>
<q_itd_cmtd>100</q_itd_cmtd>
<q_itd_cmtd_d>101</q_itd_cmtd_d>
<q_itd_d>40</q_itd_d>
<q_itd_disp>109.1</q_itd_disp>
<q_linked>78</q_linked>
<q_linked_d>99</q_linked_d>
<q_ord>33</q_ord>
<q_ord_d>34</q_ord_d>
<q_ord_disp>106.1</q_ord_disp>
<q_picked>43</q_picked>
<q_picked_d>44</q_picked_d>
<q_printed>37</q_printed>
<q_printed_d>38</q_printed_d>
<q_printed_disp>108.1</q_printed_disp>
<q_tot_cmtd>97</q_tot_cmtd>
<q_tot_cmtd_d>98</q_tot_cmtd_d>
<rebate_class>sample string 208</rebate_class>
<rec_seq>5</rec_seq>
<rec_type>sample string 3</rec_type>
<rental_line_add>117</rental_line_add>
<rental_order>116</rental_order>
<req_date>sample string 19</req_date>
<rs_price>169.1</rs_price>
<rs_shipping_amt>170.1</rs_shipping_amt>
<rs_tax_amt>171.1</rs_tax_amt>
<sa_totals_flag>true</sa_totals_flag>
<salesman1>sample string 115</salesman1>
<sel_flag>true</sel_flag>
<ship_complete>true</ship_complete>
<ship_via_code>sample string 159</ship_via_code>
<sp_comp_seq>158</sp_comp_seq>
<sp_line_add>157</sp_line_add>
<sp_no>155</sp_no>
<sp_rec_seq>156</sp_rec_seq>
<spec>sample string 24</spec>
<special>true</special>
<spoil_line_add>176</spoil_line_add>
<tag_no>181</tag_no>
<tax_code>sample string 175</tax_code>
<tax_flag>true</tax_flag>
<terms_code>sample string 190</terms_code>
<um_descr>sample string 172</um_descr>
<um_disp>sample string 111</um_disp>
<um_index>173</um_index>
<um_o>sample string 32</um_o>
<un_sale>true</un_sale>
<use_alt_list>true</use_alt_list>
<vat_amount>129.1</vat_amount>
<vat_percent>128.1</vat_percent>
<vendor>sample string 16</vendor>
<warehouse>sample string 12</warehouse>
<wave_item_seq>174</wave_item_seq>
<weight>71.1</weight>
<weight_per>sample string 72</weight_per>
<width>213.1</width>
<wo_no>168</wo_no>
</Line>
<Line>
<__lineid>215</__lineid>
<__rowid>sample string 216</__rowid>
<ar_flag>true</ar_flag>
<blanket_order>true</blanket_order>
<blanket_rel>112</blanket_rel>
<bo_ext>56.1</bo_ext>
<c_cost_ext_a>69.1</c_cost_ext_a>
<c_cost_ext_w>64.1</c_cost_ext_w>
<c_ext>54.1</c_ext>
<c_ext_disc>55.1</c_ext_disc>
<c_ext_disc_no_reb>206.1</c_ext_disc_no_reb>
<c_ext_no_reb>204.1</c_ext_no_reb>
<c_ext_sa>141.1</c_ext_sa>
<c_price_sa>144.1</c_price_sa>
<c_weight_ext>74.1</c_weight_ext>
<cancel_bo>true</cancel_bo>
<cancel_date />
<cc_line_add>154</cc_line_add>
<cc_order>149</cc_order>
<cc_rec_seq>151</cc_rec_seq>
<com_amount>22.1</com_amount>
<com_pct>23.1</com_pct>
<commodity_code>sample string 127</commodity_code>
<company_cu>sample string 9</company_cu>
<company_ip>sample string 11</company_ip>
<company_it>sample string 10</company_it>
<company_oe>sample string 1</company_oe>
<company_sa>sample string 79</company_sa>
<company_ve>sample string 102</company_ve>
<components_on_invoice>true</components_on_invoice>
<components_on_picktick>true</components_on_picktick>
<components_on_quote>true</components_on_quote>
<core_closed>true</core_closed>
<cost_a>66.1</cost_a>
<cost_est>true</cost_est>
<cost_origin_a>sample string 193</cost_origin_a>
<cost_origin_w>sample string 194</cost_origin_w>
<cost_ovrd>true</cost_ovrd>
<cost_ovrd_a>true</cost_ovrd_a>
<cost_per>sample string 62</cost_per>
<cost_per_a>sample string 67</cost_per_a>
<cost_w>60.1</cost_w>
<cost_w_chg_pct>90.1</cost_w_chg_pct>
<created_by>sample string 189</created_by>
<created_date_time>2026-05-05T01:56:14.0396318-04:00</created_date_time>
<curx_bo_ext>125.1</curx_bo_ext>
<curx_c_ext>122.1</curx_c_ext>
<curx_c_ext_disc>123.1</curx_c_ext_disc>
<curx_c_ext_disc_no_reb>207.1</curx_c_ext_disc_no_reb>
<curx_c_ext_no_reb>205.1</curx_c_ext_no_reb>
<curx_i_ext>124.1</curx_i_ext>
<curx_list_price>131.1</curx_list_price>
<curx_o_ext>120.1</curx_o_ext>
<curx_o_ext_disc>121.1</curx_o_ext_disc>
<curx_o_ext_disc_no_reb>203.1</curx_o_ext_disc_no_reb>
<curx_o_ext_no_reb>202.1</curx_o_ext_no_reb>
<curx_orig_price>165.1</curx_orig_price>
<curx_price>119.1</curx_price>
<curx_price_rebate>199.1</curx_price_rebate>
<curx_price_surcharge>197.1</curx_price_surcharge>
<curx_vat_amount>132.1</curx_vat_amount>
<customer>sample string 8</customer>
<date_needed />
<descr xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</descr>
<discontinued>true</discontinued>
<doc_line>134</doc_line>
<doc_partner_id>sample string 135</doc_partner_id>
<document>133</document>
<dsc_amount>50.1</dsc_amount>
<dsc_pct>51.1</dsc_pct>
<edi_misc xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</edi_misc>
<edi_orig_price>195.1</edi_orig_price>
<edipo_assrt_item>sample string 179</edipo_assrt_item>
<edipo_line>103</edipo_line>
<edipo_orig_item>sample string 178</edipo_orig_item>
<entry_item>sample string 180</entry_item>
<exchange_rate>118.1</exchange_rate>
<free_freight_level>210.1</free_freight_level>
<freight_amt>148.1</freight_amt>
<freight_amt_add>150.1</freight_amt_add>
<freight_ovrd>true</freight_ovrd>
<future_order>true</future_order>
<i_cost_ext_a>70.1</i_cost_ext_a>
<i_cost_ext_w>65.1</i_cost_ext_w>
<i_ext>57.1</i_ext>
<i_weight_ext>75.1</i_weight_ext>
<inv_updated>true</inv_updated>
<invc_date />
<invc_seq>14</invc_seq>
<inventory_item>sample string 214</inventory_item>
<item>sample string 25</item>
<item_notes_flag>true</item_notes_flag>
<item_stat>sample string 80</item_stat>
<job_rel>sample string 191</job_rel>
<keep_inventory>true</keep_inventory>
<length>212.1</length>
<line>6</line>
<line_add>7</line_add>
<line_add_sa>143</line_add_sa>
<list_price>126.1</list_price>
<list_price_discount>130.1</list_price_discount>
<load>61.1</load>
<location>sample string 26</location>
<manual_cmmt>true</manual_cmmt>
<msds_id>sample string 30</msds_id>
<msds_rev_date />
<o_cost_ext_a>68.1</o_cost_ext_a>
<o_cost_ext_w>63.1</o_cost_ext_w>
<o_ext>52.1</o_ext>
<o_ext_disc>53.1</o_ext_disc>
<o_ext_disc_no_reb>201.1</o_ext_disc_no_reb>
<o_ext_no_reb>200.1</o_ext_no_reb>
<o_ext_sa>142.1</o_ext_sa>
<o_price_sa>140.1</o_price_sa>
<o_weight_ext>73.1</o_weight_ext>
<oe_totals_flag>true</oe_totals_flag>
<on_hold>true</on_hold>
<opn>true</opn>
<ord_class>sample string 15</ord_class>
<order>4</order>
<orig_cost_per_w>sample string 95</orig_cost_per_w>
<orig_cost_w>94.1</orig_cost_w>
<orig_item>sample string 167</orig_item>
<orig_price>47.1</orig_price>
<orig_price_per>sample string 93</orig_price_per>
<orig_restrict>true</orig_restrict>
<pick_time xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</pick_time>
<picked>sample string 27</picked>
<picked_date />
<po>76</po>
<po_line>77</po_line>
<post_date />
<prc_est>true</prc_est>
<prc_origin>sample string 46</prc_origin>
<price>49.1</price>
<price_by_components>true</price_by_components>
<price_chg_pct>89.1</price_chg_pct>
<price_col>sample string 105</price_col>
<price_comment>sample string 177</price_comment>
<price_per>sample string 48</price_per>
<price_rebate>198.1</price_rebate>
<price_surcharge>196.1</price_surcharge>
<pricing_terms>sample string 145</pricing_terms>
<print_on_ackn>true</print_on_ackn>
<print_on_invoice>true</print_on_invoice>
<print_on_pk>true</print_on_pk>
<print_on_ps>true</print_on_ps>
<print_on_quote>true</print_on_quote>
<prior_cost_per>sample string 92</prior_cost_per>
<prior_cost_w>88.1</prior_cost_w>
<prior_price>87.1</prior_price>
<prior_price_per>sample string 91</prior_price_per>
<product_line>sample string 17</product_line>
<promise_date />
<q_bo>41</q_bo>
<q_bo_d>42</q_bo_d>
<q_bo_d_orig />
<q_bo_disp>110.1</q_bo_disp>
<q_bo_orig />
<q_comm>35</q_comm>
<q_comm_d>36</q_comm_d>
<q_comm_disp>107.1</q_comm_disp>
<q_itd>39</q_itd>
<q_itd_cmtd>100</q_itd_cmtd>
<q_itd_cmtd_d>101</q_itd_cmtd_d>
<q_itd_d>40</q_itd_d>
<q_itd_disp>109.1</q_itd_disp>
<q_linked>78</q_linked>
<q_linked_d>99</q_linked_d>
<q_ord>33</q_ord>
<q_ord_d>34</q_ord_d>
<q_ord_disp>106.1</q_ord_disp>
<q_picked>43</q_picked>
<q_picked_d>44</q_picked_d>
<q_printed>37</q_printed>
<q_printed_d>38</q_printed_d>
<q_printed_disp>108.1</q_printed_disp>
<q_tot_cmtd>97</q_tot_cmtd>
<q_tot_cmtd_d>98</q_tot_cmtd_d>
<rebate_class>sample string 208</rebate_class>
<rec_seq>5</rec_seq>
<rec_type>sample string 3</rec_type>
<rental_line_add>117</rental_line_add>
<rental_order>116</rental_order>
<req_date>sample string 19</req_date>
<rs_price>169.1</rs_price>
<rs_shipping_amt>170.1</rs_shipping_amt>
<rs_tax_amt>171.1</rs_tax_amt>
<sa_totals_flag>true</sa_totals_flag>
<salesman1>sample string 115</salesman1>
<sel_flag>true</sel_flag>
<ship_complete>true</ship_complete>
<ship_via_code>sample string 159</ship_via_code>
<sp_comp_seq>158</sp_comp_seq>
<sp_line_add>157</sp_line_add>
<sp_no>155</sp_no>
<sp_rec_seq>156</sp_rec_seq>
<spec>sample string 24</spec>
<special>true</special>
<spoil_line_add>176</spoil_line_add>
<tag_no>181</tag_no>
<tax_code>sample string 175</tax_code>
<tax_flag>true</tax_flag>
<terms_code>sample string 190</terms_code>
<um_descr>sample string 172</um_descr>
<um_disp>sample string 111</um_disp>
<um_index>173</um_index>
<um_o>sample string 32</um_o>
<un_sale>true</un_sale>
<use_alt_list>true</use_alt_list>
<vat_amount>129.1</vat_amount>
<vat_percent>128.1</vat_percent>
<vendor>sample string 16</vendor>
<warehouse>sample string 12</warehouse>
<wave_item_seq>174</wave_item_seq>
<weight>71.1</weight>
<weight_per>sample string 72</weight_per>
<width>213.1</width>
<wo_no>168</wo_no>
</Line>
</lines>
<order>1</order>
<results xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</results>
<success>true</success>
<type>sample string 2</type>
</orderRoot>