Replayable requests

To prevent duplicate issuance of invoices, requests to the Documents create endpoint can be resubmitted without triggering a second document creation. Instead, an error will be returned, indicating that the document was already saved if the request was successful.

To utilize the replay feature, include a uniqueId property in the document request body, which should represent a unique request ID specific to that document's create operation.