v2

latestSwagger 2.02026-08-01139174369.1 KB
AllocationResolvers

Creates or updates allocations for a sender BookTran.

put/v1/allocationResolvers

Request body

bookTranIdinteger

Example request

{
  "bookTranId": 1001,
  "allocationResolvers": [
    {
      "id": 0,
      "allocated": 200,
      "discount": 10,
      "bookTranIdReceiver": 2001
    },
    {
      "id": 0,
      "allocated": 150,
      "discount": 0,
      "bookTranIdReceiver": 2002
    }
  ]
}

Response

OK

object required