Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.09 KB

SubmitDocumentMetadata.md

File metadata and controls

15 lines (11 loc) · 1.09 KB

Avalara.SDK.Model.EInvoicing.V1.SubmitDocumentMetadata

Key value pairs of metadata for a document submission. dataFormat can be ubl-invoice or ubl-creditnote:

{  "workflowId": "partner-einvoicing", "dataFormat": "ubl-invoice", "dataFormatVersion": "2.1", "countryCode": "SA", "countryMandate": "SA-Phase1-B2B" }

Properties

Name Type Description Notes
WorkflowId string Specifies a unique ID for this workflow.
DataFormat string Specifies the data format for this workflow.
DataFormatVersion string Specifies the data format version number.
CountryCode string The two-letter ISO-3166 country code for the country where the e-invoice is being submitted
CountryMandate string The e-invoicing mandate for the specified country.

[Back to Model list] [Back to API list] [Back to README]