v2
latestSwagger 2.02026-08-01139174369.1 KBAllocationResolvers
Creates or updates allocations for a sender BookTran.
put/v1/allocationResolvers
Request body
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