otu_confirm_mandat


POST  - otu_confirm_mandat.description is missing

Argument Description Type - Length Example Mandatory
umrUnique mandate referenceString - 35YES
otu_valuefield.otu_value.label is missingString - 6YES

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"}
                                                
otu_confirm_mandat.success is missing

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).
Authorized extensions : gif,jpeg,jpg,png,pdf.
Thanks to fill-in all the mandatory fields
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