Skip to main content
Object

Fields

id
required
The unique identifier of the allocation profile.
name
required
The name of the allocation profile.
billableType
required
The billable type of the allocation profile.
allocationType
required
The type of the allocation profile.
feeAmount
The default fee amount of the allocation profile.
rate
The default rate of the allocation profile. Formatted as a decimal, e.g., If the rate is 3%, formatted as 0.03.
overrides
If a rate or fee is overridden for this billing profile, those overrides will live here.
startDate
If constrained to a date range, the start date of the allocation profile.
endDate
If constrained to a date range, the end date of the allocation profile.
{
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "name": "abc123",
  "billableType": "UNKNOWN",
  "allocationType": "SETTLEMENT",
  "feeAmount": Decimal,
  "rate": Percentage,
  "overrides": AllocationProfileViewModelRateOverrides,
  "startDate": "2007-12-03",
  "endDate": "2007-12-03"
}