```{ "entity": { "id": "71200" }, ...
# integrations
a
Copy code
{
  "entity": {
    "id": "71200"
  },
  "otherRefNum": "CS214607974",
  "shippingaddress": {
    "addr1": "CustomerA",
    "addr2": "Somewhere Ave",
    "city": "Pittsburgh",
    "state": "PA",
    "addrPhone": "1234561111"
  },
  "item": {
    "items": [
      {
        "quantity": 1,
        "rate": 50,
        "item": {
          "id": "332"
        }
      }
    ]
  }
}