Files
cloud-cap-samples/suppliers/requests.http
2021-06-09 07:10:28 +02:00

29 lines
446 B
HTTP

@server = http://localhost:4004
@bpServer = http://localhost:59847
@authAlice = Authorization: Basic alice:
PATCH {{server}}/api-business-partner/A_BusinessPartner('ACME')
Content-Type: application/json
{
"BusinessPartnerFullName": "Alice Changed"
}
###
PATCH {{server}}/admin/Books(201)
{{authAlice}}
Content-Type: application/json
{
"supplier_ID": "PNG"
}
###
GET {{server}}/admin/Books?$top=11&$expand=supplier
{{authAlice}}