Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit f57ae79

Browse files
danjoauwe-klinger
authored andcommitted
running suppliers
1 parent 6412df7 commit f57ae79

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

suppliers/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cds.requires.messaging.kind = file-based-messaging
2+
PORT = 4006

suppliers/requests.http

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,17 @@ Content-Type: application/json
3333

3434
GET {{server}}/admin/Books?$top=11&$expand=supplier
3535
{{authAlice}}
36+
37+
@S4bupa = http://localhost:4006/api-business-partner
38+
39+
#################################################
40+
#
41+
# Suppliers Service (-> S/4)
42+
#
43+
44+
PATCH {{S4bupa}}/A_BusinessPartner('ACME')
45+
Content-Type: application/json
46+
47+
{ "FirstName":"ACME" }
48+
49+
###

0 commit comments

Comments
 (0)