LoanAppDenial

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getLoanAppDenial

post

No description provided.

Authorizations
Body
LoanAppDenialDenialNoticeintegerRequired

Loan App Denial Notice data

Responses
200

Successful operation.

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

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

Successful operation.

{
  "LoanAppDenial": {
    "DenialNotice": 1,
    "DenialNoticeDescription": "text",
    "DenialNoticeSpecfile": "text"
  }
}

getLoanAppDenialSelectFields

post

No description provided.

Authorizations
Body
LoanAppDenialDenialNoticeintegerOptional

Loan App Denial Notice data

Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanAppDenialDenialNotice": 1,
  "SelectableFields": {
    "IncludeAllLoanAppDenialFields": true,
    "LoanAppDenialFields": {
      "DenialNotice": true,
      "DenialNoticeDescription": true,
      "DenialNoticeSpecfile": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppDenial": {
    "DenialNotice": 1,
    "DenialNoticeDescription": "text",
    "DenialNoticeSpecfile": "text"
  }
}

getLoanAppDenialPagedList

post

No description provided.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getLoanAppDenialPagedList
POST /nexum/627/2022.01/parameter/getLoanAppDenialPagedList 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.

{
  "LoanAppDenial": [
    {
      "DenialNotice": 1,
      "DenialNoticeDescription": "text",
      "DenialNoticeSpecfile": "text"
    }
  ],
  "Token": "text"
}

getLoanAppDenialListSelectFields

post

No description provided.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanAppDenialFields": true,
    "LoanAppDenialFields": {
      "DenialNotice": true,
      "DenialNoticeDescription": true,
      "DenialNoticeSpecfile": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppDenialList": {
    "hasReachedMaximumListSize": true,
    "LoanAppDenial": [
      {
        "DenialNotice": 1,
        "DenialNoticeDescription": "text",
        "DenialNoticeSpecfile": "text"
      }
    ]
  }
}

searchLoanAppDenialSelectFields

post

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

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanAppDenialFields": true,
    "LoanAppDenialFields": {
      "DenialNotice": true,
      "DenialNoticeDescription": true,
      "DenialNoticeSpecfile": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppDenialList": {
    "hasReachedMaximumListSize": true,
    "LoanAppDenial": [
      {
        "DenialNotice": 1,
        "DenialNoticeDescription": "text",
        "DenialNoticeSpecfile": "text"
      }
    ]
  }
}

getLoanAppDenialPagedListSelectFields

post

No description provided.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllLoanAppDenialFields": true,
    "LoanAppDenialFields": {
      "DenialNotice": true,
      "DenialNoticeDescription": true,
      "DenialNoticeSpecfile": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppDenial": [
    {
      "DenialNotice": 1,
      "DenialNoticeDescription": "text",
      "DenialNoticeSpecfile": "text"
    }
  ],
  "Token": "text"
}

searchLoanAppDenialPagedSelectFields

post

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

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllLoanAppDenialFields": true,
    "LoanAppDenialFields": {
      "DenialNotice": true,
      "DenialNoticeDescription": true,
      "DenialNoticeSpecfile": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppDenial": [
    {
      "DenialNotice": 1,
      "DenialNoticeDescription": "text",
      "DenialNoticeSpecfile": "text"
    }
  ],
  "Token": "text"
}

updateLoanAppDenialByID

post
Authorizations
Body
LoanAppDenialDenialNoticeintegerOptional

Loan App Denial Notice data

Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanAppDenialDenialNotice": 1,
  "LoanAppDenialUpdatableFields": {
    "DenialNoticeDescription": "text",
    "DenialNoticeSpecfile": "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?