added
April improvements
8 months ago by Dorian Dalla-Libera
Add new endpoints for accounting
Add GET - /companies/{companyId}/income-taxes-documents endpoint
New endpoint for tax income documents (UK only) to support regional compliance needs (P45, P60, P11D). More infor here.
Add GET - /companies/{companyId}/auto-enrolment-documents endpoint
New endpoint for company auto-enrolment documents (UK only). More info here.
Add GET - /companies/{companyId}/documents/{documentId} endpoint
New endpoint to retrieve a document by ID. More info here.
Add POST - /companies/{companyId}/contracts-fr/{contractId}/regularization endpoint
Sometimes, the affiliation of an employee was applied to late on Payfit. A regularization in app was requested to fix the issue. So we added a new endpoint to request regularisation on a contractId. More info here.
Enhancement
- Improved detection of email types for collaborators and contracts to enhance validation accuracy.
- Field
healthInsuranceProrationMethod
added to thegetCompanyFR
endpoint output for better clarity in proration rules. More info here.
Fixes
- Resolved an issue in Accounting v2 where file names were incorrectly assigned.
- Fixed missing columns in Accounting v2 for France to ensure accurate reporting.
- Corrected the archived status for health insurance affiliation on contract management.