Avalara · JSON Structure

Communications Calc Adj Request Structure

CalcAdjRequest schema from Avalara API

Type: object Properties: 3
Taxes

CalcAdjRequest is a JSON Structure definition published by Avalara, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

cmpn inv adj

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/communications-calc-adj-request-structure.json",
  "description": "CalcAdjRequest schema from Avalara API",
  "type": "object",
  "properties": {
    "cmpn": {
      "$ref": "#/components/schemas/CompanyData"
    },
    "inv": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Invoice"
      }
    },
    "adj": {
      "type": "object",
      "properties": {
        "disc": {
          "type": "int32",
          "description": "Discount type"
        },
        "adj": {
          "type": "int32",
          "description": "Adjustment method"
        }
      }
    }
  },
  "name": "CalcAdjRequest"
}