Thanx · JSON Structure

Partner Api Issuance Job Structure

IssuanceJob schema from Thanx Partner API

Type: object Properties: 7
RestaurantLoyaltyGuest EngagementMarketingCRMOnline OrderingWebhooksPointsRewardsCampaigns

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

Properties

id state requested_count issued_count failed_count created_at updated_at

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/thanx/refs/heads/main/json-structure/partner-api-issuance-job-structure.json",
  "name": "IssuanceJob",
  "description": "IssuanceJob schema from Thanx Partner API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "92b7b0dac4"
    },
    "state": {
      "type": "string",
      "example": "CA"
    },
    "requested_count": {
      "type": "int32",
      "example": 3
    },
    "issued_count": {
      "type": "int32",
      "example": 3
    },
    "failed_count": {
      "type": "int32",
      "example": 3
    },
    "created_at": {
      "type": "datetime",
      "example": "2025-06-01T18:02:05Z"
    },
    "updated_at": {
      "type": "datetime",
      "example": "2025-06-01T18:02:05Z"
    }
  }
}