Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

Data Type

Mandatory

Example

Description

CustomerDataMapping

AhvAttributeMapping[]

(tick)

Code Block
[
	{
		"$type":"iTsense.CoreLogin2.Domain.LoT.QoR.External.AhvAttributeMapping, iTsense.CoreLogin2.Domain",
		"AttributeSystemName":"ci_given_name",
		"AhvName":"firstname",
		"CanOverride":true
	},
	{
		"$type":"iTsense.CoreLogin2.Domain.LoT.QoR.External.AhvAttributeMapping, iTsense.CoreLogin2.Domain",
		"AttributeSystemName":"ci_family_name",
		"AhvName":"name",
		"CanOverride":true
	},
	{
		"$type":"iTsense.CoreLogin2.Domain.LoT.QoR.External.AhvAttributeMapping, iTsense.CoreLogin2.Domain",
		"AttributeSystemName":"ci_birthdate",
		"AhvName":"dateOfBirth",
		"CanOverride":true
	}
]

You can define which attributes have to match the record in the AHV / ZAS registry and whether or not the values can be over-riden or not.

UseLocalMock

boolean

true

For test purpose set this value to true and each user with a AHV number that ends on an uneven number, has a birthday of today and is part of the mock data set, will pass the check, while even numbers all other users will fail the check.