POST api/SalaryTran/DeclineUpdatedSalarySchedule
Request Information
URI Parameters
None.
Body Parameters
ApproveSalarySchdlparamName | Description | Type | Additional information |
---|---|---|---|
SN | string |
None. |
|
EnthrustToken | string |
None. |
|
Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SN": "sample string 1", "EnthrustToken": "sample string 2", "Comment": "sample string 3" }
application/xml, text/xml
Sample:
<ApproveSalarySchdlparam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.RequestObjs"> <Comment>sample string 3</Comment> <EnthrustToken>sample string 2</EnthrustToken> <SN>sample string 1</SN> </ApproveSalarySchdlparam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SimpleResponseName | Description | Type | Additional information |
---|---|---|---|
Responsecode | string |
None. |
|
ResponseDescription | string |
None. |
|
phonenumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Responsecode": "sample string 1", "ResponseDescription": "sample string 2", "phonenumber": "sample string 3" }
application/xml, text/xml
Sample:
<SimpleResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.ResponseObjs"> <ResponseDescription>sample string 2</ResponseDescription> <Responsecode>sample string 1</Responsecode> <phonenumber>sample string 3</phonenumber> </SimpleResponse>