Mandate
id
Adelya Internal object ID
Alphanumeric (even if yet just number are in), it's the table primary key, returned on persist or use for fast look-up
idExternal
Your reference
Alphanumeric (see faq entry on idExternal)
255 characters max
group
The Group associated to the Mandate
see Group
dateCreate
The creation date of this Mandate
datetime
dateUpdate
The date of the last update of this Mandate
datetime
dateValid
The end validity date of this Mandate
date
dateOfSignature
The date of the signature of the Mandate
date
name
The Mandate's name
Alphanumeric
128 characters max
iban
The IBAN (must be valid)
Alphanumeric
34 characters max
bic
The BIC (must be valid)
11 characters max
rum
The unique mandate reference(if not provided, will be automatically generated)
40 characters max
status
The status of the Mandate (default is FRST)
"FRST", "RCUR", "FNAL", "RVKE"
ics
The ICS on the mandate (not mandatory)
26 characters max
Examples
Creates a Mandate under the given Group
PUT
{
"Mandate":{
"iban": "XXXXXXXXXXXX",
"bic": "YYYYYYY",
"Group": {id:1002}
}
}