POST api/Advance/HistoryOfApprovals
Request Information
URI Parameters
None.
Body Parameters
historyforAll| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailAddress | string |
None. |
|
| TokenNo | string |
None. |
|
| AccountStatus | integer |
None. |
|
| HodStatus | integer |
None. |
|
| CeoStatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmailAddress": "sample string 1",
"TokenNo": "sample string 2",
"AccountStatus": 3,
"HodStatus": 4,
"CeoStatus": 5
}
application/xml, text/xml
Sample:
<historyforAll xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datapayrollapi.Models"> <AccountStatus>3</AccountStatus> <CeoStatus>5</CeoStatus> <EmailAddress>sample string 1</EmailAddress> <HodStatus>4</HodStatus> <TokenNo>sample string 2</TokenNo> </historyforAll>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |