LoanAppVerForm

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getLoanAppVerForm

post

Loan AppVerification Form

Authorizations
Body
LoanAppVerFormVerFormintegerRequired
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getLoanAppVerForm HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 150

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

Successful operation.

{
  "LoanAppVerForm": {
    "VerForm": 1,
    "VerFormDescription": "text",
    "VerFormSpecfile": "text"
  }
}

getLoanAppVerFormSelectFields

post

Loan AppVerification FormSelectFields

Authorizations
Body
LoanAppVerFormVerFormintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getLoanAppVerFormSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 298

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanAppVerFormVerForm": 1,
  "SelectableFields": {
    "IncludeAllLoanAppVerFormFields": true,
    "LoanAppVerFormFields": {
      "VerForm": true,
      "VerFormDescription": true,
      "VerFormSpecfile": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppVerForm": {
    "VerForm": 1,
    "VerFormDescription": "text",
    "VerFormSpecfile": "text"
  }
}

getLoanAppVerFormPagedList

post

Loan AppVerification FormPagedList

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getLoanAppVerFormPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
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.

{
  "LoanAppVerForm": [
    {
      "VerForm": 1,
      "VerFormDescription": "text",
      "VerFormSpecfile": "text"
    }
  ],
  "Token": "text"
}

getLoanAppVerFormListSelectFields

post

Loan AppVerification FormListSelectFields

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getLoanAppVerFormListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 272

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanAppVerFormFields": true,
    "LoanAppVerFormFields": {
      "VerForm": true,
      "VerFormDescription": true,
      "VerFormSpecfile": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppVerFormList": {
    "hasReachedMaximumListSize": true,
    "LoanAppVerForm": [
      {
        "VerForm": 1,
        "VerFormDescription": "text",
        "VerFormSpecfile": "text"
      }
    ]
  }
}

searchLoanAppVerFormSelectFields

post

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

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/searchLoanAppVerFormSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 304

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanAppVerFormFields": true,
    "LoanAppVerFormFields": {
      "VerForm": true,
      "VerFormDescription": true,
      "VerFormSpecfile": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppVerFormList": {
    "hasReachedMaximumListSize": true,
    "LoanAppVerForm": [
      {
        "VerForm": 1,
        "VerFormDescription": "text",
        "VerFormSpecfile": "text"
      }
    ]
  }
}

getLoanAppVerFormPagedListSelectFields

post

Loan AppVerification FormPagedListSelectFields

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getLoanAppVerFormPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 366

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllLoanAppVerFormFields": true,
    "LoanAppVerFormFields": {
      "VerForm": true,
      "VerFormDescription": true,
      "VerFormSpecfile": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppVerForm": [
    {
      "VerForm": 1,
      "VerFormDescription": "text",
      "VerFormSpecfile": "text"
    }
  ],
  "Token": "text"
}

searchLoanAppVerFormPagedSelectFields

post

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

Authorizations
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/searchLoanAppVerFormPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 381

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllLoanAppVerFormFields": true,
    "LoanAppVerFormFields": {
      "VerForm": true,
      "VerFormDescription": true,
      "VerFormSpecfile": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppVerForm": [
    {
      "VerForm": 1,
      "VerFormDescription": "text",
      "VerFormSpecfile": "text"
    }
  ],
  "Token": "text"
}

updateLoanAppVerFormByID

post
Authorizations
Body
LoanAppVerFormVerFormintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/updateLoanAppVerFormByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 237

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanAppVerFormVerForm": 1,
  "LoanAppVerFormUpdatableFields": {
    "VerFormDescription": "text",
    "VerFormSpecfile": "text"
  },
  "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?