POST api/ExpensesIncurred/ADD_Expenses
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ExpenseIncurredModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MONGODBNAME": "sample string 1",
"FromDate": "sample string 1",
"ToDate": "sample string 2",
"InvoiceAmount": "sample string 3",
"InsuranceName": "sample string 4",
"Days": 5,
"VehicleNo": 6,
"VoucherType": "sample string 7",
"VehicleNoName": "sample string 8",
"VoucherDate": "2025-12-08T13:27:59.2353796+05:30",
"ExpenseTypeName": "sample string 10",
"VoucherExpenseType": "sample string 11",
"CashId": 12,
"CashName": "sample string 13",
"BankId": 14,
"BankName": "sample string 15",
"VendorId": 16,
"VendorName": "sample string 17",
"ExpensesDetails": "sample string 18",
"ExpenseCategoryId": 19,
"ExpenseStatus": 20,
"CategId": 21,
"Id": 22,
"VEHICLES_ID": 23,
"CreatedBy": 24,
"CreatedDate": "2025-12-08T13:27:59.2353796+05:30",
"ModifiedBy": 26,
"ModifiedDate": "2025-12-08T13:27:59.2353796+05:30",
"Operation": 1,
"Comments": "sample string 28"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true