OK
curl -i -X POST \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/child_support' \ -H 'Content-Type: application/json' \ -d '{ "employeeId": "string", "description": "string", "externalId": "string", "fipsCode": "string", "effectiveStart": "2019-08-24", "effectiveEnd": "2019-08-24", "issuingState": "AL", "issueDate": "2019-08-24", "amount": 0.1, "maxPercent": 0.1, "isManaged": true }'
{ "id": "string", "employeeId": "string", "source": "string", "description": "string", "effectiveStart": "2019-08-24", "effectiveEnd": "2019-08-24", "externalId": "string", "fipsCode": "string", "issuingState": "AL", "issueDate": "2019-08-24", "amount": 0.1, "maxPercent": 0.1, "isManaged": true, "isExternal": true }
curl -i -X GET \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/child_support?amountAbove=0.1&amountBelow=0.1&description=string&effective=2019-08-24&employeeId=string&id=string&page=1&pageSize=10'
{ "hasResources": true, "totalResources": 0, "totalPages": 0, "pageSize": 0, "currentPage": 0, "previousPage": 0, "nextPage": 0, "results": [ { … } ] }
curl -i -X GET \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/child_support/{deductionId}'
{ "id": "string", "employeeId": "string", "source": "string", "description": "string", "effectiveStart": "2019-08-24", "effectiveEnd": "2019-08-24", "externalId": "string", "fipsCode": "string", "issuingState": "AL", "issueDate": "2019-08-24", "amount": 0.1, "maxPercent": 0.1, "isManaged": true, "isExternal": true }
curl -i -X PATCH \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/child_support/{deductionId}' \ -H 'Content-Type: application/json' \ -d '{ "description": "string", "effectiveStart": "2019-08-24", "effectiveEnd": "2019-08-24", "externalId": "string", "fipsCode": "string", "issuingState": "string", "issueDate": "2019-08-24", "amount": 0.1, "maxPercent": 0.1, "isManaged": true }'
{ "id": "string", "employeeId": "string", "source": "string", "description": "string", "effectiveStart": "2019-08-24", "effectiveEnd": "2019-08-24", "externalId": "string", "fipsCode": "string", "issuingState": "AL", "issueDate": "2019-08-24", "amount": 0.1, "maxPercent": 0.1, "isManaged": true, "isExternal": true }
curl -i -X DELETE \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/post_tax_deductions/child_support/{deductionId}'