Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    ClientKey ClientKey Query-String Client Key
    Currency CurrencyCode Query-String Currency code
  • Response Parameters

    View Response Codes
    Name Type Description
    __count Number The total count of items in the feed.
    __next String The link for the next page of items in the feed.
    Data BeneficiaryInstruction [] The collection of entities for this feed.
    MaxRows Number The maximum number of rows that can be returned (if applicable).
  • Request Example

    Request URL
    GET /atr/v1/cashmanagement/beneficiaryinstructions?ClientKey=11eaXGFNBcXM4ZDelb0R1Q==&Currency=USD
  • Response Example

    Response body
    {
      "__count": 2,
      "Data": [
        {
          "BeneficiaryDetails": {
            "AccountNumber": "SSI#97935",
            "Bic": "DBSSSGSGXXX",
            "ClearingCode": "AU016338",
            "CountryCode": "DKK"
          },
          "BeneficiaryInstructionId": "97935",
          "ClientId": "9319113",
          "Currency": "DKK",
          "IntermediaryBank": {
            "AccountNumber": "S672538819",
            "Bic": "CITIUS33"
          },
          "MessageType": "MT202",
          "Name": "SSI#97935",
          "RegulatedBroker": {
            "AccountNumber": "ZYA6312001",
            "Name": "EXT LTD CLIENTS ACCOUNT"
          }
        },
        {
          "BeneficiaryDetails": {
            "AccountNumber": "SSI#97936",
            "Bic": "CITIUS33XXX",
            "ClearingCode": "FW022000046",
            "CountryCode": "UK"
          },
          "BeneficiaryInstructionId": "43006",
          "ClientId": "6283036",
          "Currency": "USD",
          "IntermediaryBank": {
            "AccountNumber": "S972538819",
            "Bic": "CHASUS33XXX"
          },
          "MessageType": "MT202",
          "Name": "SSI#43006",
          "RegulatedBroker": {
            "AccountNumber": "U2294557",
            "Name": "INTERACTIVE BROKERS UK LIMITED"
          }
        }
      ]
    }