Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

 

 

{
    "userName": "chin",
    "password": "123456",
    "token": "anything",
    "po_id": 1001,
    "branch_code": "JETMY",
    "supplier_id": "INV",
    "supplier_code": 1001,
    "reference_no": "20",
    "remarks": "200",
    "po_date": "Aug 6, 2012 9:58:28 PM",
    "order_type": "PENDING",
    "itemList": [
        {
            "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
        },
        {
            "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
        }
    ]
}
  • No labels