Last active
May 31, 2018 09:46
-
-
Save pboethig/2cda388f762ce59fef24eaa91df290a6 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
#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