LoanAppFieldName

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getLoanAppFieldName

post

No description provided.

Authorizations
Body
LoanAppFieldNameFieldintegerRequired

Loan App Field Name Field data

Responses
200

Successful operation.

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

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

Successful operation.

{
  "LoanAppFieldName": {
    "Field": 1,
    "FieldName": "text"
  }
}

getLoanAppFieldNameSelectFields

post

Loan AppField NameSelectFields

Authorizations
Body
LoanAppFieldNameFieldintegerOptional

Loan App Field Name Field data

Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanAppFieldNameField": 1,
  "SelectableFields": {
    "IncludeAllLoanAppFieldNameFields": true,
    "LoanAppFieldNameFields": {
      "Field": true,
      "FieldName": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppFieldName": {
    "Field": 1,
    "FieldName": "text"
  }
}

getLoanAppFieldNamePagedList

post

Loan AppField NamePagedList

Authorizations
Body
Responses
200

Successful operation.

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

{
  "LoanAppFieldName": [
    {
      "Field": 1,
      "FieldName": "text"
    }
  ],
  "Token": "text"
}

getLoanAppFieldNameListSelectFields

post

Loan AppField NameListSelectFields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanAppFieldNameFields": true,
    "LoanAppFieldNameFields": {
      "Field": true,
      "FieldName": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppFieldNameList": {
    "hasReachedMaximumListSize": true,
    "LoanAppFieldName": [
      {
        "Field": 1,
        "FieldName": "text"
      }
    ]
  }
}

searchLoanAppFieldNameSelectFields

post

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

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanAppFieldNameFields": true,
    "LoanAppFieldNameFields": {
      "Field": true,
      "FieldName": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppFieldNameList": {
    "hasReachedMaximumListSize": true,
    "LoanAppFieldName": [
      {
        "Field": 1,
        "FieldName": "text"
      }
    ]
  }
}

getLoanAppFieldNamePagedListSelectFields

post

Loan AppField NamePagedListSelectFields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllLoanAppFieldNameFields": true,
    "LoanAppFieldNameFields": {
      "Field": true,
      "FieldName": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppFieldName": [
    {
      "Field": 1,
      "FieldName": "text"
    }
  ],
  "Token": "text"
}

searchLoanAppFieldNamePagedSelectFields

post

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

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllLoanAppFieldNameFields": true,
    "LoanAppFieldNameFields": {
      "Field": true,
      "FieldName": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppFieldName": [
    {
      "Field": 1,
      "FieldName": "text"
    }
  ],
  "Token": "text"
}

updateLoanAppFieldNameByID

post
Authorizations
Body
LoanAppFieldNameFieldintegerOptional

Loan App Field Name Field data

Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanAppFieldNameField": 1,
  "LoanAppFieldNameUpdatableFields": {
    "FieldName": "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?