Initiate task orchestration

post

/web/v1/initiateTransaction

This endpoint is used to initiate the task.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for creating a new Finance Transaction
Root Schema : TransactionControllerRequestModel
Type: object
Show Source
Nested Schema : tasks
Type: array
tasks
Show Source
Nested Schema : EventRequestModel
Type: object
Event model
Show Source
Nested Schema : advicesList
Type: array
advices list
Show Source
Nested Schema : checkList
Type: array
check list
Show Source
Nested Schema : clausesList
Type: array
clauses list
Show Source
Nested Schema : ScfScreenClassDetails
Type: object
Screen class details for given screen class code
Show Source
Nested Schema : documentList
Type: array
document list
Show Source
Nested Schema : AdviceModel
Type: object
Advice model
Show Source
Nested Schema : CheckListModel
Type: object
CheckList model
Show Source
Nested Schema : ClauseModel
Type: object
Clause model
Show Source
Nested Schema : CmcTmScreenDsMappingDTO
Type: array
Show Source
Nested Schema : CmcTmScreenDsMappingDTO
Type: object
Data Segment Details
Show Source
Nested Schema : DocumentModel
Type: object
Document model
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns message of success or failure
Headers
Body ()
Root Schema : ScreenClassInitiationDTO
Type: object
Show Source
Nested Schema : ScreenClassResponseDTO
Type: object
Show Source
Nested Schema : ResponseDto
Type: object
ResponseDto stores the response status and code.
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : ResponseCode
Type: object
ResponseCode stores the response details.
Show Source
Nested Schema : args
Type: array
Show Source
Nested Schema : items
Type: object

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
Back to Top