GET Clients/Order
Get Client Orders from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientOrderIDs |
Filter by ClientOrderIDs |
Collection of integer |
None. |
FunderIDs |
Filter by FunderIDs |
Collection of integer |
None. |
ClientID |
Filter by ClientID |
integer |
None. |
FunderID |
Filter by FunderID |
integer |
None. |
FunderType |
Filter by FunderType |
string |
None. |
BusinessUnits |
Filter by Business Unit(s) |
Collection of integer |
None. |
StartDateMin |
Filter by Start Date Min |
date |
None. |
StartDateMax |
Filter by Start Date Max |
date |
None. |
StopDateMin |
Filter by Stop Date Min |
date |
None. |
StopDateMax |
Filter by Stop Date Max |
date |
None. |
Description |
Filter by Description |
string |
None. |
Comments |
Filter by Comments |
string |
None. |
ReceivedDateMin |
Filter by Received Date Min |
date |
None. |
ReceivedDateMax |
Filter by Received Date Max |
date |
None. |
ContractEndDateMin |
Filter by Contract End Date Min |
date |
None. |
ContractEndDateMax |
Filter by Contract End Date Max |
date |
None. |
RecordState |
Filter by Record State |
RecordState |
None. |
IncludePayload |
Include payload |
boolean |
None. |
ClientName |
Client Name |
NameDTO |
None. |
Fields |
Filter by Fields |
Collection of FindExtensionCriteria |
None. |
ExcludeDischargedDeceased |
Exclude records where BU is Discharged/Deceased |
boolean |
None. |
IncludeInvoices |
Include client order invoices |
boolean |
None. |
Skip |
Skip elements when querying |
integer |
None. |
Limit |
Sets a limit for the number of items to query for |
integer |
None. |
Clients |
Filter by Clients |
Collection of integer |
None. |
HasAnyClientOrderBillingRates |
Has Any Client Order BillingRate |
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 ClientOrderDTOs
IHttpActionResultNone.