Skip to content

Instantly share code, notes, and snippets.

@moeinserpico
Last active September 30, 2019 06:33
Show Gist options
  • Save moeinserpico/bbe7e016c5e656f9508ed0566916c9fe to your computer and use it in GitHub Desktop.
Save moeinserpico/bbe7e016c5e656f9508ed0566916c9fe to your computer and use it in GitHub Desktop.
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"emp_no": 10001,
"salary": 60117,
"from_date": "1986-06-26",
"to_date": "1987-06-26"
},
{
"emp_no": 10001,
"salary": 62102,
"from_date": "1987-06-26",
"to_date": "1988-06-25"
},
{
"emp_no": 10001,
"salary": 66074,
"from_date": "1988-06-25",
"to_date": "1989-06-25"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment