Avalara · JSON Structure

Item Classification Classification Request Summary Structure

ClassificationRequestSummary schema from Avalara API

Type: object Properties: 5
Taxes

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

Properties

requestId status itemCount submittedDate completedDate

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/item-classification-classification-request-summary-structure.json",
  "description": "ClassificationRequestSummary schema from Avalara API",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "itemCount": {
      "type": "int32"
    },
    "submittedDate": {
      "type": "datetime"
    },
    "completedDate": {
      "type": "datetime"
    }
  },
  "name": "ClassificationRequestSummary"
}