availity · JSON Structure

Service Reviews Is Auth Required Request Structure

IsAuthRequiredRequest schema from Availity API

Type: object Properties: 1

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

Properties

serviceReview

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-is-auth-required-request-structure.json",
  "description": "IsAuthRequiredRequest schema from Availity API",
  "type": "object",
  "properties": {
    "serviceReview": {
      "type": "object",
      "description": "Authorization details to check",
      "properties": {
        "payerId": {
          "type": "string",
          "example": "BCBS001"
        },
        "procedureCode": {
          "type": "string",
          "example": "99213"
        }
      }
    }
  },
  "name": "IsAuthRequiredRequest"
}