Last updated 10 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
The authorization object required for the operation. Only one credential type is required (if multiple are available) as long as it is configured in SymXchange parameters.
{"AdministrativeCredentials":{"Password":"suwn37834b91&"}}
Type of collateral associated with the collateral type.
The custom object for NexumAPI request attributes.
{"customFields":{"appId":"glaci"}}
POST /nexum/627/2022.01/parameter/getCollateralType HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 157 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "CollateralTypeCollateralType": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "CollateralType": { "CollateralStatus": 1, "CollateralType": 1, "Description": "text", "UserChar": [ { "EntryId": 1, "UserChar": "text" } ] } }
POST /nexum/627/2022.01/parameter/getCollateralTypeSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
POST /nexum/627/2022.01/parameter/getCollateralTypePagedList HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 218 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "CollateralType": [ { "CollateralStatus": 1, "CollateralType": 1, "Description": "text", "UserChar": [ { "EntryId": 1, "UserChar": "text" } ] } ], "Token": "text" }
POST /nexum/627/2022.01/parameter/getCollateralTypeListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
{ "CollateralTypeList": { "hasReachedMaximumListSize": true, "CollateralType": [ { "CollateralStatus": 1, "CollateralType": 1, "Description": "text", "UserChar": [ { "EntryId": 1, "UserChar": "text" } ] } ] } }
Search collateral type select fields
POST /nexum/627/2022.01/parameter/searchCollateralTypeSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
POST /nexum/627/2022.01/parameter/getCollateralTypePagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Search collateral type paged select fields
POST /nexum/627/2022.01/parameter/searchCollateralTypePagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Update Collateral Type by ID
POST /nexum/627/2022.01/parameter/updateCollateralTypeByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }