GET Billing/BillingRateReportingCode
Get billingRateReportingCodes from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
BillingRateReportingCodes |
Filter by BillingRateReportingCodeIDs |
Collection of integer |
None. |
BillingRateID |
Filter by BillingRateID |
integer |
None. |
ReportingCodeEntries |
Filter by ReportingCodeEntryID |
Collection of integer |
None. |
ReportingCodeEntryDescriptions |
Filter by Reporting Code Entry Descriptions |
Collection of string |
None. |
Value |
Filter by Value |
string |
None. |
Props |
Filter by Props |
Collection of Object |
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 BillingRateReportingCodeDTOs
Collection of BillingRateReportingCodeDTOName | Description | Type | Additional information |
---|---|---|---|
BillingRateReportingCodeID | integer |
None. |
|
BillingRateID | integer |
None. |
|
BillingRateDescription | string |
None. |
|
ReportingCodeEntryID | integer |
None. |
|
Value | string |
None. |
|
ReportingCodeEntryValue | string |
None. |
|
ReportingCodeEntryDescription | string |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |