POST api/ManualEwaybillentry/InsertEwaybillsData
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID": 1,
"eway_bill_number": "sample string 2",
"ewaydate": "sample string 3",
"ewayvaliddate": "sample string 4",
"number_of_valid_days": 5,
"eway_bill_status": "sample string 6",
"generate_mode": "sample string 7",
"userGstin": "sample string 8",
"supply_type": "sample string 9",
"sub_supply_type": "sample string 10",
"document_type": "sample string 11",
"document_number": "sample string 12",
"docdate": "sample string 13",
"gstin_of_consignor": "sample string 14",
"legal_name_of_consignor": "sample string 15",
"address1_of_consignor": "sample string 16",
"address2_of_consignor": "sample string 17",
"place_of_consignor": "sample string 18",
"pincode_of_consignor": "sample string 19",
"state_of_consignor": "sample string 20",
"actual_from_state_name": "sample string 21",
"gstin_of_consignee": "sample string 22",
"legal_name_of_consignee": "sample string 23",
"address1_of_consignee": "sample string 24",
"address2_of_consignee": "sample string 25",
"place_of_consignee": "sample string 26",
"pincode_of_consignee": "sample string 27",
"state_of_supply": "sample string 28",
"actual_to_state_name": "sample string 29",
"total_invoice_value": 30.0,
"taxable_amount": 31.0,
"cgst_amount": 32.0,
"sgst_amount": 33.0,
"igst_amount": 34.0,
"cess_amount": 35.0,
"transporter_id": "sample string 36",
"transporter_name": "sample string 37",
"transportation_distance": 38.0,
"extended_times": 39,
"reject_status": "sample string 40",
"vehicle_type": "sample string 41",
"transaction_type": "sample string 42",
"other_value": 43.0,
"cess_nonadvol_value": 44.0,
"update_mode": "sample string 45",
"vehicle_number": "sample string 46",
"tripshtNo": 1,
"vehicle_number_update_date": "2025-12-08T13:27:45.6415911+05:30",
"transportation_mode": "sample string 47",
"transporter_document_number": "sample string 48",
"transporter_document_date": "2025-12-08T13:27:45.6415911+05:30",
"group_number": "sample string 49",
"GETEWAYBILLS_DATA_ID": 50,
"item_number": 51,
"product_id": 52,
"product_name": "sample string 53",
"product_description": "sample string 54",
"hsn_code": 55,
"quantity": 56,
"unit_of_product": "sample string 57",
"cgst_rate": 58,
"sgst_rate": 59,
"igst_rate": 60,
"cess_rate": 61,
"cessNonAdvol": 62
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true