Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Current »

  1. Generate VID

  • ·       Perform resident Authentication

  • ·       Send OTP

  • ·       Generate VID

 

2.Auth-Lock

  • ·       Send OTP

  • ·       Perform Auth-lock

3.Auth-Unlock

  • ·       Send OTP

  • ·       Perform Auth-Unlock

4.Update UIN

  • ·       Send OTP

  • ·       Update UIN

  • ·       Get Record from IDRepo

Request to update the data

Example : Here we are updating address.

{
	"identity": {
		"addressLine1": [{
				"language": "fra",
				"value": "Bengaluru"
			},
			{
				"language": "ara",
				"value": "كُُرگ"
			}
		],
		"IDSchemaVersion": 0.2,
		"UIN": "6836907103"
	}
}

  • Then Run the get record from IDREPO to check weather the fields are updated.

  • No labels