France (CII(CDAR)): Referenced Document Attachment
You can add attachments to your France documents.
This group of elements is used to add an attachment in case of subrogation after transmission of invoices to attach the invoice subject to subrogation when the status is transmitted to the Factor (so that the latter has the invoice).
Element
| Name (Path) | Cardinality | Description |
|---|---|---|
Attached Document Mime Code (Attachment/EmbeddedDocumentBinaryObject/@mimeCode) | 1..1 | The mime code of the attached document. |
Example
<ubl:ApplicationResponse>
<!-- code omitted for clarity -->
<cac:DocumentResponse>
<!-- code omitted for clarity -->
<cac:DocumentReference>
<cac:Attachment>
<cbc:EmbeddedDocumentBinaryObject mimeCode="text/csv" filename="file.csv">dGhpcyBpcyBhIHNhbXBsZSB0ZXh0Cg==</cbc:EmbeddedDocumentBinaryObject>
</cac:Attachment>
</cac:DocumentReference>
<!-- code omitted for clarity -->
</cac:DocumentResponse>
<!-- code omitted for clarity -->
</ubl:ApplicationResponse>
Updated 2 days ago
