Signing request detail
Latest update: October 31st, 2019
The following use case is assumed:
Owner of the request: API
Response body:
Message {…}
Alternative responses in case of error: HTTP status codes other than 200/OK will be returned. In that case a JSON describing the problem will always be returned:
{
"code": "string",
"type": "string",
"message": "string"
}
Example:
{
"code": 91,
"type": "Error",
"message": "Sorry, this application is not allowed."
}
{
"code": 236,
"type": "Error",
"message": "No es posible recuperar la información del
mensaje solicitado",
"trace":
"com.viafirma.documents.api.model.exception.ApiException:
No es posible recuperar la información del mensaje solicitado"
}
results matching ""
No results matching ""