POST api/EmployeeAddress/CreateEmployeeAddress
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| EMP_AddressModels | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EMP_ADDR_ID": 1,
"EMP_ID_FK": 2,
"EMP_ADDR_CODE": "sample string 3",
"EMP_ADDR_TYPE": 1,
"EMP_ADDR_STATUS": true,
"EMP_ADDR_LN1": "sample string 5",
"EMP_ADDR_LN2": "sample string 6",
"EMP_ADDR_VILLAGE": "sample string 7",
"EMP_ADDR_TALUK": "sample string 8",
"EMP_ADDR_DISTRICT": 1,
"EMP_ADDR_STATE": 1,
"EMP_ADDR_PINCODE": "sample string 9",
"EMP_EMPLOYEE_CODE": "sample string 10",
"EMP_FIRST_NAME": "sample string 11",
"EMP_DIVISION_ID": 12,
"EMP_ADDR_STATUSForActive": "sample string 13"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.