v1

latestOpenAPI 3.1.02026-08-045901.5 MB

Add Quote

post/estimate

Request body

seller_branch_idstring required

The identifier for the seller's branch.

bank_idstring

The identifier for the bank associated with the estimate.

billings_currencystring

The currency used for billing.

estimate_numberstring

The unique number associated with the estimate.

estimate_datestring date

The date the estimate was created, formatted as YYYY-MM-DD (in this case, 2025-03-01).

validity_datestring date

The date until which the estimate is valid (in this case, 2025-03-31).

notesstring

Additional notes related to the estimate.

terms_conditionsstring

The terms and conditions for the estimate.

notification'Yes' | 'No'

Indicates if notifications are enabled for the estimate.

payment_link'Yes' | 'No'

Indicates if a payment link is provided in the estimate.

additional_chargesstring[]

A list of any additional charges applied to the estimate.

Response

200

statusinteger

Example response

{
  "status": 200,
  "data": {
    "id": 3563,
    "url": "https://ledgr.in/LEDGRS/LGQUZb2uiOK",
    "pdf_link": "https://in.ledgers.cloud/public/print-quote/S0J2Bui87Jm9zRHp2UHpBUG9TTDZFdz09/azR3YWxRWm40SWhhcmRobCs4ZlE0dz09?download=1"
  }
}