GET api/{database}/MandateInfo/{mandateId}
Gets the specified MandateInfo.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| mandateId | The mandateId. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"bankAccountId": 1,
"bic": "sample string 2",
"customerId": "sample string 3",
"dateOfSignature": "sample string 4",
"description": "sample string 5",
"electronicSignature": "sample string 6",
"existingMandate": true,
"finished": true,
"firstCollection": true,
"iban": "sample string 10",
"kind": 0,
"lastAccountholder": "sample string 11",
"lastBic": "sample string 12",
"lastBillerId": "sample string 13",
"lastCollectionDate": "sample string 14",
"lastIban": "sample string 15",
"mandateId": "sample string 16",
"mandateLinkEntityId": "sample string 17",
"mandateLinkType": "sample string 18",
"mandateType": 0,
"oldMandateId": "sample string 19",
"printCounter": 20,
"toPrint": true
}
application/xml, text/xml
Sample:
<MandateInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Financial.Info"> <BankAccountId>1</BankAccountId> <Bic>sample string 2</Bic> <CustomerId>sample string 3</CustomerId> <DateOfSignature>sample string 4</DateOfSignature> <Description>sample string 5</Description> <ElectronicSignature>sample string 6</ElectronicSignature> <ExistingMandate>true</ExistingMandate> <Finished>true</Finished> <FirstCollection>true</FirstCollection> <Iban>sample string 10</Iban> <Kind>Recurrent</Kind> <LastAccountholder>sample string 11</LastAccountholder> <LastBic>sample string 12</LastBic> <LastBillerId>sample string 13</LastBillerId> <LastCollectionDate>sample string 14</LastCollectionDate> <LastIban>sample string 15</LastIban> <MandateId>sample string 16</MandateId> <MandateLinkEntityId>sample string 17</MandateLinkEntityId> <MandateLinkType>sample string 18</MandateLinkType> <MandateType>Core</MandateType> <OldMandateId>sample string 19</OldMandateId> <PrintCounter>20</PrintCounter> <ToPrint>true</ToPrint> </MandateInfo>