Contract accepted by freelancer

Sent when a freelancer accepts/signs a contract.

Payload

The payload of this webhook request is an object.
contract_idstringRequiredRead-only<=40 characters
freelancerobjectRequired
The freelancer object. This object represents a freelancer on the YunoJuno platform.
freelancer_operating_jurisdictionobject or nullRequiredRead-only

The jurisdiction in which the freelancer operates as a business or individual, including the country name and ISO 3166-1 two-character code

freelancer_personal_tax_jurisdictionobject or nullRequiredRead-only

The jurisdiction in which the freelancer pays personal taxes, including the country name and ISO 3166-1 two-character code

clientobjectRequired
The client object. This object represents a client on the YunoJuno platform.
client_contactobjectRequired
The client contact object. This object represents the lifetime relationship between a client and a freelancer on the platform.
hirerslist of objectsRequiredRead-only
titlestringRequiredRead-only
job_titlestringRequiredRead-only
descriptionstringRequiredRead-only
start_datestringRequiredRead-onlyformat: "date"
end_datestringRequiredRead-onlyformat: "date"
actual_end_datestring or nullRequiredRead-only
rateobjectRequired
The rate object. This object represents a static amount for a particular rate unit in a particular currency.
work_time_typestringRequiredRead-only
fee_scheduleobjectRequired
The complete fee schedule for a contract.
notice_period_daysintegerRequiredRead-only
work_locationstringRequiredRead-only
minutes_in_working_dayintegerRequiredRead-only
custom_fieldslist of objectsRequiredRead-only
spend_requestobjectRequired
The spend request object. This object represents a request to commit spend on the YunoJuno platform.
renewal_metaobjectRequired
historical_metaobjectRequired
urlstringRequiredRead-only

Response

200
any
Return a 200 status to indicate that the data was received successfully.