GET Setup/Billing/TransactionTypes
Gets a list of TransactionTypeDTOs
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TransactionTypeIDs |
Filter by TransactionTypeIDs |
Collection of integer |
None. |
AccessTypes |
Filter by AccessType |
Collection of RecordAccessType |
None. |
TransactionCode |
Filter by TransactionCode |
string |
None. |
TransactionCodes |
Filter by a list of TransactionCodes |
Collection of string |
None. |
Description |
Filter by description of TransactionType |
string |
None. |
Descriptions |
Filter by a list of description of TransactionType |
Collection of string |
None. |
ExcludeTransactionTypeIDs |
Filter by ExcludeTransactionTypeIDs |
Collection of integer |
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
IHttpActionResultNone.