GET PaymentTypes/ActivePaymentTypes
Returns all active payment types.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PaymentTypeDtoName | Description | Type | Additional information |
---|---|---|---|
PaymentTypeId | integer |
None. |
|
PaymentType | string |
None. |
|
Descr | string |
None. |
|
GlAccountNum | string |
None. |
|
NormalBalance | string |
None. |
|
DateChanged | date |
None. |
|
DateCreated | date |
None. |
|
DebitAccount | string |
None. |
|
CreditAccount | string |
None. |
|
CashBasis | boolean |
None. |
|
CreditCardType | boolean |
None. |
|
AccountingPackageId | integer |
None. |
|
AccountingPackageName | string |
None. |
|
CcGatewayId | integer |
None. |
|
CashType | boolean |
None. |
|
CheckType | boolean |
None. |
|
AchType | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
- {
- "PaymentTypeId": 1,
- "PaymentType": "sample string 2",
- "Descr": "sample string 3",
- "GlAccountNum": "sample string 4",
- "NormalBalance": "sample string 5",
- "DateChanged": "2025-01-18T06:36:55.1065088Z",
- "DateCreated": "2025-01-18T06:36:55.1065088Z",
- "DebitAccount": "sample string 8",
- "CreditAccount": "sample string 9",
- "CashBasis": true,
- "CreditCardType": true,
- "AccountingPackageId": 12,
- "AccountingPackageName": "sample string 13",
- "CcGatewayId": 14,
- "CashType": true,
- "CheckType": true,
- "AchType": true
{
- "PaymentTypeId": 1,
- "PaymentType": "sample string 2",
- "Descr": "sample string 3",
- "GlAccountNum": "sample string 4",
- "NormalBalance": "sample string 5",
- "DateChanged": "2025-01-18T06:36:55.1065088Z",
- "DateCreated": "2025-01-18T06:36:55.1065088Z",
- "DebitAccount": "sample string 8",
- "CreditAccount": "sample string 9",
- "CashBasis": true,
- "CreditCardType": true,
- "AccountingPackageId": 12,
- "AccountingPackageName": "sample string 13",
- "CcGatewayId": 14,
- "CashType": true,
- "CheckType": true,
- "AchType": true