API Reference
Log In
API Reference

Contractor object

📘

Contactor is an individual that performs a work for the company on a non-employee contract basis (eg. B2B contract). There are major differences in terms how the payroll process is run for contractors, compared to employees

{ "national_id": "string", "date_of_birth": "string", "sex": "string", "first_name": "string", "middle_name": "string", "last_name": "string", "emails": [ { "type": "string", "data": "string" } ], "phone_number": [ { "type": "string", "data": "string" } ], "residence": { "address1": "string", "address2": "string", "city": "string", "state": "string", "postal_code": "string", "country": "string", "phone": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "ssn": "string", "eid": "string", "business_name": "string", "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf", "reg_id": "string", "entity_type": "business", "vat_id": "string", "statutory_attributes:": [ { "name": "string", "type": "string", "value": "string" } ] }