Files
cloud-cap-samples/packages/bookshop/req.http
D065023 78e6138718 minor
2019-12-30 14:09:57 +01:00

19 lines
598 B
HTTP

PATCH http://localhost:4004/api-business-partner/A_BusinessPartnerAddress(BusinessPartner='ALICE',AddressID='62640')
Content-Type: application/json
Authorization: Basic QUxJQ0Utc2VjcmV0
{
"PostalCode": "123456",
"CityName": "AlteredTown"
}
###
GET http://localhost:4004/admin/Orders(ID=7e2f2640-6866-4dcf-8f4d-3027aa831cad,IsActiveEntity=false)?
&$expand=shippingAddress($select=cityName,houseNumber,postalCode,streetName)
Authorization: Basic QUxJQ0U6c2VjcmV0
###
DELETE http://localhost:4004/api-business-partner/A_BusinessPartnerAddress(BusinessPartner='ALICE',AddressID='62640')