FixDocument
Data of the original document will be updated with values inside of this object.
Only non-null values will be changed.
Properties
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
invoiceId |
string | Changes the id of the original document if the document was an invoice. | "123456" |
|
createDate |
string (date-time) | Changes the date when was the document created. | ||
issueDate |
string (date-time) | Changes the date when was the document issued. | ||
customer |
Customer | Customer id if added. | ||
useLastMerchant |
boolean | If set to true, the document will be sent to SFS with the current merchant data. Useful when the previous merchant certificate expired. |
false |
|
documentEntries |
array[FixDocumentItem] | Document items to fix. Size of this list must not be larger than the original item count. All item fixes will be applied by their order. |