Implement eventing

This commit is contained in:
Uwe Klinger
2021-05-05 08:07:48 +02:00
parent 8601bd8a46
commit 278258c436
5 changed files with 26 additions and 12 deletions

View File

@@ -20,7 +20,14 @@ Content-Type: application/json
"supplier_ID": "PNG"
}
###
PATCH {{bpServer}}/api-business-partner/A_BusinessPartner('PNG')
Content-Type: application/json
{
"BusinessPartnerFullName": "Penguin Books (Changed)"
}
###