LoanTypeIdRange

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getLoanTypeIdRange

post

LoanTypeIdRange

Authorizations
Body
LoanTypeIdRangeIdRangeintegerOptional
LoanTypeIdRangeLoanTypeintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "LoanTypeIdRange": {
    "IdRangeHigh": 1,
    "IdRangeLow": 1,
    "IdRange": 1,
    "LoanType": 1
  }
}

getLoanTypeIdRangeSelectFields

post

Retrieve loan type ID range select fields

Authorizations
Body
LoanTypeIdRangeIdRangeintegerOptional
LoanTypeIdRangeLoanTypeintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanTypeIdRangeIdRange": 1,
  "LoanTypeIdRangeLoanType": 1,
  "SelectableFields": {
    "IncludeAllLoanTypeIdRangeFields": true,
    "LoanTypeIdRangeFields": {
      "IdRange": true,
      "IdRangeHigh": true,
      "IdRangeLow": true,
      "LoanType": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanTypeIdRange": {
    "IdRangeHigh": 1,
    "IdRangeLow": 1,
    "IdRange": 1,
    "LoanType": 1
  }
}

getLoanTypeIdRangePagedList

post

LoanTypeIdRangePagedList

Authorizations
Body
Responses
200

Successful operation.

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

{
  "LoanTypeIdRange": [
    {
      "IdRangeHigh": 1,
      "IdRangeLow": 1,
      "IdRange": 1,
      "LoanType": 1
    }
  ],
  "Token": "text"
}

getLoanTypeIdRangeListSelectFields

post

LoanTypeIdRangeListSelectFields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanTypeIdRangeFields": true,
    "LoanTypeIdRangeFields": {
      "IdRange": true,
      "IdRangeHigh": true,
      "IdRangeLow": true,
      "LoanType": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanTypeIdRangeList": {
    "hasReachedMaximumListSize": true,
    "LoanTypeIdRange": [
      {
        "IdRangeHigh": 1,
        "IdRangeLow": 1,
        "IdRange": 1,
        "LoanType": 1
      }
    ]
  }
}

searchLoanTypeIdRangeSelectFields

post

Retrieve a list of select fields for searching by loan type ID ranges.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanTypeIdRangeFields": true,
    "LoanTypeIdRangeFields": {
      "IdRange": true,
      "IdRangeHigh": true,
      "IdRangeLow": true,
      "LoanType": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanTypeIdRangeList": {
    "hasReachedMaximumListSize": true,
    "LoanTypeIdRange": [
      {
        "IdRangeHigh": 1,
        "IdRangeLow": 1,
        "IdRange": 1,
        "LoanType": 1
      }
    ]
  }
}

getLoanTypeIdRangePagedListSelectFields

post

Loantype id range paged list select fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllLoanTypeIdRangeFields": true,
    "LoanTypeIdRangeFields": {
      "IdRange": true,
      "IdRangeHigh": true,
      "IdRangeLow": true,
      "LoanType": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanTypeIdRange": [
    {
      "IdRangeHigh": 1,
      "IdRangeLow": 1,
      "IdRange": 1,
      "LoanType": 1
    }
  ],
  "Token": "text"
}

searchLoanTypeIdRangePagedSelectFields

post

Retrieve a list of paged select fields for searching by loan type ID ranges.

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllLoanTypeIdRangeFields": true,
    "LoanTypeIdRangeFields": {
      "IdRange": true,
      "IdRangeHigh": true,
      "IdRangeLow": true,
      "LoanType": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanTypeIdRange": [
    {
      "IdRangeHigh": 1,
      "IdRangeLow": 1,
      "IdRange": 1,
      "LoanType": 1
    }
  ],
  "Token": "text"
}

updateLoanTypeIdRangeByID

post
Authorizations
Body
LoanTypeIdRangeIdRangeintegerOptional
LoanTypeIdRangeLoanTypeintegerOptional
Responses
200

Successful operation.

application/json
post
/updateLoanTypeIdRangeByID
POST /nexum/627/2022.01/parameter/updateLoanTypeIdRangeByID 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&"
    }
  },
  "LoanTypeIdRangeIdRange": 1,
  "LoanTypeIdRangeLoanType": 1,
  "LoanTypeIdRangeUpdatableFields": {
    "IdRangeHigh": 1,
    "IdRangeLow": 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?