Posts a new auto allocation transaction to VAM
get
/service/v1/postAutoAllocation
This endpoint is used to posts a new auto allocation transaction to VAM.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
reconTxnRefNo: string
Recon Transaction Reference Numbery
Header Parameters
-
appId: string
App Id
-
branchCode: string
Branch Code
-
userId: string
User Id
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Root Schema : AllocationRequestCollection
Type:
object
Collection of AllocationRequest DTO
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object AllocationRequestDto
Allocation request Dto
Nested Schema : AllocationRequestDto
Type:
object
Allocation request Dto
Show Source
-
allocationAmt(optional):
number
Allocation Amount
-
allocationStatus(optional):
string
Allocation Status
-
paymentRefNo(optional):
string
Payment reference number
-
reconAction(optional):
string
Recon Action
-
reconTxnRefNo(optional):
string
Recon Txn Reference No
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