Last active
June 28, 2016 20:36
-
-
Save mecampbellsoup/fbcb7650b54e86ef3a489945b7a27dc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| POST /v1/profiles?application_id=some-app-id | |
| { | |
| "data": { | |
| "type": "profiles", | |
| "relationships": { | |
| "owner": { | |
| "data": { | |
| "type": "people", | |
| "attributes": { | |
| "first_name": "John", | |
| "last_name": "Doe", | |
| "ssn": "111-222-1614" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment