running suppliers

This commit is contained in:
Daniel
2021-06-04 11:34:08 +02:00
committed by Uwe Klinger
parent 6412df75dd
commit f57ae79e37
2 changed files with 16 additions and 0 deletions

2
suppliers/.env Normal file
View File

@@ -0,0 +1,2 @@
cds.requires.messaging.kind = file-based-messaging
PORT = 4006

View File

@@ -33,3 +33,17 @@ Content-Type: application/json
GET {{server}}/admin/Books?$top=11&$expand=supplier GET {{server}}/admin/Books?$top=11&$expand=supplier
{{authAlice}} {{authAlice}}
@S4bupa = http://localhost:4006/api-business-partner
#################################################
#
# Suppliers Service (-> S/4)
#
PATCH {{S4bupa}}/A_BusinessPartner('ACME')
Content-Type: application/json
{ "FirstName":"ACME" }
###