SignRequestDto
userIdstring
Example:
e05d4b63-d50a-464c-b303-1642462f0574
relationIdstring
Example:
e05d4b63-d50a-464c-b303-1642462f0548
identifiantDemandestring
identifiant of request must be unique
Example:
e05d4b63-d50a-464c-b303-1642462f0552
codeFamilleProduitstring
Example:
virement
typeProfilestring
If there is a context, this field must have the value 'CL'; otherwise, it must be 'BO'.
Example:
CL
actionstring
Example:
sign
SignRequestDto
{
"userId": "e05d4b63-d50a-464c-b303-1642462f0574",
"relationId": "e05d4b63-d50a-464c-b303-1642462f0548",
"identifiantDemande": "e05d4b63-d50a-464c-b303-1642462f0552",
"codeFamilleProduit": "virement",
"typeProfile": "CL",
"action": "sign"
}