Last active
September 6, 2016 11:20
-
-
Save coryodaniel/b253f881894bd6f6322453ad90d9b488 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 /api/organizations/35/employees HTTP/1.1 | |
| Host: example.com | |
| X-Api-Version: 1 | |
| Accept: application/vnd.api+json | |
| Content-Type: application/vnd.api+json | |
| Cache-Control: no-cache | |
| { | |
| "data": { | |
| "type": "employees", | |
| "attributes": { | |
| "first_name": "Slick Todd", | |
| "last_name": "The Tester", | |
| "email": "[email protected]", | |
| "password": "password" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment