v0.5/care-contexts/discover
when receiving discovery request from gateway, request does not contain identifier name instead it is giving enum value. same happens for gender, below is example request received today.
{
"Id": "sbx@sbx",
"VerifiedIdentifiers": [
{
"Type": 1,
"Value": "9966666666"
},
{
"Type": 2,
"Value": "68-1111-4652-5111"
},
{
"Type": 3,
"Value": "sbx@sbx"
}
],
"UnverifiedIdentifiers": [],
"Name": "abcd",
"Gender": 0,
"YearOfBirth": 1993
},
"RequestId": "67ca91eb-7a28-4247-ad0b-523744f6faec",
"TransactionId": "685566f9-0585-441b-a8c5-df80e9552597",
"Timestamp": "2022-03-11T04:37:21.726471"
}
please assist if same request will be received from now onwards?
country code in mobile number is also missing.
above request does not match with API documentation example.