Skip to content

UpdateOtherCostAndRevenue

typestring or null(AdjustmentType)

The type of entry: "cost" or "revenue".

Enum:"cost""revenue"
amountobject or null(Money)

The monetary amount of the entry.

datestring or null, (date)

The effective date of the entry in ISO format.

namestring or null

An optional descriptive name for the entry.

should_clear_namebooleanread-only
project_offering_idstring or null, (uuid)

The unique identifier of the Project Offering this entry is associated with, or null for project-level entries.

should_clear_project_offering_idbooleanread-only
{ "type": "cost", "amount": { "currency_code": "string", "amount": 0 }, "date": "2019-08-24", "name": "string", "should_clear_name": true, "project_offering_id": "7dfed78d-ddbe-4f81-b7b1-e4094f9ff440", "should_clear_project_offering_id": true }