CollateralType

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getCollateralType

post
Authorizations
Body
CollateralTypeCollateralTypeintegerRequired

Type of collateral associated with the collateral type.

Responses
200

Successful operation.

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

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

Successful operation.

{
  "CollateralType": {
    "CollateralStatus": 1,
    "CollateralType": 1,
    "Description": "text",
    "UserChar": [
      {
        "EntryId": 1,
        "UserChar": "text"
      }
    ]
  }
}

getCollateralTypeSelectFields

post
Authorizations
Body
CollateralTypeCollateralTypeintegerOptional

Type of collateral associated with the collateral type.

Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "CollateralTypeCollateralType": 1,
  "SelectableFields": {
    "IncludeAllCollateralTypeFields": true,
    "CollateralTypeFields": {
      "CollateralStatus": true,
      "CollateralType": true,
      "Description": true,
      "UserChar": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "CollateralType": {
    "CollateralStatus": 1,
    "CollateralType": 1,
    "Description": "text",
    "UserChar": [
      {
        "EntryId": 1,
        "UserChar": "text"
      }
    ]
  }
}

getCollateralTypePagedList

post
Authorizations
Body
Responses
200

Successful operation.

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

{
  "CollateralType": [
    {
      "CollateralStatus": 1,
      "CollateralType": 1,
      "Description": "text",
      "UserChar": [
        {
          "EntryId": 1,
          "UserChar": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

getCollateralTypeListSelectFields

post
Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllCollateralTypeFields": true,
    "CollateralTypeFields": {
      "CollateralStatus": true,
      "CollateralType": true,
      "Description": true,
      "UserChar": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "CollateralTypeList": {
    "hasReachedMaximumListSize": true,
    "CollateralType": [
      {
        "CollateralStatus": 1,
        "CollateralType": 1,
        "Description": "text",
        "UserChar": [
          {
            "EntryId": 1,
            "UserChar": "text"
          }
        ]
      }
    ]
  }
}

searchCollateralTypeSelectFields

post

Search collateral type select fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllCollateralTypeFields": true,
    "CollateralTypeFields": {
      "CollateralStatus": true,
      "CollateralType": true,
      "Description": true,
      "UserChar": [
        1
      ]
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "CollateralTypeList": {
    "hasReachedMaximumListSize": true,
    "CollateralType": [
      {
        "CollateralStatus": 1,
        "CollateralType": 1,
        "Description": "text",
        "UserChar": [
          {
            "EntryId": 1,
            "UserChar": "text"
          }
        ]
      }
    ]
  }
}

getCollateralTypePagedListSelectFields

post
Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllCollateralTypeFields": true,
    "CollateralTypeFields": {
      "CollateralStatus": true,
      "CollateralType": true,
      "Description": true,
      "UserChar": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "CollateralType": [
    {
      "CollateralStatus": 1,
      "CollateralType": 1,
      "Description": "text",
      "UserChar": [
        {
          "EntryId": 1,
          "UserChar": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

searchCollateralTypePagedSelectFields

post

Search collateral type paged select fields

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllCollateralTypeFields": true,
    "CollateralTypeFields": {
      "CollateralStatus": true,
      "CollateralType": true,
      "Description": true,
      "UserChar": [
        1
      ]
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "CollateralType": [
    {
      "CollateralStatus": 1,
      "CollateralType": 1,
      "Description": "text",
      "UserChar": [
        {
          "EntryId": 1,
          "UserChar": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

updateCollateralTypeByID

post

Update Collateral Type by ID

Authorizations
Body
CollateralTypeCollateralTypeintegerOptional

Type of collateral associated with the collateral type.

Responses
200

Successful operation.

application/json
post
/updateCollateralTypeByID
POST /nexum/627/2022.01/parameter/updateCollateralTypeByID 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&"
    }
  },
  "CollateralTypeCollateralType": 1,
  "CollateralTypeUpdatableFields": {
    "CollateralStatus": 1,
    "Description": "text",
    "UserChar": [
      {
        "EntryId": 1,
        "UserChar": "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?