InsType
Perform various operations for Symitar parameters.
Operations
Get the getInsType data.
Authorizations
Body
InsTypeInsuranceTypeintegerRequired
Responses
200
Successful operation.
application/json
post
/getInsTypePOST /nexum/627/2022.01/parameter/getInsType HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 149
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"InsTypeInsuranceType": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
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.
Authorizations
Body
InsTypeInsuranceTypeintegerOptional
Responses
200
Successful operation.
application/json
post
/getInsTypeSelectFieldsPOST /nexum/627/2022.01/parameter/getInsTypeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
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.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getInsTypePagedListPOST /nexum/627/2022.01/parameter/getInsTypePagedList 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.
{
"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.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getInsTypeListSelectFieldsPOST /nexum/627/2022.01/parameter/getInsTypeListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
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
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/searchInsTypeSelectFieldsPOST /nexum/627/2022.01/parameter/searchInsTypeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
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.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getInsTypePagedListSelectFieldsPOST /nexum/627/2022.01/parameter/getInsTypePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
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
Authorizations
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchInsTypePagedSelectFieldsPOST /nexum/627/2022.01/parameter/searchInsTypePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
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"
}Authorizations
Body
InsTypeInsuranceTypeintegerOptional
Responses
200
Successful operation.
application/json
post
/updateInsTypeByIDPOST /nexum/627/2022.01/parameter/updateInsTypeByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}Last updated
Was this helpful?