POST api/DocumentExpense/UPDATE_DocumentExpense

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
documentExpenseModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MONGODBNAME": "sample string 1",
  "InsuranceName": "sample string 1",
  "Validity": 2,
  "AlertEmailIds": "sample string 3",
  "AlertMobileNos": "sample string 4",
  "DocumentCategoryId": 1,
  "Status": "sample string 5",
  "AccountGroup": 1,
  "AccountName": "sample string 6",
  "AccountId": 1,
  "CategId": 7,
  "Id": 8,
  "VEHICLES_ID": 9,
  "CreatedBy": 10,
  "CreatedDate": "2025-12-08T13:25:53.0947983+05:30",
  "ModifiedBy": 12,
  "ModifiedDate": "2025-12-08T13:25:53.0947983+05:30",
  "Operation": 1,
  "Comments": "sample string 14"
}

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 'DocumentExpenseModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true