Manage the Batch Informations (not stock informations)
BatchNumber example GET query, that requests all BatchNumber properties filtered by primary keys ItemCode and SystemNumber:
/BatchNumber("po_batchauto",988)
BatchNumber support UDF fields and GET and PUT command
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
}
}