LoanAppWorkFlow

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getLoanAppWorkFlow

post

Loan AppWorkflow

Authorizations
Body
LoanAppWorkFlowApplicationTypeintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppWorkFlow
POST /nexum/627/2022.01/parameter/getLoanAppWorkFlow HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 159

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanAppWorkFlowApplicationType": 1,
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppWorkFlow": {
    "Event": [
      {
        "EntryId": 1,
        "Event": 1
      }
    ],
    "ApplicationType": 1
  }
}

getLoanAppWorkFlowSelectFields

post

Loan AppWorkflowSelectFields

Authorizations
Body
LoanAppWorkFlowApplicationTypeintegerOptional
Responses
200

Successful operation.

application/json
post
/getLoanAppWorkFlowSelectFields
POST /nexum/627/2022.01/parameter/getLoanAppWorkFlowSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 280

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanAppWorkFlowApplicationType": 1,
  "SelectableFields": {
    "IncludeAllLoanAppWorkFlowFields": true,
    "LoanAppWorkFlowFields": {
      "ApplicationType": true,
      "Event": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppWorkFlow": {
    "Event": [
      {
        "EntryId": 1,
        "Event": 1
      }
    ],
    "ApplicationType": 1
  }
}

getLoanAppWorkFlowPagedList

post

Loan AppWorkflowPagedList

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getLoanAppWorkFlowPagedList
POST /nexum/627/2022.01/parameter/getLoanAppWorkFlowPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 218

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppWorkFlow": [
    {
      "Event": [
        {
          "EntryId": 1,
          "Event": 1
        }
      ],
      "ApplicationType": 1
    }
  ],
  "Token": "text"
}

getLoanAppWorkFlowListSelectFields

post

Loan AppWorkflowListSelectFields

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getLoanAppWorkFlowListSelectFields
POST /nexum/627/2022.01/parameter/getLoanAppWorkFlowListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 245

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanAppWorkFlowFields": true,
    "LoanAppWorkFlowFields": {
      "ApplicationType": true,
      "Event": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppWorkFlowList": {
    "hasReachedMaximumListSize": true,
    "LoanAppWorkFlow": [
      {
        "Event": [
          {
            "EntryId": 1,
            "Event": 1
          }
        ],
        "ApplicationType": 1
      }
    ]
  }
}

searchLoanAppWorkFlowSelectFields

post

Retrieve a list of select fields for searching by loan application workflows.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/searchLoanAppWorkFlowSelectFields
POST /nexum/627/2022.01/parameter/searchLoanAppWorkFlowSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 277

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanAppWorkFlowFields": true,
    "LoanAppWorkFlowFields": {
      "ApplicationType": true,
      "Event": [
        1
      ]
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppWorkFlowList": {
    "hasReachedMaximumListSize": true,
    "LoanAppWorkFlow": [
      {
        "Event": [
          {
            "EntryId": 1,
            "Event": 1
          }
        ],
        "ApplicationType": 1
      }
    ]
  }
}

getLoanAppWorkFlowPagedListSelectFields

post

Loan AppWorkflowPagedListSelectFields

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getLoanAppWorkFlowPagedListSelectFields
POST /nexum/627/2022.01/parameter/getLoanAppWorkFlowPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 339

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllLoanAppWorkFlowFields": true,
    "LoanAppWorkFlowFields": {
      "ApplicationType": true,
      "Event": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppWorkFlow": [
    {
      "Event": [
        {
          "EntryId": 1,
          "Event": 1
        }
      ],
      "ApplicationType": 1
    }
  ],
  "Token": "text"
}

searchLoanAppWorkFlowPagedSelectFields

post

Retrieve a list of paged select fields for searching by loan application workflows.

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

application/json
post
/searchLoanAppWorkFlowPagedSelectFields
POST /nexum/627/2022.01/parameter/searchLoanAppWorkFlowPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 354

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllLoanAppWorkFlowFields": true,
    "LoanAppWorkFlowFields": {
      "ApplicationType": true,
      "Event": [
        1
      ]
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppWorkFlow": [
    {
      "Event": [
        {
          "EntryId": 1,
          "Event": 1
        }
      ],
      "ApplicationType": 1
    }
  ],
  "Token": "text"
}

updateLoanAppWorkFlowByID

post
Authorizations
Body
LoanAppWorkFlowApplicationTypeintegerOptional
Responses
200

Successful operation.

application/json
post
/updateLoanAppWorkFlowByID
POST /nexum/627/2022.01/parameter/updateLoanAppWorkFlowByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 228

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanAppWorkFlowApplicationType": 1,
  "LoanAppWorkFlowUpdatableFields": {
    "Event": [
      {
        "EntryId": 1,
        "Event": 1
      }
    ]
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {
    "isAllFieldsUpdateSuccess": true,
    "FailedUpdateStatus": [
      {
        "Record": "text",
        "ErrorCode": "text",
        "ErrorMessage": "text",
        "PrimaryKeyField": [
          {
            "Name": "text",
            "Value": "text"
          }
        ]
      }
    ]
  }
}

Last updated

Was this helpful?