Manage Batch Information (not stock information)
BatchNumber example GET query, that requests all BatchNumber properties filtered by primary keys ItemCode and SystemNumber:
/BatchNumber("po_batchauto",988)
BatchNumber supports UDF fields and the GET and PUT commands.
Response in JSON format:
{
    "value": {
        "ItemCode": "po_batchauto",
        "SystemNumber": 988,
        "Batch": "import-1",
        "BatchAttribute1": "import1-info",
        "BatchAttribute2": "",
        "Version": "",
        "Details": "",
        "AdmissionDate": "2016-05-19T00:00Z",
        "ExpirationDate": "",
        "ManufacturingDate": "2016-12-01T00:00Z",
        "Status": "0",
        "SelfProduction": true
    }
}