GET Billing/BillingRate
Get billingRates from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
BillingRates |
Filter by BillingRateIDs |
Collection of integer |
None. |
BillingRateDescriptions |
Filter by Billing Rate Descriptions |
Collection of string |
None. |
BusinessUnits |
Filter by BusinessUnits |
Collection of integer |
None. |
BusinessUnitNames |
Filter by Business Unit Names |
Collection of string |
None. |
BillingRateTables |
Filter by BillingRateTableID |
Collection of integer |
None. |
BillingRateTableNames |
Filter by Billing Rate Table Names |
Collection of string |
None. |
RootBillingRateID |
Filter by RootBillingRateID |
integer |
None. |
RootBillingRateIDs |
Filter by RootBillingRateIDs |
Collection of integer |
None. |
RootBillingRateDescription |
Filter by Root Billing Rate Description |
string |
None. |
TargetRootBillingRateID |
Filter by TargetRootBillingRateID |
integer |
None. |
TargetRootBillingRateDescription |
Filter by Target Root Billing Rate Description |
string |
None. |
Types |
Filter by Types |
Collection of BillingRateType |
None. |
SubTypes |
Filter by SubTypes |
Collection of BillingRateSubType |
None. |
CustomType |
Filter by CustomType |
BillingRateCustomType |
None. |
CustomParentBillingRateID |
Filter by CustomParentBillingRateID |
integer |
None. |
CustomParentBillingRateDescription |
Filter by Custom Parent Billing Rate Description |
string |
None. |
ClientOrderID |
Filter by ClientOrderID |
integer |
None. |
ClientOrderDescription |
Filter by Client Order Description |
string |
None. |
EffectiveDate |
Filter by EffectiveDate (i.e., between StartDate and EndDate) |
date |
None. |
EffectiveTaxDate |
Filter by EffectiveTaxDate (i.e., between StartDate and EndDate) |
date |
None. |
IncludeEffectiveTaxes |
Include effective taxes for billing rate |
boolean |
None. |
StartDateMin |
Filter by StartDateMin |
date |
None. |
StartDateMax |
Filter by StartDateMax |
date |
None. |
StopDateMin |
Filter by StopDateMin |
date |
None. |
StopDateMax |
Filter by StopDateMax |
date |
None. |
Description |
Filter by Description |
string |
None. |
PrintDescription |
Filter by PrintDescription |
string |
None. |
BillingRateCode |
Filter by BillingRateCode |
string |
None. |
BillingRateAmount |
Filter by BillingRateAmount |
decimal number |
None. |
ExpectedBillingRateAmount |
Filter by ExpectedBillingRateAmount |
decimal number |
None. |
BillingRateUnitType |
Filter by BillingRateUnitType |
BillingRateUnitType |
None. |
Comments |
Filter by Comments |
string |
None. |
Props |
Filter by Props |
Collection of Object |
None. |
IncludePaymentType |
Get all records where the Payment Type is not null |
boolean |
None. |
IsCurrentRateInUse |
Get all records where IsCurrentRateInUse is true |
boolean |
None. |
IsRootBillingRate |
If true search only "root" billing rates, i.e. rates where RootBillingRateID == BillingRateID |
boolean |
None. |
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
IncludeError |
Include records where RecordState == RecordState.CreatedInError |
boolean |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
Body Parameters
None.
Response Information
Resource Description
List of BillingRateDTOs
Collection of BillingRateDTOName | Description | Type | Additional information |
---|---|---|---|
BillingRateID | integer |
None. |
|
BillingRateTableID | integer |
None. |
|
RootBillingRateID | integer |
None. |
|
TargetRootBillingRateID | integer |
None. |
|
Type | BillingRateType |
None. |
|
SubType | BillingRateSubTypeDTO |
None. |
|
SubTypeValue | BillingRateSubType |
None. |
|
TypeDescription | string |
None. |
|
CustomType | BillingRateCustomType |
None. |
|
CustomParentBillingRateID | integer |
None. |
|
ClientOrderID | integer |
None. |
|
StartDate | date |
None. |
|
StopDate | date |
None. |
|
Description | string |
None. |
|
PrintDescription | string |
None. |
|
BillingRateCode | string |
None. |
|
BillingRateAmount | decimal number |
None. |
|
ExpectedBillingRateAmount | decimal number |
None. |
|
BillingRateUnitType | BillingRateUnitType |
None. |
|
EffectiveTaxes | Collection of TaxBillingRateDTO |
None. |
|
CanBeDeleted | boolean |
None. |
|
BeingExpired | boolean |
None. |
|
Comments | string |
None. |
|
Props | Collection of Object |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
ReportingCodes | Collection of BillingRateReportingCodeDTO |
None. |
|
Taxes | Collection of SimpleBillingRateTaxDTO |
None. |
|
RecurrenceType | RecurrenceType |
None. |
|
OverrideRecurrence | boolean |
None. |
|
PreEntryBilling | boolean |
None. |
|
EnableRateAmountOverride | boolean |
None. |
|
GLCode | string |
None. |
|
LinkedBillingRateID | integer |
None. |
|
LinkedBillingRate | BillingRateDTO |
None. |
|
IsApplicableForFeeCapping | boolean |
None. |
|
IsCurrentRateInUse | boolean |
None. |
|
CreditedByBillingRateID | integer |
None. |
|
Summary | string |
None. |
|
BillingRateTableName | string |
None. |
|
RootBillingRateDescription | string |
None. |
|
TargetRootBillingRateDescription | string |
None. |
|
CustomParentBillingRateDescription | string |
None. |
|
ClientOrderDescription | string |
None. |