{
"provisioningDetails": "Your passwords were set correctly.",
"reservedDataSet": {
"generatedOn": "2019-12-20T20:19:42.636Z",
"clinicians": [
{
"firstName": "Millie",
"lastName": "Strosin",
"tins": [
"000010598"
],
"npi": "0000000296",
"npiSSN": "000010618"
}
],
"virtualGroups": [],
"scenarioType": "LVT",
"status": "RESERVED",
"organizations": [
{
"name": "LVT Opt-in - Stanton Inc",
"tin": "000010598",
"ptan": "TESTPTAN_8S"
}
],
"generatedBy": "central_generator",
"users": [
{
"firstName": "Millie",
"lastName": "Strosin",
"role": "staff",
"tins": [
"000010598"
]
},
{
"firstName": "Rocio",
"lastName": "Russel",
"virtualGroups": [],
"role": "security-official",
"tins": [
"000010598"
]
}
],
"id": "a9e07b8b-98ff-4c6c-90f2-98573e1f1be3",
"name": "LVT Opt-in",
"reservedBy": "registry.9107439",
"reservedOn": "2020-01-16T16:10:08.055Z",
"customName": "GMedLVTTest",
"customDescription": "GEHRIMED Test"
}
}
Then upon lookup I get
{
"data": [
{
"tin": "000010598",
"error": {
"code": 404,
"name": "NotFoundError",
"message": "TIN not found."
}
},
{
"tin": "000010598",
"npi": "0000000296",
"error": {
"code": 404,
"name": "NotFoundError",
"message": "TIN-NPI combo not found."
}
},
{
"tin": "000010598",
"npi": "000010618",
"error": {
"code": 404,
"name": "NotFoundError",
"message": "TIN-NPI combo not found."
}
}
Tell me how this is working again?