Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.14 KB

SubmitDocumentMetadata.md

File metadata and controls

15 lines (11 loc) · 1.14 KB

AvalaraSdk.EInvoicing.V1.SubmitDocumentMetadata

Key value pairs of metadata for a document submission

{  "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. [default to undefined]
dataFormat string Specifies the data format for this workflow. [default to undefined]
dataFormatVersion string Specifies the data format version number. [default to undefined]
countryCode string The two-letter ISO-3166 country code for the country where the document is being submitted [default to undefined]
countryMandate string The e-invoicing mandate for the specified country. [default to undefined]

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