Funds

Get Funds For Transfer

GET /api/.../funds/{id}/transfer

Returns the destination funds for a fund transfer action.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the fund.

Response Information

Example
application/json, text/json
[
    {
        "FundID": 78,
        "Name": "name 1",
        "AlternativeName": "alt name 1",
        "HasBeginningAllocation": false
    },
    {
        "FundID": 68,
        "Name": "name 2",
        "AlternativeName": "alt name 2",
        "HasBeginningAllocation": false
    }
]

HTTP Response Codes

Code Description
200 OK. Success