Contract passed pre-offer approval

Sent when a contract passes the defined pre-offer approval flow, and is now ready to offer.

Payload

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

The jurisdiction in which the freelancer operates as a business or individual, 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 objectsRequired
titlestringRequired
job_titlestringRequired
descriptionstringRequired
start_datestringRequiredformat: "date"
end_datestringRequiredformat: "date"
actual_end_datestring or nullRequired
rateobjectRequired
The rate object. This object represents a static amount for a particular rate unit in a particular currency.
work_time_typestringRequired
fee_scheduleobjectRequired
The complete fee schedule for a contract.
notice_period_daysintegerRequired
work_locationstringRequired
minutes_in_working_dayintegerRequired
custom_fieldslist of objectsRequired
spend_requestobjectRequired
The spend request object. This object represents a request to commit spend on the YunoJuno platform.
renewal_metaobjectRequired
historical_metaobjectRequired
urlstringRequired

Response

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