Returns a collection with a key, ID, and link for each credit card transaction line template. This operation is mostly for use in testing; use query to find objects that meet certain criteria and to specify properties that are returned.
OK
Bad Request
{- "ia::result": [
- {
- "key": "3",
- "id": "3",
- "href": "/objects/cash-management/credit-card-txn-line-template/3"
}, - {
- "key": "6",
- "id": "6",
- "href": "/objects/cash-management/credit-card-txn-line-template/6"
}, - {
- "key": "2",
- "id": "2",
- "href": "/objects/cash-management/credit-card-txn-line-template/2"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified credit card transaction line template.
key required | string System-assigned unique key for the credit card transaction line template. Example: 192 |
OK
Bad Request
{- "ia::result": {
- "key": "98",
- "id": "98",
- "creditCardTxnTemplate": {
- "key": "117",
- "href": "/objects/cash-management/credit-card-txn-template/117"
}, - "memo": "cc txn line memo",
- "glAccount": {
- "key": "339",
- "id": "7505",
- "name": "Other Marketing",
- "href": "/objects/general-ledger/account/339"
}, - "dimensions": {
- "location": {
- "id": "7",
- "name": "Canada"
}, - "project": {
- "key": "11",
- "id": "CON",
- "name": "Contract - QuickMedia M C Services",
- "href": "/objects/projects/project/11"
}, - "customer": {
- "key": "5",
- "id": "MR1",
- "name": "QuickMedia M C Services",
- "href": "/objects/accounts-receivable/customer/5"
}, - "vendor": {
- "key": "50",
- "id": "204",
- "name": "Yamaguchi Garden Supply",
- "href": "/objects/accounts-payable/vendor/50"
}, - "employee": {
- "key": "29",
- "id": "234",
- "name": "Reyes",
- "href": "/objects/company-config/employee/29"
}, - "item": {
- "key": "1",
- "id": "1",
- "name": "PC Computer",
- "href": "/objects/inventory-control/item/1"
}, - "class": {
- "key": "9",
- "id": "REES",
- "name": "Real Estate",
- "href": "/objects/company-config/class/9"
}
}, - "lineNumber": 1,
- "accountLabel": {
- "id": null
}, - "exchangeRate": {
- "date": null,
- "typeId": null,
- "rate": null
}, - "isBillable": null,
- "audit": {
- "createdDateTime": "2022-06-22T20:09:18Z",
- "modifiedDateTime": "2022-06-22T20:09:18Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "href": "/objects/cash-management/credit-card-txn-line-template/98"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Use the query service to find credit card transaction line templates that meet certain criteria and to specify the properties that are returned.
OK