availity · JSON Structure

Service Reviews Service Review Response Structure

ServiceReviewResponse schema from Availity API

Type: object Properties: 5

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

Properties

id status certificationNumber effectiveDate expirationDate

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/availity/refs/heads/main/json-structure/service-reviews-service-review-response-structure.json",
  "description": "ServiceReviewResponse schema from Availity API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "500123"
    },
    "status": {
      "type": "string",
      "enum": [
        "PENDING",
        "APPROVED",
        "DENIED",
        "PARTIALLY_APPROVED",
        "PENDING_ADDITIONAL_INFO"
      ],
      "example": "APPROVED"
    },
    "certificationNumber": {
      "type": "string",
      "example": "AUTH-2025-001234"
    },
    "effectiveDate": {
      "type": "date",
      "example": "2025-04-01"
    },
    "expirationDate": {
      "type": "date",
      "example": "2025-10-01"
    }
  },
  "name": "ServiceReviewResponse"
}