Mark Documents as Integrated

Use this request to mark documents as integrated.

Marking documents as integrated indicates that they should no longer be visible in the integration queue.

To mark documents as integrated, use the PATCH method and the following URL:

https://e-invoicing-service.vertexcloud.com/customers/v2/documents/integrated-flag

Details

DetailDescription
MethodPATCH
Endpoint/v2/documents/integrated-flag
API Reference TopicMark Documents as Integrated

Request Parameters

The following parameters can be specified in requests:

Path ParameterTypeDescription
documentIdsSet of GUIDsThe set of document identifiers for which the integrated flag should be set
IsIntegratedBooleanThe value of the flag
• True - Removes the document from the integration queue.
• False - Adds the documents to the integration queue.

Response Output

The status code of the response indicates whether the request was successful. HTTP 204 No Content represents a successful operation; any other status code indicates a failure.