/
Sample json data of Purchase Order Item Model

Sample json data of Purchase Order Item Model

{
    "gl_dimension_pkids": "1001,1002",
    "gl_dimension_code": "XYZ,ABC",
    "gl_code_reference": "anything",
    "gl_code": "XYZ",
    "item_code": "X1000",
    "item_type": "INV",
    "qty": 10,
    "unit_price": 20,
}

Private & Confidential