Line items in a credit card fee transaction represent credit card finance charges and other fees applied. Create and maintain credit card fee lines from the owning credit card fee transaction.
Returns a collection with a key, ID, and link for each credit card fee line. This operation is mostly for use in testing; use the query service to find objects that meet certain criteria and to specify properties that are returned.
OK
Bad Request
{- "ia::result": [
- {
- "key": "1717",
- "id": "1717",
- "href": "/objects/credit-card-fee-line/1717"
}, - {
- "key": "1718",
- "id": "1718",
- "href": "/objects/credit-card-fee-line/1718"
}, - {
- "key": "1719",
- "id": "1719",
- "href": "/objects/credit-card-fee-line/1719"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified credit card fee line.
key required | string System-assigned unique key for the credit card fee line. Example: 134 |
OK
Bad Request
{- "ia::result": {
- "id": "2955",
- "key": "2955",
- "creditCardFee": {
- "id": "563",
- "key": "563",
- "href": "/objects/cash-management/credit-card-fee/563"
}, - "glAccount": {
- "key": "346",
- "id": "7509.03",
- "name": "Exchange Gain / Loss Account on Net Assets- AR",
- "href": "/objects/general-ledger/account/346"
}, - "apAccountLabel": {
- "key": null,
- "id": null
}, - "baseAmount": "14.50",
- "txnAmount": "14.50",
- "dimensions": {
- "department": {
- "key": "21",
- "id": "OP-EE",
- "name": "Operations Engineering",
- "href": "/objects/company-config/department/21"
}, - "location": {
- "key": "65",
- "id": "RICH-065",
- "name": "Richmond District",
- "href": "/objects/company-config/location/65"
}, - "project": {
- "key": "35",
- "id": "QSF - BTI",
- "name": "Quick Start Financial - Berkeley Technology Inc",
- "href": "/objects/projects/project/35"
}, - "customer": {
- "key": "14",
- "id": "BTI",
- "name": "Berkeley Technology Inc",
- "href": "/objects/accounts-receivable/customer/14"
}, - "vendor": {
- "key": "56",
- "id": "210",
- "name": "Office Supply and Copier Co.",
- "href": "/objects/accounts-payable/vendor/56"
}, - "employee": {
- "key": "27",
- "id": "12",
- "name": "John Smith",
- "href": "/objects/company-config/employee/27"
}, - "item": {
- "key": "117",
- "id": "DELL",
- "name": "DELL Laptops",
- "href": "/objects/inventory-control/item/117"
}, - "class": {
- "key": "3",
- "id": "WSD",
- "name": "Whole Sales Distribution",
- "href": "/objects/company-config/class/3"
}
}, - "baseLocation": {
- "name": "Richmond District",
- "key": "65",
- "href": "/objects/company-config/location/65"
}, - "description": "CC fee charge",
- "currency": {
- "txnCurrency": "USD",
- "baseCurrency": "USD"
}, - "status": "active",
- "audit": {
- "createdDateTime": "2025-04-11T12:56:46Z",
- "modifiedDateTime": "2025-04-11T12:56:46Z",
- "createdByUser": {
- "key": "159",
- "href": "/objects/company-config/user/159"
}, - "createdBy": "159",
- "modifiedByUser": {
- "key": "159",
- "href": "/objects/company-config/user/159"
}, - "modifiedBy": "159"
}, - "href": "/objects/cash-management/credit-card-fee-line/2955"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}