6.2. Transmission du consentement
6.2.1.1. Requête
PUT http://localhost:18080/v1/consents
6.2.1.2. En-têtes
content-length: 437
6.2.1.3. Corps
{
"owners": [
{
"other": {
"identification": "account_rsc1",
"schemeName": "BANK",
"issuer": "BNKAFRPPXXX"
}
}
],
"balances": [
{
"other": {
"identification": "account_rsc1",
"schemeName": "BANK",
"issuer": "BNKAFRPPXXX"
}
},
{
"other": {
"identification": "account_rsc2",
"schemeName": "BANK",
"issuer": "BNKAFRPPXXX"
}
}
],
"transactions": [
{
"other": {
"identification": "account_rsc1",
"schemeName": "BANK",
"issuer": "BNKAFRPPXXX"
}
}
],
"trustedBeneficiaries": true,
"psuIdentity": true
}6.2.2. Réponse
Code de statut : 201
6.2.2.1. En-têtes
X-Request-Id: 4313840f-017a-4434-8057-5d4512b1fdec
Keep-Alive: timeout=60
Connection: keep-alive