{
  "salesorder": {
    "ordernumber": "ORD-01055-K2M8D4",
    "name": "Field service starter kit — 12 technicians",
    "customerid": "Contoso Ltd",
    "ownerid": "Priya Raman",
    "shippingmethodcode": "Airborne",
    "paymenttermscode": "Net 30",
    "statuscode": "In Progress",
    "shipto_name": "Contoso Ltd — Redmond depot",
    "shipto_line1": "1 Contoso Way",
    "shipto_line2": "Loading bay C",
    "shipto_city": "Redmond",
    "shipto_stateorprovince": "WA",
    "shipto_postalcode": "98052",
    "shipto_country": "United States",
    "billto_line1": "1 Contoso Way",
    "billto_city": "Redmond",
    "billto_stateorprovince": "WA",
    "billto_postalcode": "98052",
    "billto_country": "United States",
    "description": "Deliver between 08:00 and 12:00. Ask for the depot manager.",
    "totallineitemamount": "$15,340.00",
    "totaltax": "$1,227.20",
    "freightamount": "$120.00",
    "totalamount": "$16,687.20",
    "_raw": {
      "requestdeliveryby": "2026-10-02T00:00:00Z",
      "freightamount": 120
    },
    "lines": [
      {
        "productid": "Rugged tablet 10\"",
        "productdescription": null,
        "quantity": "12.00000",
        "priceperunit": "$1,095.00",
        "extendedamount": "$13,140.00",
        "_raw": {
          "quantity": 12
        }
      },
      {
        "productid": "Vehicle dock",
        "productdescription": null,
        "quantity": "12.00000",
        "priceperunit": "$185.00",
        "extendedamount": "$2,220.00",
        "_raw": {
          "quantity": 12
        }
      },
      {
        "productid": null,
        "productdescription": "Onboarding workshop (1 day, on site)",
        "quantity": "1.00000",
        "priceperunit": "$980.00",
        "extendedamount": "$980.00",
        "_raw": {
          "quantity": 1
        }
      }
    ]
  }
}
