Add the NLP application details
put
                    /syndicationapplication-services/service/api/v1/syndicationapplications/nlpapplication
This operation adds NLP application details using Syndication Application Service .
                Request
Supported Media Types
                - application/json
- application/xml
Request Body that contains data required for creating a new NLPApplicationDetails
                
                
                
                Root Schema : NLPApplicationDetailsModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectNLPApplicationDetails 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
            
            Transaction Headers
- 
            updatedBy: 
            string
            Updated By
Nested Schema : facilities
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayFacility Details
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  FacilitiesModel
            
            Facilities Model
Nested Schema : TransactionHeader
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectTransaction Headers
    
    
    
    
        Show Source
        - 
            branchCode: 
            string
            Branch Code
- 
            businessProcessCode: 
            string
            businessProcessCode
- 
            currentUser: 
            string
            Current User
- 
            key1: 
            string
            
- 
            processCode: 
            string
            Process Code
- 
            processRefNo: 
            string
            Process Ref No
- 
            stage: 
            string
            Stage Code
- 
            taskId: 
            string
            
- 
            taskOutcome: 
            string
            Branch
- 
            taskPriority: 
            string
            Task Priority
- 
            workflowId: 
            string
            
Nested Schema : FacilitiesModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectFacilities Model
    
    
    
    
        Show Source
        - 
            availableAmount: 
            number
            Minimum Value:0Available Amount
- 
            facilityAmount: 
            number
            Minimum Value:0Facility Amount
- 
            facilityCurrency: 
            string
            Maximum Length:4Facility Currency
- 
            facilityName: 
            string
            Maximum Length:35Facility Name
- 
            facilityRefNo: 
            string
            Maximum Length:16Facility Reference No
- 
            tranches: 
            array  tranches
            
            Facility Tranches Details
Nested Schema : tranches
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayFacility Tranches Details
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  FacilityTranchesModel
            
            Facility Tranches Model
Nested Schema : FacilityTranchesModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectFacility Tranches Model
    
    
    
    
        Show Source
        - 
            availableAmount: 
            number
            Minimum Value:0Available Amount
- 
            trancheAmount: 
            number
            Minimum Value:0Tranche Amount
- 
            trancheCurrency: 
            string
            Maximum Length:4Tranche Currency
- 
            trancheName: 
            string
            Maximum Length:35Tranche Name
- 
            trancheRefNo: 
            string
            Maximum Length:16Tranche 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
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