Funds transfer line items are automatically generated when a funds transfer is created. Each line item is posted to the general ledger when the transaction is created.
Returns a collection of funds transfer transaction line items with a key, ID, and link for each 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": "13",
- "id": "13",
- "href": "/objects/cash-management/funds-transfer-line/13"
}, - {
- "key": "5",
- "id": "5",
- "href": "/objects/cash-management/funds-transfer-line/5"
}, - {
- "key": "15",
- "id": "15",
- "href": "/objects/cash-management/funds-transfer-line/15"
}, - {
- "key": "7",
- "id": "7",
- "href": "/objects/cash-management/funds-transfer-line/7"
}
], - "ia::meta": {
- "totalCount": 4,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Get a funds transfer transaction line.
key required | string System-assigned key for the funds transfer transaction line. Example: 127 |
OK
Bad Request
{- "ia::result": {
- "id": "87",
- "key": "87",
- "fundsTransfer": {
- "id": "40",
- "key": "40",
- "href": "/objects/cash-management/funds-transfer/40"
}, - "glAccount": {
- "key": "14",
- "id": "1005",
- "name": "Bank of Montreal",
- "href": "/objects/general-ledger/account/14"
}, - "baseAmount": "2560.60",
- "txnAmount": "3457.00",
- "dimensions": {
- "department": {
- "key": "6",
- "id": "6",
- "name": "Marketing",
- "href": "/objects/company-config/department/6"
}, - "location": {
- "key": "1",
- "id": "1",
- "name": "United States of America",
- "href": "/objects/company-config/location/1"
}, - "customer": {
- "key": "2",
- "id": "2",
- "name": "Logic Solutions",
- "href": "/objects/accounts-receivable/customer/2"
}, - "vendor": {
- "key": "62",
- "id": "A201",
- "name": "D Link Technologies",
- "href": "/objects/accounts-payable/vendor/62"
}, - "employee": {
- "key": null,
- "id": null,
- "name": null
}, - "item": {
- "key": "55",
- "id": "F002",
- "name": "Accessories-Dell",
- "href": "/objects/inventory-control/item/55"
}, - "contract": {
- "key": null,
- "id": null,
- "name": null
}, - "project": {
- "key": "9",
- "id": "9",
- "name": "Implementation - Logic Solutions",
- "href": "/objects/projects/project/9"
}, - "class": {
- "key": null,
- "id": null,
- "name": null
}
}, - "currency": {
- "exchangeRateDate": "2025-02-14",
- "exchangeRateTypeId": "-1",
- "exchangeRate": 0.7407,
- "txnCurrency": "CAD",
- "baseCurrency": "USD"
}, - "audit": {
- "createdDateTime": "2025-02-15T03:03:31Z",
- "modifiedDateTime": "2025-02-15T03:03:32Z",
- "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/funds-transfer-line/87"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}