CollateralType
Perform various operations for Symitar parameters.
Operations
Authorizations
Body
CollateralTypeCollateralTypeintegerRequired
Type of collateral associated with the collateral type.
Responses
200
Successful operation.
application/json
post
/getCollateralTypePOST /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"
}
]
}
}Authorizations
Body
CollateralTypeCollateralTypeintegerOptional
Type of collateral associated with the collateral type.
Responses
200
Successful operation.
application/json
post
/getCollateralTypeSelectFieldsPOST /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"
}
]
}
}Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getCollateralTypePagedListPOST /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"
}Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getCollateralTypeListSelectFieldsPOST /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"
}
]
}
]
}
}Search collateral type select fields
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/searchCollateralTypeSelectFieldsPOST /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"
}
]
}
]
}
}Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getCollateralTypePagedListSelectFieldsPOST /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"
}Search collateral type paged select fields
Authorizations
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchCollateralTypePagedSelectFieldsPOST /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"
}Update Collateral Type by ID
Authorizations
Body
CollateralTypeCollateralTypeintegerOptional
Type of collateral associated with the collateral type.
Responses
200
Successful operation.
application/json
post
/updateCollateralTypeByIDPOST /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?