POST api/ExpenseType/ADD_EXPENSE_TYPE

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExpenseTypeModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true