{
"type": "string",
"properties": {
"PurchaseOrderItem": {
"type": "string",
"items": {
"type": "string",
"properties": {
"id": {
"type": "string",
"description": "string",
"readOnly": true
},
"product_id": {
"type": "string",
"format": "string",
"description": "string"
},
"org_name": {
"type": "string",
"format": "string",
"description": "string"
},
"description": {
"type": "string",
"format": "string",
"description": "string"
},
"unit_price": {
"type": "string",
"format": "string",
"description": "string"
},
"quantity": {
"type": "string",
"format": "string",
"description": "string"
},
"tax1": {
"type": "string",
"format": "string",
"description": "string"
},
"tax2": {
"type": "string",
"format": "string",
"description": "string"
},
"purchase_order_id": {
"type": "string",
"description": "string"
},
"item": {
"type": "string",
"description": "string"
},
"summary_tax1": {
"type": "string",
"format": "string",
"description": "string",
"readOnly": true
},
"summary_tax2": {
"type": "string",
"format": "string",
"description": "string",
"readOnly": true
},
"subtotal": {
"type": "string",
"format": "string",
"description": "string",
"readOnly": true
},
"col_3": {
"type": [
"string"
],
"description": "string",
"default": null
},
"col_4": {
"type": [
"string"
],
"description": "string",
"default": null
},
"col_5": {
"type": [
"string"
],
"description": "string",
"default": null
},
"discount": {
"type": "string",
"format": "string",
"description": "string"
},
"discount_type": {
"type": "string",
"description": "string",
"enum": [
"string"
]
},
"store_id": {
"type": "string",
"format": "string",
"description": "string",
"default": "string",
"examples": [
0
]
},
"calculated_discount": {
"type": "string",
"format": "string",
"description": "string",
"readOnly": true
},
"created": {
"type": "string",
"format": "string",
"description": "string",
"readOnly": true,
"examples": [
"string"
]
},
"modified": {
"type": "string",
"format": "string",
"description": "string",
"readOnly": true,
"examples": [
"string"
]
}
},
"x-apidog-orders": [
"string"
]
}
}
},
"x-apidog-orders": [
"string"
],
"PurchaseOrderItem": [
{
"id": 0,
"product_id": 0,
"org_name": "string",
"description": "string",
"unit_price": 0,
"quantity": 0,
"tax1": 0,
"tax2": 0,
"purchase_order_id": 0,
"item": "string",
"summary_tax1": 0,
"summary_tax2": 0,
"subtotal": 0,
"col_3": null,
"col_4": null,
"col_5": null,
"discount": 0,
"discount_type": "1 => Percentage",
"store_id": "The Purchase Order store id",
"calculated_discount": 0,
"created": "2018-05-10 00:42:00",
"modified": "2018-05-12 13:05:06"
}
]
}