PricebookModel
idinteger
Unique numeric identifier.
namestring
Resource name.
valuenumber
Value of the entry.
original_valuenumber
Original price value for the resource per hour before any discounts.
discount_appliedboolean
Indicates whether a discount has been applied to the resource price.
start_timestring<date-time>
Start time for the pricing. The default value is null when there is no specified start time.
end_timestring<date-time>
The end time for the pricing. The default value is null when there is no specified end time.
PricebookModel
{
"id": 0,
"name": "string",
"value": 0,
"original_value": 0,
"discount_applied": true,
"start_time": "2024-07-29T15:51:28.071Z",
"end_time": "2024-07-29T15:51:28.071Z"
}
Was this page helpful?