OK
curl -i -X GET \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/documents/company_tax_documents/{documentId}'
{ "id": "string", "companyId": "string", "category": "CompanyTaxDocument", "label": "string", "jurisdiction": "string", "year": 0, "filedOn": "2019-08-24", "description": "string", "quarter": "string" }
curl -i -X GET \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/documents/company_tax_documents?quarter=string&year=0'
{ "previousPage": "string", "nextPage": "string", "results": [ { … } ] }
curl -i -X GET \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/documents/company_tax_documents/{documentId}/download'
curl -i -X GET \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/documents/contractor_tax_documents/{documentId}'
{ "id": "string", "contractorId": "string", "category": "CompanyTaxDocument", "label": "string", "jurisdiction": "string", "year": 0, "filedOn": "2019-08-24", "description": "string" }
curl -i -X GET \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/documents/contractor_tax_documents?contractorId=string&quarter=string&year=0'
{ "previousPage": "string", "nextPage": "string", "results": [ { … } ] }
curl -i -X GET \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/documents/contractor_tax_documents/{documentId}/download'
curl -i -X GET \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/documents/employee_tax_documents/{documentId}'
{ "id": "string", "employeeId": "string", "category": "CompanyTaxDocument", "label": "string", "jurisdiction": "string", "year": 0, "filedOn": "2019-08-24" }
curl -i -X GET \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/documents/employee_tax_documents?employeeId=string&quarter=string&year=0'
{ "previousPage": "string", "nextPage": "string", "results": [ { … } ] }
curl -i -X GET \ 'https://docs.encompassfi.com/_mock/reference/sandbox/companies/{companyId}/documents/employee_tax_documents/{documentId}/download'