v1

latestOpenAPI 3.1.02026-08-045901.5 MB

View Purchase Order

get/purchase-order/{id}

Path parameters

idstring required

The unique identifier of the purchase order you wish to retrieve. This parameter is required to specify which purchase order to view.

Headers

api-tokenstring

Generate token from authentication api

x-api-keystring

This will shared while register

Response

200

statusinteger

Example response

{
  "status": 200,
  "data": {
    "id": 1259,
    "porder_number": "testing2-62",
    "porder_date": "2025-03-18",
    "porder_valid_date": "2025-03-18",
    "tax_id1_type": "2",
    "business_info": {
      "id": "341",
      "pos": "TAMILNADU",
      "city": "Daman",
      "name": "STOCK HOLDING CORPORATION OF INDIA LIMITED",
      "addr1": "ESTAMPING OFFICE PWD DIVISION -1 NEAR FATIMA CONVENT SCHOOL",
      "addr2": "MOTI",
      "email": "admin@company.com",
      "state": "DAMAN AND DIU",
      "mobile": "9999999999",
      "tax_no": "25AABCS1429B1ZY",
      "country": "INDIA",
      "pincode": "396220"
    },
    "contact_id": 4590,
    "business_branch_id": 341,
    "seller_tax_id": "27AACCH8930K1Z9",
    "seller_name": "ABC",
    "seller_info": {
      "supplier_id": "4590",
      "supplier_name": "ABC",
      "supplier_gstin": "27AACCH8930K1Z9",
      "supplier_state": "MAHARASHTRA"
    },
    "billing_details": {
      "bill_city": "Daman",
      "bill_addr1": "ESTAMPING OFFICE PWD DIVISION -1 NEAR FATIMA CONVENT SCHOOL",
      "bill_addr2": "MOTI",
      "bill_state": "Daman and Diu",
      "bill_country": "INDIA",
      "bill_pincode": "396220"
    },
    "shipping_details": {
      "ship_city": "Daman",
      "ship_addr1": "ESTAMPING OFFICE PWD DIVISION -1 NEAR FATIMA CONVENT SCHOOL",
      "ship_addr2": "MOTI",
      "ship_state": "Daman and Diu",
      "ship_country": "INDIA",
      "ship_pincode": "396220"
    },
    "export_details": {
      "export_bill_no": "123",
      "export_bill_date": "2025-09-22",
      "export_port_code": "11"
    },
    "items": [
      {
        "pid": "3392",
        "sku": "90569",
        "vid": "1",
        "rate": 194.17475728155338,
        "units": "UNT-UNITS",
        "gst_amt": 5.2252427184466015,
        "discount": 20,
        "gst_rate": 3,
        "igst_amt": "5.23",
        "quantity": "1",
        "cess_type": "flat_value",
        "igst_rate": 3,
        "item_name": "Active and inactive item",
        "item_type": 1,
        "expense_id": 407,
        "price_type": "0",
        "taxable_amt": "174.17",
        "expense_type": "rates and taxes",
        "discount_type": "flat_value",
        "item_total_amt": "179.40",
        "non_taxable_amt": "0.00",
        "converted_amount": 179.39999999999998
      }
    ],
    "pur_odr_others": "null",
    "currency": "INR",
    "taxable_amount": "174.17",
    "non_taxable_amount": "0",
    "gst_amount": "5.23",
    "adjust_amount": "10",
    "addvalue_amount": "0",
    "cess_amount": "0",
    "total_amount": "219.4",
    "payable_amount": "219.4",
    "spl_supply": 1,
    "basic_custom_duty": "10",
    "counter_duty": "10",
    "counter_duty_add": "10",
    "gst_tax_credit": "0",
    "added_on": "2026-02-03 18:32:19",
    "added_by": 2051784300,
    "tax_status": 1,
    "invoice_status": 1,
    "status": 1,
    "data_source": 1,
    "ip_address": "3.111.251.23",
    "req_by": "[]",
    "apr_by": "[]",
    "rec_by": "[]",
    "auto_mode": 1,
    "type": 1,
    "currency_info": {
      "to": "INR",
      "from": "INR",
      "currency_rate": "1",
      "converted_amount": 219.39999999999998,
      "currency_default_rate": "1"
    },
    "download_url": "https://in.ledgers.cloud/public/download-purchase-order/S0J2cVV2Um9zRHp2UHpBUG9TTDZFdz09/L3BsMTZaajhyRU41b1RRc3dHejN6Zz09",
    "pdf_url": "https://in.ledgers.cloud/public/purchase-order/S0J2cVV2Um9zRHp2UHpBUG9TTDZFdz09/L3BsMTZaajhyRU41b1RRc3dHejN6Zz09"
  }
}