For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delivery Order

Get Delivery Order :- LOGIC API PULL - DELIVERY ORDER

This API is Used to fetch the detail of Delivery Order

Authorization Detail

Name

Detail

End Point

http://demo.logicerp.com/api/GetDeliveryOrder

Request Type

POST

Authorization

Basic Auth

Username

Demo

Password

1

Request

{
   "DateFrom": "2023-07-07",
   "DateTo": "2023-07-07",
   "Branch_Codes_From": ""
}

Response

Last updated