InsType
Last updated
Was this helpful?
Last updated
Was this helpful?
Get the getInsType data.
POST /nexum/627/2022.01/parameter/getInsType HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 149
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"InsTypeInsuranceType": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"InsType": {
"ConsolidationCode": 1,
"DefinedCode": 1,
"DisabilityInsuranceTable": 1,
"LifeInsuranceTable": 1,
"LongDescription": "text",
"MaxDisDirectInsType": 1,
"MaxLifeDirectInsType": 1,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": "text",
"InsuranceType": 1
}
}
Get the getInsTypeSelectFields data.
POST /nexum/627/2022.01/parameter/getInsTypeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 507
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"InsTypeInsuranceType": 1,
"SelectableFields": {
"IncludeAllInsTypeFields": true,
"InsTypeFields": {
"ConsolidationCode": true,
"DefinedCode": true,
"DisabilityInsuranceTable": true,
"InsuranceType": true,
"LifeInsuranceTable": true,
"LongDescription": true,
"MaxDisDirectInsType": true,
"MaxLifeDirectInsType": true,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"InsType": {
"ConsolidationCode": 1,
"DefinedCode": 1,
"DisabilityInsuranceTable": 1,
"LifeInsuranceTable": 1,
"LongDescription": "text",
"MaxDisDirectInsType": 1,
"MaxLifeDirectInsType": 1,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": "text",
"InsuranceType": 1
}
}
Get the getInsTypePagedList data.
POST /nexum/627/2022.01/parameter/getInsTypePagedList 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"
}
}
}
Successful operation.
{
"InsType": [
{
"ConsolidationCode": 1,
"DefinedCode": 1,
"DisabilityInsuranceTable": 1,
"LifeInsuranceTable": 1,
"LongDescription": "text",
"MaxDisDirectInsType": 1,
"MaxLifeDirectInsType": 1,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": "text",
"InsuranceType": 1
}
],
"Token": "text"
}
Get the getInsTypeListSelectFields data.
POST /nexum/627/2022.01/parameter/getInsTypeListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 482
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllInsTypeFields": true,
"InsTypeFields": {
"ConsolidationCode": true,
"DefinedCode": true,
"DisabilityInsuranceTable": true,
"InsuranceType": true,
"LifeInsuranceTable": true,
"LongDescription": true,
"MaxDisDirectInsType": true,
"MaxLifeDirectInsType": true,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"InsTypeList": {
"hasReachedMaximumListSize": true,
"InsType": [
{
"ConsolidationCode": 1,
"DefinedCode": 1,
"DisabilityInsuranceTable": 1,
"LifeInsuranceTable": 1,
"LongDescription": "text",
"MaxDisDirectInsType": 1,
"MaxLifeDirectInsType": 1,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": "text",
"InsuranceType": 1
}
]
}
}
Field for selecting various options related to searchinstypeselectfields
POST /nexum/627/2022.01/parameter/searchInsTypeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 514
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllInsTypeFields": true,
"InsTypeFields": {
"ConsolidationCode": true,
"DefinedCode": true,
"DisabilityInsuranceTable": true,
"InsuranceType": true,
"LifeInsuranceTable": true,
"LongDescription": true,
"MaxDisDirectInsType": true,
"MaxLifeDirectInsType": true,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"InsTypeList": {
"hasReachedMaximumListSize": true,
"InsType": [
{
"ConsolidationCode": 1,
"DefinedCode": 1,
"DisabilityInsuranceTable": 1,
"LifeInsuranceTable": 1,
"LongDescription": "text",
"MaxDisDirectInsType": 1,
"MaxLifeDirectInsType": 1,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": "text",
"InsuranceType": 1
}
]
}
}
Get the getInsTypePagedListSelectFields data.
POST /nexum/627/2022.01/parameter/getInsTypePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 576
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllInsTypeFields": true,
"InsTypeFields": {
"ConsolidationCode": true,
"DefinedCode": true,
"DisabilityInsuranceTable": true,
"InsuranceType": true,
"LifeInsuranceTable": true,
"LongDescription": true,
"MaxDisDirectInsType": true,
"MaxLifeDirectInsType": true,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"InsType": [
{
"ConsolidationCode": 1,
"DefinedCode": 1,
"DisabilityInsuranceTable": 1,
"LifeInsuranceTable": 1,
"LongDescription": "text",
"MaxDisDirectInsType": 1,
"MaxLifeDirectInsType": 1,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": "text",
"InsuranceType": 1
}
],
"Token": "text"
}
Field for selecting various options related to searchinstypepagedselectfields
POST /nexum/627/2022.01/parameter/searchInsTypePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 591
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllInsTypeFields": true,
"InsTypeFields": {
"ConsolidationCode": true,
"DefinedCode": true,
"DisabilityInsuranceTable": true,
"InsuranceType": true,
"LifeInsuranceTable": true,
"LongDescription": true,
"MaxDisDirectInsType": true,
"MaxLifeDirectInsType": true,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"InsType": [
{
"ConsolidationCode": 1,
"DefinedCode": 1,
"DisabilityInsuranceTable": 1,
"LifeInsuranceTable": 1,
"LongDescription": "text",
"MaxDisDirectInsType": 1,
"MaxLifeDirectInsType": 1,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": "text",
"InsuranceType": 1
}
],
"Token": "text"
}
POST /nexum/627/2022.01/parameter/updateInsTypeByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 429
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"InsTypeInsuranceType": 1,
"InsTypeUpdatableFields": {
"ConsolidationCode": 1,
"DefinedCode": 1,
"DisabilityInsuranceTable": 1,
"LifeInsuranceTable": 1,
"LongDescription": "text",
"MaxDisDirectInsType": 1,
"MaxLifeDirectInsType": 1,
"SecondInsuredAsPrimeDis": true,
"SecondInsuredAsPrimeLife": true,
"ShortDescription": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}