Disable signed document download

Latest update: October 31st, 2019

This service will prevent you from downloading the associated signed document. This is used when the signed document is invalidated by a newer one, and when users try to access it because they have the permalink (CSV) printed on the document. The status of the request is NOT changed, instead a new attribute "disabled=true" is included in the request detail that only affects the document download.

Owner of the request: API

Description
SERVICE MESSAGE DISABLED BY CODE
URL /api/v3/messages/disabled/{messageCode}
SECURITY YES
METHOD PUT
CONTENT/APPLICATION URL PARAM
PARAMS messageCode: request code linked to the resubmission of the notification
RESPONSE 200: HTTP status code 200/OK – successful operation

Response body:

Message {…}

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"
    }

For example:

    {
      "code": 263,
      "type": "Error",
      "message": "Solo pueden deshabilitarse las peticiones que se encuentren en un estado final"
    }

results matching ""

    No results matching ""