DHIL-3735 - Added mandateInput.place.
This commit is contained in:
parent
0e6d9cb7aa
commit
6fe9d68be0
@ -263,6 +263,7 @@ paths:
|
||||
"bic": "RABONL2U",
|
||||
"iban": "NL44RABO0123456789",
|
||||
"ascription": "J. de Vries",
|
||||
"place": "Den Haag",
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -395,6 +396,7 @@ paths:
|
||||
"bic": "RABONL2U",
|
||||
"iban": "NL44RABO0123456789",
|
||||
"ascription": "J. de Vries",
|
||||
"place": "Den Haag",
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -587,6 +589,7 @@ paths:
|
||||
"bic": "RABONL2U",
|
||||
"iban": "NL44RABO0123456789",
|
||||
"ascription": "J. de Vries",
|
||||
"place": "Den Haag",
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -800,6 +803,7 @@ paths:
|
||||
"bic": "RABONL2U",
|
||||
"iban": "NL44RABO0123456789",
|
||||
"ascription": "J. de Vries",
|
||||
"place": "Den Haag",
|
||||
},
|
||||
},
|
||||
]
|
||||
@ -1626,6 +1630,7 @@ paths:
|
||||
"bic": "RABONL2U",
|
||||
"iban": "NL44RABO0123456789",
|
||||
"ascription": "J. de Vries",
|
||||
"place": "Den Haag",
|
||||
},
|
||||
},
|
||||
]
|
||||
@ -1771,6 +1776,13 @@ paths:
|
||||
example: J. de Vries
|
||||
required: false
|
||||
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:
|
||||
"200":
|
||||
description: OK
|
||||
@ -1790,6 +1802,7 @@ paths:
|
||||
"bic": "RABONL2U",
|
||||
"iban": "NL44RABO0123456789",
|
||||
"ascription": "J. de Vries",
|
||||
"place": "Den Haag",
|
||||
},
|
||||
]
|
||||
/mandateinputs/{mandateInputId}:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user