POST api/EmpBusiness
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
objDat | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "EMP_BUS_ID": 1, "EMP_BUS_NAME": "sample string 1", "RES_STATUS": "sample string 2", "CREATE_DATE": "2025-01-11T12:52:52.2419401+03:00", "CREATE_USER": 1, "UPDATE_DATE": "2025-01-11T12:52:52.2419401+03:00", "UPDATE_USER": 1, "EMP_JF_ID": 1, "EMP_JF_NAME": "sample string 3" }
application/xml, text/xml
Sample:
<EmpBusiness xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.EmployeeProfile"> <CREATE_DATE>2025-01-11T12:52:52.2419401+03:00</CREATE_DATE> <CREATE_USER>1</CREATE_USER> <EMP_BUS_ID>1</EMP_BUS_ID> <EMP_BUS_NAME>sample string 1</EMP_BUS_NAME> <EMP_JF_ID>1</EMP_JF_ID> <EMP_JF_NAME>sample string 3</EMP_JF_NAME> <RES_STATUS>sample string 2</RES_STATUS> <UPDATE_DATE>2025-01-11T12:52:52.2419401+03:00</UPDATE_DATE> <UPDATE_USER>1</UPDATE_USER> </EmpBusiness>
application/x-www-form-urlencoded
Sample: