Skip to content

Commit

Permalink
PE-2792: Add enrolments to the example
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Dobrowolski committed Apr 12, 2017
1 parent 5d2c3ee commit 268fac5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
"name":"Access your tax identifiers",
"description":"Access your tax identifiers",
"confidenceLevel": 200
},
{
"key":"openid:hmrc_enrolments",
"name":"Access your enrolments",
"description":"Access your enrolments",
"confidenceLevel": 200
}
],
"api":{
Expand Down
14 changes: 13 additions & 1 deletion public/api/conf/1.0/examples/get-user-info-example-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,17 @@
"country" : "Great Britain"
},
"birthdate" : "1950-01-01",
"uk_gov_nino" : "AA000003D"
"uk_gov_nino" : "AA000003D",
"hmrc_enrolments": [
{
"key": "IR-SA",
"identifiers": [
{
"key": "UTR",
"value": "174371121"
}
],
"state": "Activated"
}
]
}

0 comments on commit 268fac5

Please sign in to comment.