POST api/Leavecredit/CreateLeavecredit/{leavecreditType}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
LeaveCreditModels | No documentation available. |
Define this parameter in the request body. |
leavecreditType | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
[ { "LEAVE_CREDIT_TYPE": "sample string 1", "EMP_ID": 2, "Leave_Credi": 3, "leaveType": 4, "LEAVE_CREDIT_ID": 5, "DOC_CODE": "sample string 6", "DOC_STATUS": "sample string 7", "EMP_FIRST_NAME": "sample string 8", "Department_Name": "sample string 9", "EMP_EMPLOYEE_CODE": "sample string 10", "DOC_DATE": "2024-12-27T07:00:21.9920082+05:30", "leave_name": "sample string 12", "EMP_DIVISION_ID": 13, "TotalItems": 14, "DOC_STATUSes": "sample string 15" }, { "LEAVE_CREDIT_TYPE": "sample string 1", "EMP_ID": 2, "Leave_Credi": 3, "leaveType": 4, "LEAVE_CREDIT_ID": 5, "DOC_CODE": "sample string 6", "DOC_STATUS": "sample string 7", "EMP_FIRST_NAME": "sample string 8", "Department_Name": "sample string 9", "EMP_EMPLOYEE_CODE": "sample string 10", "DOC_DATE": "2024-12-27T07:00:21.9920082+05:30", "leave_name": "sample string 12", "EMP_DIVISION_ID": 13, "TotalItems": 14, "DOC_STATUSes": "sample string 15" }, { "LEAVE_CREDIT_TYPE": "sample string 1", "EMP_ID": 2, "Leave_Credi": 3, "leaveType": 4, "LEAVE_CREDIT_ID": 5, "DOC_CODE": "sample string 6", "DOC_STATUS": "sample string 7", "EMP_FIRST_NAME": "sample string 8", "Department_Name": "sample string 9", "EMP_EMPLOYEE_CODE": "sample string 10", "DOC_DATE": "2024-12-27T07:00:21.9920082+05:30", "leave_name": "sample string 12", "EMP_DIVISION_ID": 13, "TotalItems": 14, "DOC_STATUSes": "sample string 15" } ]
application/xml, text/xml
Sample:
<ArrayOfLeaveCreditModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <LeaveCreditModels> <DOC_CODE>sample string 6</DOC_CODE> <DOC_DATE>2024-12-27T07:00:21.9920082+05:30</DOC_DATE> <DOC_STATUS>sample string 7</DOC_STATUS> <DOC_STATUSes>sample string 15</DOC_STATUSes> <Department_Name>sample string 9</Department_Name> <EMP_DIVISION_ID>13</EMP_DIVISION_ID> <EMP_EMPLOYEE_CODE>sample string 10</EMP_EMPLOYEE_CODE> <EMP_FIRST_NAME>sample string 8</EMP_FIRST_NAME> <EMP_ID>2</EMP_ID> <LEAVE_CREDIT_ID>5</LEAVE_CREDIT_ID> <LEAVE_CREDIT_TYPE>sample string 1</LEAVE_CREDIT_TYPE> <Leave_Credi>3</Leave_Credi> <TotalItems>14</TotalItems> <leaveType>4</leaveType> <leave_name>sample string 12</leave_name> </LeaveCreditModels> <LeaveCreditModels> <DOC_CODE>sample string 6</DOC_CODE> <DOC_DATE>2024-12-27T07:00:21.9920082+05:30</DOC_DATE> <DOC_STATUS>sample string 7</DOC_STATUS> <DOC_STATUSes>sample string 15</DOC_STATUSes> <Department_Name>sample string 9</Department_Name> <EMP_DIVISION_ID>13</EMP_DIVISION_ID> <EMP_EMPLOYEE_CODE>sample string 10</EMP_EMPLOYEE_CODE> <EMP_FIRST_NAME>sample string 8</EMP_FIRST_NAME> <EMP_ID>2</EMP_ID> <LEAVE_CREDIT_ID>5</LEAVE_CREDIT_ID> <LEAVE_CREDIT_TYPE>sample string 1</LEAVE_CREDIT_TYPE> <Leave_Credi>3</Leave_Credi> <TotalItems>14</TotalItems> <leaveType>4</leaveType> <leave_name>sample string 12</leave_name> </LeaveCreditModels> <LeaveCreditModels> <DOC_CODE>sample string 6</DOC_CODE> <DOC_DATE>2024-12-27T07:00:21.9920082+05:30</DOC_DATE> <DOC_STATUS>sample string 7</DOC_STATUS> <DOC_STATUSes>sample string 15</DOC_STATUSes> <Department_Name>sample string 9</Department_Name> <EMP_DIVISION_ID>13</EMP_DIVISION_ID> <EMP_EMPLOYEE_CODE>sample string 10</EMP_EMPLOYEE_CODE> <EMP_FIRST_NAME>sample string 8</EMP_FIRST_NAME> <EMP_ID>2</EMP_ID> <LEAVE_CREDIT_ID>5</LEAVE_CREDIT_ID> <LEAVE_CREDIT_TYPE>sample string 1</LEAVE_CREDIT_TYPE> <Leave_Credi>3</Leave_Credi> <TotalItems>14</TotalItems> <leaveType>4</leaveType> <leave_name>sample string 12</leave_name> </LeaveCreditModels> </ArrayOfLeaveCreditModels>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.