develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit 617099c1a8 - Show all commits

View File

@ -880,10 +880,10 @@ paths:
schema: schema:
$ref: "#/components/schemas/customersEntity" $ref: "#/components/schemas/customersEntity"
examples: examples:
customer debtorStatus: updateDebtorStatus:
value: value:
debtorStatusId: 2 debtorStatusId: 2
update full person: updateFullPerson:
value: value:
person: { person: {
birthname: "Jan", birthname: "Jan",
@ -893,7 +893,7 @@ paths:
dateOfBirth: "1970-01-01", dateOfBirth: "1970-01-01",
emailAddress: "TEST@TEST1.NL" emailAddress: "TEST@TEST1.NL"
} }
update completeEntity: updateCompleteEntity:
value: value:
debtorStatusId: 2 debtorStatusId: 2
person: { person: {