OK
Encompass.Api (1.0)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.encompassfi.com/_mock/reference/sandbox/
- Mock server
https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/miscellaneous
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/miscellaneous' \
-H 'Content-Type: application/json' \
-d '{
"employeeId": "string",
"description": "string",
"effectiveStart": "2019-08-24",
"effectiveEnd": "2019-08-24",
"amount": 0.1,
"percent": 0.1,
"annualLimitAmount": 0.1,
"totalLimitAmount": 0.1
}'Response
application/json
{ "id": "string", "employeeId": "string", "source": "string", "description": "string", "effectiveStart": "2019-08-24", "effectiveEnd": "2019-08-24", "amount": 0.1, "percent": 0.1, "annualLimitAmount": 0.1, "totalLimitAmount": 0.1, "isExternal": true }
- Mock server
https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/miscellaneous
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/miscellaneous?id=string&employeeId=string&description=string&effective=2019-08-24&amountAbove=0.1&amountBelow=0.1&percentAbove=0.1&percentBelow=0.1&annualAbove=0.1&annualBelow=0.1&totalAbove=0.1&totalBelow=0.1&page=1&pageSize=10'Response
application/json
{ "hasResources": true, "totalResources": 0, "totalPages": 0, "pageSize": 0, "currentPage": 0, "previousPage": 0, "nextPage": 0, "results": [ { … } ] }
- Mock server
https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/miscellaneous/{deductionId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/miscellaneous/{deductionId}'Response
application/json
{ "id": "string", "employeeId": "string", "source": "string", "description": "string", "effectiveStart": "2019-08-24", "effectiveEnd": "2019-08-24", "amount": 0.1, "percent": 0.1, "annualLimitAmount": 0.1, "totalLimitAmount": 0.1, "isExternal": true }
- Mock server
https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/miscellaneous/{deductionId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/miscellaneous/{deductionId}' \
-H 'Content-Type: application/json' \
-d '{
"description": "string",
"effectiveStart": "2019-08-24",
"effectiveEnd": "2019-08-24",
"amount": 0.1,
"percent": 0.1,
"annualLimitAmount": 0.1,
"totalLimitAmount": 0.1
}'Response
application/json
{ "id": "string", "employeeId": "string", "source": "string", "description": "string", "effectiveStart": "2019-08-24", "effectiveEnd": "2019-08-24", "amount": 0.1, "percent": 0.1, "annualLimitAmount": 0.1, "totalLimitAmount": 0.1, "isExternal": true }
- Mock server
https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/miscellaneous/{deductionId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/miscellaneous/{deductionId}'