Skip to content

Instantly share code, notes, and snippets.

@sunitparekh
Last active April 2, 2018 17:24
Show Gist options
  • Save sunitparekh/25bd5ead4e0cf4f311465110b182a029 to your computer and use it in GitHub Desktop.
Save sunitparekh/25bd5ead4e0cf4f311465110b182a029 to your computer and use it in GitHub Desktop.
JSON Success response
Status: 200
Content-Type: application/json
{
"employeeId":123456,
"firstName": "Sunit",
"lastName": "Parekh",
"gender": "Male",
"hireDate": "2012-01-01",
"birthDate": "1990-01-01",
"office": "Pune"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment