diff --git a/suppliers/.env b/suppliers/.env new file mode 100644 index 00000000..616dd8d0 --- /dev/null +++ b/suppliers/.env @@ -0,0 +1,2 @@ +cds.requires.messaging.kind = file-based-messaging +PORT = 4006 \ No newline at end of file diff --git a/suppliers/requests.http b/suppliers/requests.http new file mode 100644 index 00000000..eb4ff156 --- /dev/null +++ b/suppliers/requests.http @@ -0,0 +1,14 @@ + +@S4bupa = http://localhost:4006/api-business-partner + +################################################# +# +# Suppliers Service (-> S/4) +# + +PATCH {{S4bupa}}/A_BusinessPartner('ACME') +Content-Type: application/json + +{ "FirstName":"ACME" } + +###