# InboundLogistic Operations related to inbound logistic, including create, get, etc ## List InboundLogistic - [GET /api/v3/InboundLogistic](https://developer.dealpos.com/openapi/openapi/inboundlogistic/get-inboundlogistic.md): Get a list of inbound logistics (supplier deliveries) with optional date and outlet filters. Requires the "View" role in the "Logistic" module. ## Create InboundLogistic - [POST /api/v3/InboundLogistic](https://developer.dealpos.com/openapi/openapi/inboundlogistic/post-inboundlogistic.md): Receive a supplier delivery (inbound logistic) by number. Requires the "DelC" role in the "Logistic" module; if purchase workflow approval is configured, the "PurA" role in the "Buy" module may be required. ## Delete Inbound Logistic - [DELETE /api/v3/InboundLogistic](https://developer.dealpos.com/openapi/openapi/inboundlogistic/delete-inboundlogistic.md): Delete an inbound logistic entry. Requires the "DELETE" role in the "Logistic" module. ## Get InboundLogistic By Number - [GET /api/v3/InboundLogistic/Number](https://developer.dealpos.com/openapi/openapi/inboundlogistic/inboundnumber.md): Get inbound logistic details by number for a specific outlet. Requires the "VIEW" role in the "Logistic" group. ## Get InboundLogistic By Order Number - [GET /api/v3/InboundLogistic/byOrderNumber](https://developer.dealpos.com/openapi/openapi/inboundlogistic/ordnumberinbound.md): Get supplier delivery records by order or invoice number. Requires the "VIEW" role in the "Logistic" group. ## Get InboundLogistic With Total Count - [GET /api/v3/InboundLogistic/WithTotalCount](https://developer.dealpos.com/openapi/openapi/inboundlogistic/withtotalcountinbound.md): Get a list of supplier deliveries with total count. Requires the "VIEW" role in the "Logistic" group.