POST api/ExpenseType/ADD_EXPENSE_TYPE
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ExpenseTypeModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MONGODBNAME": "sample string 1",
"Id": 1,
"EXPENSES_NAME": "sample string 2",
"EXPENSES_CATEGID": 3,
"EXPENSES_CREATED_BY": 4,
"EXPENSES_CREATED_DATE": "2025-12-08T13:26:25.6729674+05:30",
"EXPENSES_MODIFIED_BY": 6,
"EXPENSES_MODIFIED_DATE": "2025-12-08T13:26:25.6729674+05:30",
"EXPENSES_STATUS": 8,
"CategId": 9,
"VEHICLES_ID": 10,
"CreatedBy": 11,
"CreatedDate": "2025-12-08T13:26:25.6729674+05:30",
"ModifiedBy": 13,
"ModifiedDate": "2025-12-08T13:26:25.6729674+05:30",
"Operation": 1,
"Comments": "sample string 15"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true