GET api/ExpenseType/GetById/{Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response 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:25:55.422939+05:30",
  "EXPENSES_MODIFIED_BY": 6,
  "EXPENSES_MODIFIED_DATE": "2025-12-08T13:25:55.422939+05:30",
  "EXPENSES_STATUS": 8,
  "CategId": 9,
  "VEHICLES_ID": 10,
  "CreatedBy": 11,
  "CreatedDate": "2025-12-08T13:25:55.422939+05:30",
  "ModifiedBy": 13,
  "ModifiedDate": "2025-12-08T13:25:55.422939+05:30",
  "Operation": 1,
  "Comments": "sample string 15"
}