Avalara · Example Payload

E Invoicing Mandate Example

Sample description

Taxes

E Invoicing Mandate Example is an example object payload from Avalara, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

mandateIdcountryCodecountryNamedescriptionsupportedDocumentTypesinputFormatsworkflowId

Example Payload

Raw ↑
{
  "mandateId": "12345",
  "countryCode": "US",
  "countryName": "Sample Name",
  "description": "Sample description",
  "supportedDocumentTypes": [
    "sample-value"
  ],
  "inputFormats": [
    "sample-value"
  ],
  "workflowId": "12345"
}