Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 680 Bytes

BadDownloadRequest.md

File metadata and controls

22 lines (16 loc) · 680 Bytes

AvalaraSdk::EInvoicing::V1::BadDownloadRequest

Properties

Name Type Description Notes
error String The three-digit HTTP error code for the bad request [optional]
message String A message explaining the bad request [optional]
supported_accept_headers Object A message explaining the bad request [optional]

Example

require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::BadDownloadRequest.new(
  error: 406,
  message: Incorrect Accept header.,
  supported_accept_headers: ["application/vnd.oasis.ubl+xml","application/pdf"]
)