POST api/BankECR/Approve
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| bankECRApproval | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PayPeriodId": 1,
"FundingAccountId": 2,
"ModifiedBy": "sample string 3"
}
application/xml, text/xml
Sample:
<BankECRApproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMARTHR.API.Models.Payroll.RegisterModels"> <FundingAccountId>2</FundingAccountId> <ModifiedBy>sample string 3</ModifiedBy> <PayPeriodId>1</PayPeriodId> </BankECRApproval>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.