otu_confirm_mandat
POST  - otu_confirm_mandat.description is missing
| Argument | Description | Type - Length | Example | Mandatory |
|---|---|---|---|---|
| umr | Unique mandate reference | String - 35 | YES | |
| otu_value | field.otu_value.label is missing | String - 6 | YES | |
Request
POST /xxxx/add_mandate HTTP/1.1
Host: xxx.xxxxxxxx.fr
Authorization: Basic JQheySHkalSNuakkmSmm==
Content-Type: application/json
Accept: application/json
{
"umr": "UMR_XXXXXX",
"otu_value": "XXXXXX"}
Response
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": true,
}
otu_confirm_mandat.fail is missing
Response
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": false,
"code": "xxxxx",
"message": "xxxxxxxxxxxxxxxxxxxx"
}
| Argument | Description |
|---|---|
| result | true or false : true : action succeeded false : action failed |
| code | See (error codes in annex). |
Request
HTTP/1.1 200 OK
POST /ssp/add_mandate HTTP/1.1
Host: xxx.safedebit.fr
Authorization: Basic JQheySHkalSNuakkmSmm==
Content-Type: application/json
Accept: application/json