otu_reset_mandat
POST  - otu_reset_mandat.description is missing
| Argument | Description | Type - Length | Example | Mandatory |
|---|---|---|---|---|
| umr | Unique mandate reference | String - 35 | YES | |
| otu_email | field.otu_email.label is missing | Boolean - 1 | NO * | |
| otu_sms | field.otu_sms.label is missing | Boolean - 1 | NO ** | |
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"}
Response
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": true,
}
otu_reset_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