Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    ClientKey ClientKey Route
    FundingAllocations FundingInstructionRequest [] Body Collection of Funding Allocation request type
  • Response Parameters

    View Response Codes

    There are no response parameters

  • Request Example

    Request URL
    PUT /partnerintegration/v1/fundingallocations/{ClientKey}
    Request Body
    {
      "FundingAllocations": [
        {
          "AccountKey": "-TGN6RMFpRj4YKsR5JsB2A==",
          "PeriodicFundingAmount": 100,
          "PeriodicTransfers": [],
          "SubAccountAllocation": [
            {
              "AccountKey": "fDuBSI7De78mg1nnONi4ag==",
              "Allocation": 50,
              "AllocationUnit": "Amount"
            },
            {
              "AccountKey": "s7SOpbxiM0nCMWMBxwU1RA==",
              "Allocation": 50,
              "AllocationUnit": "Amount"
            }
          ]
        }
      ]
    }