Name | Type | Description | Notes |
---|---|---|---|
id | UUID | The public UUID of the object | |
type | TypeEnum | Type of a contract | |
quote | CreateContract201ResponseDataQuote | [optional] | |
title | String | Title of a contract | |
client | CreateContract201ResponseDataClient | ||
status | StatusEnum | Status of a contract in Deel workflow | |
worker | CreateContract201ResponseDataWorker | ||
jobTitle | String | ||
seniority | CreateContract201ResponseDataSeniority | ||
createdAt | OffsetDateTime | Long date-time format following ISO-8601 | |
signatures | CreateContract201ResponseDataSignatures | ||
startDate | OffsetDateTime | Long date-time format following ISO-8601 | |
externalId | String | A unique identifier for the object provided by an external system. | [optional] |
invitations | CreateContract201ResponseDataInvitations | ||
isArchived | Boolean | Flag to indicate if the contract is archived | |
whoReports | WhoReportsEnum | Flag to indicate who is supposed to provide regular reports | [optional] |
customFields | List<CreateContract201ResponseDataCustomFieldsInner> | [optional] | |
noticePeriod | BigDecimal | Days before to notice the termination of contract for eather party. | [optional] |
scopeOfWork | String | Scope of work for the contract | [optional] |
specialClause | String | Special clause for the contract | |
terminationDate | OffsetDateTime | Long date-time format following ISO-8601 | |
employmentDetails | CreateContract201ResponseDataEmploymentDetails | ||
compensationDetails | CreateContract201ResponseDataCompensationDetails |
Name | Value |
---|---|
ONGOING_TIME_BASED | "ongoing_time_based" |
MILESTONES | "milestones" |
TIME_BASED | "time_based" |
PAY_AS_YOU_GO_TIME_BASED | "pay_as_you_go_time_based" |
COMMISSION | "commission" |
PAYG_MILESTONES | "payg_milestones" |
PAYG_TASKS | "payg_tasks" |
EOR | "eor" |
UNKNOWN | "unknown" |
EMPLOYEE | "employee" |
GLOBAL_PAYROLL | "global_payroll" |
SHIELD_MSA | "shield_msa" |
HRIS_DIRECT_EMPLOYEE | "hris_direct_employee" |
Name | Value |
---|---|
NEW | "new" |
UNDER_REVIEW | "under_review" |
WAITING_FOR_EMPLOYEE_CONTRACT | "waiting_for_employee_contract" |
WAITING_FOR_CLIENT_SIGN | "waiting_for_client_sign" |
PROCESSING_PAYMENT | "processing_payment" |
WAITING_FOR_CONTRACTOR_SIGN | "waiting_for_contractor_sign" |
WAITING_FOR_EOR_SIGN | "waiting_for_eor_sign" |
WAITING_FOR_EMPLOYEE_SIGN | "waiting_for_employee_sign" |
AWAITING_DEPOSIT_PAYMENT | "awaiting_deposit_payment" |
IN_PROGRESS | "in_progress" |
COMPLETED | "completed" |
CANCELLED | "cancelled" |
USER_CANCELLED | "user_cancelled" |
REJECTED | "rejected" |
WAITING_FOR_CLIENT_PAYMENT | "waiting_for_client_payment" |
Name | Value |
---|---|
BOTH | "both" |
CLIENT | "client" |
CONTRACTOR | "contractor" |