Skip to content

Instantly share code, notes, and snippets.

@pboethig
Last active May 31, 2018 09:46
Show Gist options
  • Save pboethig/2cda388f762ce59fef24eaa91df290a6 to your computer and use it in GitHub Desktop.
Save pboethig/2cda388f762ce59fef24eaa91df290a6 to your computer and use it in GitHub Desktop.
#call
url -X GET --header 'Accept: application/json' --header 'Authorization: Bearer 9xswh340fl8cc8btk1r1m8jiu6o2oo55' 'https://dev.oew.de/rest/all/V1/wkz/customerCompanyData/1'
#response
{
"customer": {
"id": 1,
"email": "[email protected]",
"firstname": "Joachim",
"lastname": "Schiedt",
"extended_visibility_group_ids": null
},
"companies": [
{
"id": "1",
"name": "testcompan",
"ade": null,
"initial_budgets": [
{
"year": "2017",
"value": "123.0000",
"type": "value",
"year_identifier": "1"
}
],
"used_budgets": [
{
"year": "2017",
"value": "543.0000",
"type": "value",
"year_identifier": "1"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment