POST
request to create a new sale transaction of accounting invoice type. in create invoice detail item type must set 1 for create Accounting type sale invoice.ApiKey: ********************
{
"invoice_number": "1",
"date": "27-12-2024",
"customer_ledger_id": 1,
"party_phone_number": "",
"region_iso": "in",
"region_code": 91,
"gstin": "27AACCD1376K1ZJ",
"estimate_quote_no": null,
"delivery_challan_no": null,
"dispatch_address_id": null,
"billing_address": {
"address_1": "172/5, , Coastal City Center",
"address_2": "Undi Road, Bhimavaram town and Municipality",
"country_id": 1,
"state_id": 1,
"city_id": 2,
"pin_code": "395010"
},
"shipping_address": {
"shipping_name": "joan",
"shipping_gstin": "27AACCD1376K1ZJ",
"address_1": "172/5, , Coastal City Center",
"address_2": "Undi Road, Bhimavaram town and Municipality",
"country_id": 1,
"state_id": 2,
"city_id": 1,
"pin_code": "395010"
},
"broker_details": {
"broker_id": 1,
"brokerage_for_sale": 1,
"brokerage_on_value_type": 1
},
"transport_details": {
"transport_id": 1,
"transporter_document_number": "212",
"transporter_document_date": "12-10-2024",
"transporter_vehicle_number": "GJ05-SG-1234"
},
"eway_bill_details": {
"eway_bill_number": null,
"eway_bill_date": null
},
"other_details": {
"po_no": "FASG522",
"po_date": "10-12-2024",
"credit_period": "30",
"credit_period_type": 2
},
"sales_item_type": 1,
"ledgers": [
{
"ledger_id": 1,
"additional_description": "test",
"rpu": 100,
"with_tax": 0,
"discount_type": 1,
"discount_value": null,
"discount_type_2": 1,
"discount_value_2": null,
"gst_id": 12,
"total": 100
},
{
"ledger_id": 2,
"additional_description": "test",
"rpu": 100,
"with_tax": 0,
"discount_type": 1,
"discount_value": null,
"discount_type_2": 1,
"discount_value_2": null,
"gst_id": 12,
"total": 100
}
],
"main_classification_nature_type": "Intrastate Sales Taxable",
"is_rcm_applicable": 0,
"narration": null,
"term_and_condition": null,
"gross_value": 200,
"additional_charges": [
{
"ac_ledger_id": 1,
"ac_type": 1,
"ac_value": 500,
"ac_gst_rate_id": 12,
"ac_total_without_tax": 500
}
],
"taxable_value": 700,
"cgst": 0,
"sgst": 0,
"igst": 0,
"cess": 0,
"tcs_details": {
"tcs_tax_id": null,
"tcs_rate": null,
"tcs_amount": null
},
"add_less": [
{
"al_ledger_id": 1,
"al_is_show_in_print": false,
"al_type": 1,
"al_value": 100
}
],
"rounding_amount": 0,
"grand_total": 700,
"tds_details": {
"tds_tax_id": null,
"tds_rate": null,
"tds_amount": null
},
"payment_details": [
{
"pd_ledger_id": 1,
"pd_date": "27-12-2025",
"pd_amount": 500,
"pd_mode": 3592,
"pd_reference_number": null
}
],
"is_gst_enabled": 0,
"is_cgst_sgst_igst_calculated": 0,
"is_gst_na": 1,
"is_round_off_not_changed": 0,
"submit_button_value": 2
}
curl --location --request POST 'https://app.hisabkitab.co/third-party/sale-transactions' \
--header 'Content-Type: application/json' \
--header 'ApiKey;' \
--data-raw '{
"invoice_number": "1",
"date": "27-12-2024",
"customer_ledger_id": 1,
"party_phone_number": "",
"region_iso": "in",
"region_code": 91,
"gstin": "27AACCD1376K1ZJ",
"estimate_quote_no": null,
"delivery_challan_no": null,
"dispatch_address_id": null,
"billing_address": {
"address_1": "172/5, , Coastal City Center",
"address_2": "Undi Road, Bhimavaram town and Municipality",
"country_id": 1,
"state_id": 1,
"city_id": 2,
"pin_code": "395010"
},
"shipping_address": {
"shipping_name": "joan",
"shipping_gstin": "27AACCD1376K1ZJ",
"address_1": "172/5, , Coastal City Center",
"address_2": "Undi Road, Bhimavaram town and Municipality",
"country_id": 1,
"state_id": 2,
"city_id": 1,
"pin_code": "395010"
},
"broker_details": {
"broker_id": 1,
"brokerage_for_sale": 1,
"brokerage_on_value_type": 1
},
"transport_details": {
"transport_id": 1,
"transporter_document_number": "212",
"transporter_document_date": "12-10-2024",
"transporter_vehicle_number": "GJ05-SG-1234"
},
"eway_bill_details": {
"eway_bill_number": null,
"eway_bill_date": null
},
"other_details": {
"po_no": "FASG522",
"po_date": "10-12-2024",
"credit_period": "30",
"credit_period_type": 2
},
"sales_item_type": 1,
"ledgers": [
{
"ledger_id": 1,
"additional_description": "test",
"rpu": 100,
"with_tax": 0,
"discount_type": 1,
"discount_value": null,
"discount_type_2": 1,
"discount_value_2": null,
"gst_id": 12,
"total": 100
},
{
"ledger_id": 2,
"additional_description": "test",
"rpu": 100,
"with_tax": 0,
"discount_type": 1,
"discount_value": null,
"discount_type_2": 1,
"discount_value_2": null,
"gst_id": 12,
"total": 100
}
],
"main_classification_nature_type": "Intrastate Sales Taxable",
"is_rcm_applicable": 0,
"narration": null,
"term_and_condition": null,
"gross_value": 200,
"additional_charges": [
{
"ac_ledger_id": 1,
"ac_type": 1,
"ac_value": 500,
"ac_gst_rate_id": 12,
"ac_total_without_tax": 500
}
],
"taxable_value": 700,
"cgst": 0,
"sgst": 0,
"igst": 0,
"cess": 0,
"tcs_details": {
"tcs_tax_id": null,
"tcs_rate": null,
"tcs_amount": null
},
"add_less": [
{
"al_ledger_id": 1,
"al_is_show_in_print": false,
"al_type": 1,
"al_value": 100
}
],
"rounding_amount": 0,
"grand_total": 700,
"tds_details": {
"tds_tax_id": null,
"tds_rate": null,
"tds_amount": null
},
"payment_details": [
{
"pd_ledger_id": 1,
"pd_date": "27-12-2025",
"pd_amount": 500,
"pd_mode": 3592,
"pd_reference_number": null
}
],
"is_gst_enabled": 0,
"is_cgst_sgst_igst_calculated": 0,
"is_gst_na": 1,
"is_round_off_not_changed": 0,
"submit_button_value": 2
}'
{
"data": {
"sale_transaction": {
"id": 1,
"full_invoice_number": "Bill-3",
"invoice_number": "3",
"date": "2024-12-26T18:30:00.000000Z",
"company_id": 6,
"payment_mode": null,
"payment_type_ledger_id": null,
"customer_ledger_id": 1,
"party_phone_number": null,
"region_iso": "in",
"region_code": 91,
"gstin": null,
"broker_id": 1,
"brokerage_for_sale": 1,
"brokerage_on_value_type": 1,
"credit_period": 30,
"credit_period_type": 2,
"credit_period_due_date": "2025-01-25T18:30:00.000000Z",
"transport_id": 1,
"transporter_document_number": "212",
"transporter_document_date": "2024-10-11T18:30:00.000000Z",
"transporter_vehicle_number": "GJ05-SG-1234",
"shipping_name": "ddd",
"shipping_gstin": "27AACCD1376K1ZJ",
"po_no": "FASG522",
"po_date": "2024-12-09T18:30:00.000000Z",
"eway_bill_number": null,
"eway_bill_date": null,
"sales_item_type": 2,
"tcs_tax_id": null,
"tcs_rate": null,
"tcs_amount": null,
"tds_tax_id": null,
"tds_rate": null,
"tds_amount": null,
"cgst": 0,
"sgst": 0,
"igst": 0,
"rounding_amount": 0,
"total": 700,
"grand_total": 700,
"taxable_value": 700,
"gross_value": 200,
"narration": null,
"term_and_condition": null,
"dispatch_address_id": null,
"is_gst_enabled": 0,
"cess": 0,
"is_cgst_sgst_igst_calculated": 0,
"is_gst_na": 1,
"payment_status": "Unpaid",
"due_amount": 700,
"receipt_transaction_item": [],
"journal_transaction_item": [],
"sale_return": [],
"credit_note": [],
"sale_ledgers": [
{
"id": 1,
"sale_transactions_id": 1,
"ledger_id": 1,
"additional_description": "test",
"with_tax": false,
"rpu_with_gst": 100,
"rpu_without_gst": 100,
"discount_type": 1,
"discount_value": null,
"discount_type_2": 1,
"discount_value_2": null,
"total_discount_amount": 0,
"gst_id": null,
"gst_tax_percentage": null,
"total": 100,
"cess_rate": 0,
"cess_amount": 0,
"classification_igst_tax": null,
"classification_cgst_tax": null,
"classification_sgst_tax": null,
"classification_cess_tax": null,
"classification_is_rcm_applicable": 0,
"classification_nature_type": null,
"taxable_value": 100,
"created_at": "2025-01-28T10:25:13.000000Z",
"updated_at": "2025-01-28T10:25:13.000000Z"
},
{
"id": 2,
"sale_transactions_id": 1,
"ledger_id": 2,
"additional_description": "test",
"with_tax": false,
"rpu_with_gst": 100,
"rpu_without_gst": 100,
"discount_type": 1,
"discount_value": null,
"discount_type_2": 1,
"discount_value_2": null,
"total_discount_amount": 0,
"gst_id": null,
"gst_tax_percentage": null,
"total": 100,
"cess_rate": 0,
"cess_amount": 0,
"classification_igst_tax": null,
"classification_cgst_tax": null,
"classification_sgst_tax": null,
"classification_cess_tax": null,
"classification_is_rcm_applicable": 0,
"classification_nature_type": null,
"taxable_value": 100,
"created_at": "2025-01-28T10:25:13.000000Z",
"updated_at": "2025-01-28T10:25:13.000000Z"
}
],
"estimate_quote_no": null,
"delivery_challan_no": null,
"is_round_off_not_changed": 0,
"via_api": false,
"is_import": false,
"created_by": 8,
"created_at": "2025-02-11T11:09:39.000000Z",
"updated_at": "2025-02-11T11:09:39.000000Z"
},
"transaction_id": 1,
"e_invoice_is_create": false
},
"success": true,
"message": "Sale Transaction Created Successfully"
}