BatchAttributes

Batch Attributes are additional Attributes saved behind a Batch Number

Over transaction line "Attributes" you can define additional attributs for Batch Numbers

With BatchAttributes you can return all saved values

 

Note: Current only WMS Database supported.

See ItemBatchAttributs, BatchAttributeValues

 

Example:

BatchAttributes?$filter=ItemCode eq "RM_B" and DistNumber eq "TESTME123435"

 

{

  "value": [

       {

          "ItemCode": "RM_B",

          "DistNumber": "TESTME123435",

          "BatchAttributeCode": "COUNTRY_OF_ORIGIN",

          "Value": "EN",

          "InputType": "List"

       },

       {

          "ItemCode": "RM_B",

          "DistNumber": "TESTME123435",

          "BatchAttributeCode": "MANUFACTURING_DATE",

          "Value": "2022/10/13",

          "InputType": "Date"

       }

   ]

}

 

GET