contracts

Update Contract

patch/api/contracts/{contract_id}

Path parameters

contract_idstring uuid required

Request body

service_tierstring nullable
billing_cyclestring nullable
monthly_value_centsinteger nullable
total_contract_value_centsinteger nullable
currencystring nullable
content_cadencestring nullable
batch_countinteger nullable
revenue_per_batch_centsinteger nullable
includes_commentingboolean nullable
writer_ownerstring nullable
editor_ownerstring nullable
manager_ownerstring nullable
interviewer_ownerstring nullable
term_monthsinteger nullable
renewed_from_contract_idstring uuid nullable
statusstring nullable
payment_statusstring nullable
external_sourcestring nullable
external_contract_idstring nullable
start_datestring date-time nullable
end_datestring date-time nullable
signed_atstring date-time nullable
last_paid_atstring date-time nullable
notesstring nullable

Response

Successful Response

idstring uuid required
company_idstring uuid required
person_idstring uuid required
service_tierstring required
billing_cyclestring required
monthly_value_centsinteger required
total_contract_value_centsinteger nullable required
currencystring required
content_cadencestring nullable required
batch_countinteger nullable required
revenue_per_batch_centsinteger nullable required
includes_commentingboolean required
writer_ownerstring nullable required
editor_ownerstring nullable required
manager_ownerstring nullable required
interviewer_ownerstring nullable required
term_monthsinteger nullable required
renewed_from_contract_idstring uuid nullable required
statusstring required
payment_statusstring required
external_sourcestring nullable required
external_contract_idstring nullable required
start_datestring date-time nullable required
end_datestring date-time nullable required
signed_atstring date-time nullable required
last_paid_atstring date-time nullable required
notesstring nullable required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.