availity · JSON Structure

Claim Attachments Claim Attachment Response Structure

ClaimAttachmentResponse schema from Availity API

Type: object Properties: 3

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

Properties

id status controlNumber

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/claim-attachments-claim-attachment-response-structure.json",
  "description": "ClaimAttachmentResponse schema from Availity API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "500123"
    },
    "status": {
      "type": "string",
      "enum": [
        "SUBMITTED",
        "ACCEPTED",
        "REJECTED",
        "PENDING"
      ],
      "example": "ACCEPTED"
    },
    "controlNumber": {
      "type": "string",
      "example": "ATT-2025-001234"
    }
  },
  "name": "ClaimAttachmentResponse"
}