7digital · JSON Structure

Streaming Platform Refund Request Structure

RefundRequest schema from 7digital API

Type: object Properties: 3 Required: 2
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

RefundRequest is a JSON Structure definition published by 7digital, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

userId purchaseId reason

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/7digital/refs/heads/main/json-structure/streaming-platform-refund-request-structure.json",
  "name": "RefundRequest",
  "description": "RefundRequest schema from 7digital API",
  "properties": {
    "userId": {
      "type": "string",
      "example": "500123"
    },
    "purchaseId": {
      "type": "string",
      "example": "purchase-789012"
    },
    "reason": {
      "type": "string",
      "example": "Customer request"
    }
  },
  "required": [
    "userId",
    "purchaseId"
  ]
}