# List InboundLogistic by BillID Get a list of inbound logistics (supplier deliveries) filtered by BillID Endpoint: GET /api/v3/InboundLogistic/BillID Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `ID` (string, required) Bill ID Example: "bcb2fff2-916a-4f60-9e12-36735d0790a9" ## Response 200 fields (application/json): - `Data` (array) List of Inbound Logistics by BillID - `Data.ID` (string) Inbound Logistic ID - `Data.Outlet` (string) Outlet's Name - `Data.Number` (string) Transaction Number - `Data.Date` (string) Date of Inbound Logistics created - `Data.Created` (string) Date of Inbound Logistics created by system - `Data.Variants` (array) List of variants in the inbound logistics - `Data.Variants.Name` (string) Variant Name - `Data.Variants.Code` (string) Variant Code - `Data.Variants.Quantity` (number) Quantity of the variant - `Data.Variants.Price` (integer) Price of the variant - `Data.Variants.PriceOriginal` (integer) Original Price of the variant - `Data.Variants.Discount` (integer) Discount applied to the variant - `Data.Variants.DiscountAmount` (integer) Discount amount applied to the variant - `Data.Variants.NettPrice` (integer) Nett Price of the variant after discount - `Data.Variants.Note` (string) Note for the variant - `Data.Variants.VariantID` (string) Variant ID - `Data.Variants.Taxable` (boolean) Indicates if the variant is taxable - `Data.Variants.Index` (integer) Index of the variant in the list - `Data.Variants.InventoryTypeID` (integer) Inventory Type ID of the variant ## Response 400 fields (application/json): - `Message` (string)