GET api/MandateAccount/{id}
Mandates of a debtor
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID mandaat |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MandateAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| Account | globally unique identifier |
Required |
|
| BankAccountNumber | string |
Required |
|
| CreatedDate | date |
None. |
|
| Creator | integer |
None. |
|
| Description | string |
None. |
|
| ID | integer |
None. |
|
| LastSEPADirectDebitDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| Modifier | integer |
None. |
|
| PaymentCondition | string |
None. |
|
| Reference | string |
Required |
|
| SequenceType | string |
None. |
|
| SignatureDate | date |
None. |
|
| SortOfMandate | string |
Required |
|
| Status | string |
None. |
|
| TransactionKey | string |
None. |
|
| Action | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Account": "5df38021-c7f9-4a7f-9a5e-d8958aa4239b",
"BankAccountNumber": "sample string 2",
"CreatedDate": "2025-12-06T05:14:09.4855688+01:00",
"Creator": 1,
"Description": "sample string 3",
"ID": 1,
"LastSEPADirectDebitDate": "2025-12-06T05:14:09.4855688+01:00",
"ModifiedDate": "2025-12-06T05:14:09.4855688+01:00",
"Modifier": 1,
"PaymentCondition": "sample string 4",
"Reference": "sample string 5",
"SequenceType": "sample string 6",
"SignatureDate": "2025-12-06T05:14:09.4855688+01:00",
"SortOfMandate": "sample string 7",
"Status": "sample string 8",
"TransactionKey": "sample string 9",
"Action": "sample string 10"
}
application/xml, text/xml
Sample:
<MandateAccount xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <TransactionKey>sample string 9</TransactionKey> <Action>sample string 10</Action> <Account>5df38021-c7f9-4a7f-9a5e-d8958aa4239b</Account> <BankAccountNumber>sample string 2</BankAccountNumber> <CreatedDate>2025-12-06T05:14:09.4855688+01:00</CreatedDate> <Creator>1</Creator> <Description>sample string 3</Description> <ID>1</ID> <LastSEPADirectDebitDate>2025-12-06T05:14:09.4855688+01:00</LastSEPADirectDebitDate> <ModifiedDate>2025-12-06T05:14:09.4855688+01:00</ModifiedDate> <Modifier>1</Modifier> <PaymentCondition>sample string 4</PaymentCondition> <Reference>sample string 5</Reference> <SequenceType>sample string 6</SequenceType> <SignatureDate>2025-12-06T05:14:09.4855688+01:00</SignatureDate> <SortOfMandate>sample string 7</SortOfMandate> <Status>sample string 8</Status> </MandateAccount>