Initiate a NLP application
post
/nlpprocessing-services/service/api/v1/nlpprocessingapplications/application
This operation initiates a NLP application using NLPProcessingApplication Service.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for creating a new application
Root Schema : NLPApplicationDetailsModel
Type:
object
NLPApplicationDetails model
Show Source
-
applicationBranch:
string
applicationBranch
-
applicationChannel:
string
ApplicationChannel
-
applicationDate:
string
ApplicationDate
-
applicationInitiationDate:
string
applicationInitiationDate
-
applicationNumber:
string
Application Number
-
businessProductCode:
string
businessProductCode
-
docId:
string
-
docType:
string
-
facilities:
array facilities
Facility Details
-
id:
string(int64)
Id
-
keyvals:
array keyvals
-
lifeCycleCode:
string
LifeCycleCode
-
priority:
string
Allowed Values:
[ "HIGH", "MEDIUM", "LOW" ]
TaskPriority -
processRefNumber:
string
process refeernce Number
-
remarks:
string
Remarks
-
text:
string
-
transactionHeader:
object TransactionHeader
TransactionHeader
-
updatedBy:
string
Updated By
Nested Schema : facilities
Type:
array
Facility Details
Show Source
-
Array of:
object FacilitiesModel
Facilities Model
Nested Schema : TransactionHeader
Type:
object
TransactionHeader
Show Source
-
applicationNo:
string
ApplicationNo
-
branchCode:
string
BranchCode
-
currentStage:
string
CurrentStage
-
currentStageDescription:
string
CurrentStageDescription
-
currentUser:
string
CurrentUser
-
key1:
string
Key1
-
processDescription:
string
ProcessDescription
-
processName:
string
ProcessName
-
processRefNo:
string
ProcessRefNo
-
taskId:
string
TaskId
-
taskOutcome:
string
TaskOutcome
-
taskOutcomes:
array taskOutcomes
TaskOutcomes
-
taskPrioirty:
string
TaskPrioirty
-
workflowId:
string
QorkflowId
Nested Schema : FacilitiesModel
Type:
object
Facilities Model
Show Source
-
availableAmount:
number
Minimum Value:
0
Available Amount -
facilityAmount:
number
Minimum Value:
0
Facility Amount -
facilityCurrency:
string
Maximum Length:
4
Facility Currency -
facilityName:
string
Maximum Length:
35
Facility Name -
facilityRefNo:
string
Maximum Length:
16
Facility Reference No -
tranches:
array tranches
Facility Tranches Details
Nested Schema : tranches
Type:
array
Facility Tranches Details
Show Source
-
Array of:
object FacilityTranchesModel
Facility Tranches Model
Nested Schema : FacilityTranchesModel
Type:
object
Facility Tranches Model
Show Source
-
availableAmount:
number
Minimum Value:
0
Available Amount -
trancheAmount:
number
Minimum Value:
0
Tranche Amount -
trancheCurrency:
string
Maximum Length:
4
Tranche Currency -
trancheName:
string
Maximum Length:
35
Tranche Name -
trancheRefNo:
string
Maximum Length:
16
Tranche Reference No
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns the Id of the newly created NLP application
Headers
-
Location: string
URL of newly created NLP application
Root Schema : ResponseDtoWrapper
Type:
Show Source
object
-
data:
ResponseResourceSupport
-
messages:
object ResponseDto
ResponseDto model
Nested Schema : ResponseResourceSupport
Match All
Show Source
-
object
ResponseResourceSupport-allOf[0]
Discriminator:
resouce_type
Nested Schema : ResponseDto
Type:
object
ResponseDto model
Show Source
-
codes:
string
Codes
-
httpStatusCode:
array httpStatusCode
Schedule Details
-
keyId:
string
KeyId
-
overrideAuthLevelsReqd:
string
OverrideAuthLevelsReqd
-
requestId:
string
RequestId
-
status:
string
Status
Nested Schema : ResponseResourceSupport-allOf[0]
Type:
object
Discriminator:
resouce_type
Nested Schema : httpStatusCode
Type:
array
Schedule Details
Show Source
-
Array of:
object responseCodes
ResponseCodes
Nested Schema : responseCodes
Type:
object
ResponseCodes
Show Source
-
code:
string
Code
-
desc:
string
Description
-
error:
string
Error
-
info:
string
Info
-
language:
string
Language
-
override:
string
Override
-
type:
string
Type
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