DHIL-3735 - Added mandateInput.place.

This commit is contained in:
Bas Boterman 2024-10-17 09:44:01 +02:00
parent 0e6d9cb7aa
commit 6fe9d68be0

View File

@ -263,6 +263,7 @@ paths:
"bic": "RABONL2U", "bic": "RABONL2U",
"iban": "NL44RABO0123456789", "iban": "NL44RABO0123456789",
"ascription": "J. de Vries", "ascription": "J. de Vries",
"place": "Den Haag",
}, },
}, },
], ],
@ -395,6 +396,7 @@ paths:
"bic": "RABONL2U", "bic": "RABONL2U",
"iban": "NL44RABO0123456789", "iban": "NL44RABO0123456789",
"ascription": "J. de Vries", "ascription": "J. de Vries",
"place": "Den Haag",
}, },
}, },
], ],
@ -587,6 +589,7 @@ paths:
"bic": "RABONL2U", "bic": "RABONL2U",
"iban": "NL44RABO0123456789", "iban": "NL44RABO0123456789",
"ascription": "J. de Vries", "ascription": "J. de Vries",
"place": "Den Haag",
}, },
}, },
], ],
@ -800,6 +803,7 @@ paths:
"bic": "RABONL2U", "bic": "RABONL2U",
"iban": "NL44RABO0123456789", "iban": "NL44RABO0123456789",
"ascription": "J. de Vries", "ascription": "J. de Vries",
"place": "Den Haag",
}, },
}, },
] ]
@ -1626,6 +1630,7 @@ paths:
"bic": "RABONL2U", "bic": "RABONL2U",
"iban": "NL44RABO0123456789", "iban": "NL44RABO0123456789",
"ascription": "J. de Vries", "ascription": "J. de Vries",
"place": "Den Haag",
}, },
}, },
] ]
@ -1771,6 +1776,13 @@ paths:
example: J. de Vries example: J. de Vries
required: false required: false
description: The ascription of the mandate input. description: The ascription of the mandate input.
- in: query
name: place
schema:
type: string
example: Den Haag
required: false
description: The place where the mandate was signed.
responses: responses:
"200": "200":
description: OK description: OK
@ -1790,6 +1802,7 @@ paths:
"bic": "RABONL2U", "bic": "RABONL2U",
"iban": "NL44RABO0123456789", "iban": "NL44RABO0123456789",
"ascription": "J. de Vries", "ascription": "J. de Vries",
"place": "Den Haag",
}, },
] ]
/mandateinputs/{mandateInputId}: /mandateinputs/{mandateInputId}: