Contract cancelled

Sent when an accepted contract is cancelled before the start date.

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 contractor 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 contractor 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 requisition object.

This object represents a request to commit spend on the YunoJuno platform. Spend Requisition was previously named Spend Request in the API documentation; some programmatic names use the old terminology.

renewal_metaobjectRequired
historical_metaobjectRequired
urlstringRequiredRead-only

Response

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