updated the patches #26
@ -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: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user