LoanFieldName

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getLoanFieldName

post

LoanField Name

Authorizations
Body
LoanFieldNameFieldintegerRequired
Responses
200

Successful operation.

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

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

Successful operation.

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

getLoanFieldNameSelectFields

post

LoanField NameSelectFields

Authorizations
Body
LoanFieldNameFieldintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanFieldNameField": 1,
  "SelectableFields": {
    "IncludeAllLoanFieldNameFields": true,
    "LoanFieldNameFields": {
      "Field": true,
      "FieldName": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

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

getLoanFieldNamePagedList

post

LoanField NamePagedList

Authorizations
Body
Responses
200

Successful operation.

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

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

getLoanFieldNameListSelectFields

post

LoanField NameListSelectFields

Authorizations
Body
Responses
200

Successful operation.

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

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

Successful operation.

{
  "LoanFieldNameList": {
    "hasReachedMaximumListSize": true,
    "LoanFieldName": [
      {
        "Field": 1,
        "FieldName": "text"
      }
    ]
  }
}

searchLoanFieldNameSelectFields

post

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

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/searchLoanFieldNameSelectFields
POST /nexum/627/2022.01/parameter/searchLoanFieldNameSelectFields 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&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanFieldNameFields": true,
    "LoanFieldNameFields": {
      "Field": true,
      "FieldName": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanFieldNameList": {
    "hasReachedMaximumListSize": true,
    "LoanFieldName": [
      {
        "Field": 1,
        "FieldName": "text"
      }
    ]
  }
}

getLoanFieldNamePagedListSelectFields

post

LoanField NamePagedListSelectFields

Authorizations
Body
Responses
200

Successful operation.

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

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

Successful operation.

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

searchLoanFieldNamePagedSelectFields

post

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

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

updateLoanFieldNameByID

post
Authorizations
Body
LoanFieldNameFieldintegerOptional
Responses
200

Successful operation.

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

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