Skip to content

Commit

Permalink
add Suppliers endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Feb 25, 2024
1 parent 9289527 commit 6d4ab22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/entra-id-saml-bearer.http
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ Authorization: Bearer {{access_token_btp}}
### https://github.com/gregorwolf/ZAPI_USER_NAME
GET {{$dotenv graph_uri}}/api/{{$dotenv graph_name}}/my.erp.usr/UserdetailsSet
Authorization: Bearer {{access_token_btp}}
###
GET {{$dotenv graph_uri}}/api/{{$dotenv graph_name}}/my.a4h.epm/Suppliers
?$top=10
Authorization: Bearer {{access_token_btp}}

0 comments on commit 6d4ab22

Please sign in to comment.