GET Setup/FunderService
Get FunderServices from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
BULastUpdatedDateUtcMax | date |
None. |
|
BULastUpdatedDateUtcMin | date |
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. |
IncludeBinaries |
Include binaries |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
ServiceTableID |
Filter by ServiceTableID |
integer |
None. |
RoleID |
Filter by RoleID |
integer |
None. |
ServiceID |
Filter by ServiceID |
integer |
None. |
ClientOrderID |
Filter by ClientOrderID |
integer |
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. |
BusinessUnits |
Filter by BusinessUnits |
Collection of integer |
None. |
Funders |
Include funders |
Collection of integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of FunderServiceDTOs
Collection of FunderServiceDTOName | Description | Type | Additional information |
---|---|---|---|
FunderServiceID |
Funder Service Table ID |
integer |
None. |
ServiceTableID |
Service Table ID |
integer |
None. |
ServiceID |
Service ID |
integer |
None. |
RoleName |
Role ID |
string |
None. |
ServiceName |
Service ID |
string |
None. |
IsVirtualCareEnabled |
Is Virtual Care Enabled |
boolean |
None. |
RoleID |
Role ID |
integer |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Summary |
Summary |
string |
None. |