Skip to content

CreateOtherCostAndRevenue

typestring(AdjustmentType)required

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

Enum:"cost""revenue"
amountobject(Money)required

The monetary amount of the entry.

datestring, (date)required

The effective date of the entry in ISO format.

namestring or null

An optional descriptive name for the entry.

project_offering_idstring or null, (uuid)

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

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