Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2 from faradayio/adding-persona-documentation
Update readme.md
  • Loading branch information
fwallacevt committed Dec 31, 2019
2 parents 67359d7 + 80b4f56 commit d13b77f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Expand Up @@ -53,6 +53,8 @@ You can also put the API key in the parameters as `api_key` if that's easier.

#### Response

* `persona_name` _String_ — Name of the persona that individual belongs to.
* `persona_id` _String_ — ID of the persona that individual belongs to.
* `person_first_name` _String_ — Passed through from request.
* `person_last_name` _String_ — Passed through from request.
* `house_number_and_street` _String_ — Normalized from request.
Expand Down Expand Up @@ -121,6 +123,8 @@ You can also put the API key in the parameters as `api_key` if that's easier.

#### Response

* `persona_name` _String_ — Name of the persona that individual belongs to.
* `persona_id` _String_ — ID of the persona that individual belongs to.
* `person_first_name` _String_ — Passed through from request.
* `person_last_name` _String_ — Passed through from request.
* `house_number_and_street` _String_ — Normalized from request.
Expand Down

0 comments on commit d13b77f

Please sign in to comment.