Initiate a new allocation transaction
post
/service/v1/postAllocation
This endpoint initiates a new allocation transaction.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
App Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Request Body that contains data required for initiating a new txn
Root Schema : ConductorWorkFlowModel
Type:
objectConductorWorkFlowModel
Show Source
-
appId:
string
Application id
-
applicationCode:
string
Application code
-
applicationNumber:
string
Application Number
-
branchCode:
string
-
businessDate:
string
Business Date
-
errorCode:
string
Error Code
-
errorDesc:
string
Error Desc
-
event:
string
Event
-
isInProgKafkaTaskReqd:
string
isInProgKafkaTaskReqd
-
priority:
string
Priority
-
processCode:
string
Process Code to identify workflow
-
processingDate:
string
Processing Date
-
processName:
object processName
Process Name to identify workflow
-
product:
string
Product
-
productCategory:
string
Product Category
-
productCode:
string
Product Code
-
server:
string
server
-
stageDescription:
string
Stage desc
-
stageId:
string
Stage Id
-
taskInstanceId:
string
Task Instance Id
-
transactionReferenceNo:
string
Transaction Referenec No
-
uri:
string
URI
-
userId:
string
User Id
-
workflowInstanceId:
string
Workflow Instance Id
-
workflowType:
string
Workflow Type
Nested Schema : processName
Type:
objectProcess Name to identify workflow
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Root Schema : ConductorWorkflowModel
Type:
objectConductorWorkflowModel
Show Source
-
errorCode:
string
Error Code
-
errorDesc:
string
Error Desc
-
transactionReferenceNo:
string
Transaction Referenec 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