POST api/HTCDetails/CreateHTC

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
HTCModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LVCONS_ID": 1,
  "DOC_CODE": "sample string 2",
  "EMP_FIRST_NAME": "sample string 3",
  "CONS_TYPE": "sample string 4",
  "EMP_EMPLOYEE_CODE": "sample string 5",
  "DOC_DATE": "2025-12-07T07:56:46.2142742+05:30",
  "CONS_DESCRIPTION": "sample string 7",
  "PHAR_DOC_UPLOAD_PATH": "sample string 8",
  "CONS_AVAILED_DATE": "2025-12-07T07:56:46.2142742+05:30",
  "CONS_AMOUNT": 10,
  "EmpID": 11,
  "DivisionId": 12,
  "Doc_Year": "2025-12-07T07:56:46.2142742+05:30",
  "DOC_STATUS": "sample string 14",
  "Department_Name": "sample string 15",
  "DI_District": "sample string 16"
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.