Disclosure
Perform various operations for Symitar parameters.
Operations
Retrieve disclosure information.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getDisclosure HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 124
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"Disclosure": {
"ClosedEndDisclosureFormat": 1,
"DisabilityDescription": "text",
"FedLine1": [
{
"EntryId": 1,
"FedLine1": "text"
}
],
"FedLine2": [
{
"EntryId": 1,
"FedLine2": "text"
}
],
"JointDisabilityDescription": "text",
"JointLifeDescription": "text",
"SecLine1": [
{
"EntryId": 1,
"SecLine1": "text"
}
],
"SecLine2": [
{
"EntryId": 1,
"SecLine2": "text"
}
],
"SingleLifeDescription": "text",
"UseExtraAddress": true
}
}
Retrieve select fields for disclosure information.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getDisclosureSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 436
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllDisclosureFields": true,
"DisclosureFields": {
"ClosedEndDisclosureFormat": true,
"DisabilityDescription": true,
"FedLine1": [
1
],
"FedLine2": [
1
],
"JointDisabilityDescription": true,
"JointLifeDescription": true,
"SecLine1": [
1
],
"SecLine2": [
1
],
"SingleLifeDescription": true,
"UseExtraAddress": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"Disclosure": {
"ClosedEndDisclosureFormat": 1,
"DisabilityDescription": "text",
"FedLine1": [
{
"EntryId": 1,
"FedLine1": "text"
}
],
"FedLine2": [
{
"EntryId": 1,
"FedLine2": "text"
}
],
"JointDisabilityDescription": "text",
"JointLifeDescription": "text",
"SecLine1": [
{
"EntryId": 1,
"SecLine1": "text"
}
],
"SecLine2": [
{
"EntryId": 1,
"SecLine2": "text"
}
],
"SingleLifeDescription": "text",
"UseExtraAddress": true
}
}
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/updateDisclosureByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 515
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"DisclosureUpdatableFields": {
"ClosedEndDisclosureFormat": 1,
"DisabilityDescription": "text",
"FedLine1": [
{
"EntryId": 1,
"FedLine1": "text"
}
],
"FedLine2": [
{
"EntryId": 1,
"FedLine2": "text"
}
],
"JointDisabilityDescription": "text",
"JointLifeDescription": "text",
"SecLine1": [
{
"EntryId": 1,
"SecLine1": "text"
}
],
"SecLine2": [
{
"EntryId": 1,
"SecLine2": "text"
}
],
"SingleLifeDescription": "text",
"UseExtraAddress": true
},
"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?