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
Detail | Description |
---|---|
Method | PATCH |
Endpoint | /v2/documents/integrated-flag |
API Reference Topic | Mark Documents as Integrated |
Request Parameters
The following parameters can be specified in requests:
Path Parameter | Type | Description |
---|---|---|
documentIds | Set of GUIDs | The set of document identifiers for which the integrated flag should be set |
IsIntegrated | Boolean | The 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.
Updated 13 days ago