Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The cost period uuid.
200
The unique identifier for the object.
Whether this is the default cost period for the member.
The start date for the period. Will be in the form YYYY-MM-DD.
The end date for the period. Will be in the form YYYY-MM-DD. null if this is the most recent period.
The currency code for the cost period.
The cost method used for this period. One of hourly, fixed_hourly, or fixed_monthly.
hourly, fixed_hourly, fixed_monthly The labor cost per hour. null when costMethodId is fixed_monthly.
The overhead cost per hour. null when costMethodId is fixed_monthly.
The sum of costPerHour and overheadCostPerHour. null when costMethodId is fixed_monthly.
The labor cost per month. null when costMethodId is hourly or fixed_hourly.
The overhead cost per month. null when costMethodId is hourly or fixed_hourly.
The sum of costPerMonth and overheadCostPerMonth. null when costMethodId is hourly or fixed_hourly.
The timestamp when the object was created.