EventPricesCost
Information about costs for a price for an event.
Fields
Field | Description |
---|---|
cost decimal (required) | The actual cost Example value:5.500000 |
costid int (required) | Cost ID Example value:1269 |
Example
1{
2 "cost": 5.500000,
3 "costid": 1269
4}