{
"orderLineID": "string",
"customer": {
"id": "string",
"name": "string"
},
"product": {
"id": "string",
"description": "string"
},
"orderUnit": "string",
"deliveryDropDate": "2019-08-24T14:15:22.123Z",
"quantity": 0,
"orderType": "REGULAR",
"unitQty": 0,
"price": 0,
"basePrice": 0,
"vendor": {
"id": "string",
"name": "string"
},
"warehouse": {
"id": "string",
"name": "string"
},
"salesRep": {
"id": "string",
"name": "string"
},
"notes": "string",
"purchaseOrder": {
"purchaseOrderID": "string",
"notes": "string"
},
"allowances": [
{
"allowanceDescription": "string",
"componentID": "string",
"componentName": "string",
"benefitType": "% off Show Price",
"isAdjustment": true,
"allowanceValue": 0
}
],
"status": "string"
}