Creates the new manual allocation transaction
post
/service/v1/initiateManualAlloc
This endpoint create new manual allocation transaction for the provided payments and virtual account numbers.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
Application id
-
branchCode(required): string
Branch Code
-
userId(required): string
User id
Request Body to create manual allocation transaction
Root Schema : ManualAllocServiceCollection
Type:
object
Collection manual allocation transactions
Show Source
Nested Schema : reconTxnCollection
Type:
Show Source
array
-
Array of:
object ManualAllocServiceDto
each manual allocation detail
Nested Schema : manualAllocList
Type:
Show Source
array
-
Array of:
object ManualAllocationDto
each manual allocation deatail
Nested Schema : allocationList
Type:
Show Source
array
-
Array of:
object AllocationDto
each allocation deatail
Response
Supported Media Types
- application/json
- application/xml
201 Response
Successfully saved data
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error