Skip to content

Instantly share code, notes, and snippets.

@coryodaniel
Last active September 6, 2016 11:20
Show Gist options
  • Select an option

  • Save coryodaniel/b253f881894bd6f6322453ad90d9b488 to your computer and use it in GitHub Desktop.

Select an option

Save coryodaniel/b253f881894bd6f6322453ad90d9b488 to your computer and use it in GitHub Desktop.
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