POST api/ApproveAndReject/ClaimReplacementLeaveApproveAndReject
Request Information
URI Parameters
None.
Body Parameters
ClaimReplacementApproveEntityName | Description | Type | Additional information |
---|---|---|---|
ClaimReplacementID | integer |
None. |
|
ApproverID | integer |
None. |
|
AppliedBy | integer |
None. |
|
Level | integer |
None. |
|
LevelCount | integer |
None. |
|
FromDate | string |
None. |
|
Todate | string |
None. |
|
FullName | string |
None. |
|
string |
None. |
||
Language | string |
None. |
|
Token | string |
None. |
|
NoOfDays | integer |
None. |
|
Status | integer |
None. |
|
RejectReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClaimReplacementID": 1, "ApproverID": 2, "AppliedBy": 3, "Level": 4, "LevelCount": 5, "FromDate": "sample string 6", "Todate": "sample string 7", "FullName": "sample string 8", "Email": "sample string 9", "Language": "sample string 10", "Token": "sample string 11", "NoOfDays": 12, "Status": 13, "RejectReason": "sample string 14" }
text/html
Sample:
{"ClaimReplacementID":1,"ApproverID":2,"AppliedBy":3,"Level":4,"LevelCount":5,"FromDate":"sample string 6","Todate":"sample string 7","FullName":"sample string 8","Email":"sample string 9","Language":"sample string 10","Token":"sample string 11","NoOfDays":12,"Status":13,"RejectReason":"sample string 14"}
application/xml, text/xml
Sample:
<ApproveAndRejectController.ClaimReplacementApproveEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR2Eazy_WebApi.Controllers"> <AppliedBy>3</AppliedBy> <ApproverID>2</ApproverID> <ClaimReplacementID>1</ClaimReplacementID> <Email>sample string 9</Email> <FromDate>sample string 6</FromDate> <FullName>sample string 8</FullName> <Language>sample string 10</Language> <Level>4</Level> <LevelCount>5</LevelCount> <NoOfDays>12</NoOfDays> <RejectReason>sample string 14</RejectReason> <Status>13</Status> <Todate>sample string 7</Todate> <Token>sample string 11</Token> </ApproveAndRejectController.ClaimReplacementApproveEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json, text/html
Sample:
{"System.Object":{},"System.Object":{}}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfanyTypeanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfanyTypeanyType> <Key /> <Value /> </KeyValueOfanyTypeanyType> <KeyValueOfanyTypeanyType> <Key /> <Value /> </KeyValueOfanyTypeanyType> </ArrayOfKeyValueOfanyTypeanyType>