Signing request status
Latest update: October 31st, 2019
The following use case is assumed:
Response body:
{
"status": "string",
"lastUpdated": "string"
}
Alternative responses in case of error: HTTP status codes other than 200/OK will be returned. In this case a JSON describing the problem will always be returned:
{
"code": "string",
"type": "string",
"message": "string",
"trace" : "string"
}
Example:
{
"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 ""