running suppliers
This commit is contained in:
2
suppliers/.env
Normal file
2
suppliers/.env
Normal file
@@ -0,0 +1,2 @@
|
||||
cds.requires.messaging.kind = file-based-messaging
|
||||
PORT = 4006
|
||||
@@ -33,3 +33,17 @@ Content-Type: application/json
|
||||
|
||||
GET {{server}}/admin/Books?$top=11&$expand=supplier
|
||||
{{authAlice}}
|
||||
|
||||
@S4bupa = http://localhost:4006/api-business-partner
|
||||
|
||||
#################################################
|
||||
#
|
||||
# Suppliers Service (-> S/4)
|
||||
#
|
||||
|
||||
PATCH {{S4bupa}}/A_BusinessPartner('ACME')
|
||||
Content-Type: application/json
|
||||
|
||||
{ "FirstName":"ACME" }
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user