availity · JSON Structure

Service Reviews Attachment Status Response Structure

AttachmentStatusResponse schema from Availity API

Type: object Properties: 2

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

Properties

id status

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-attachment-status-response-structure.json",
  "description": "AttachmentStatusResponse schema from Availity API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "500123"
    },
    "status": {
      "type": "string",
      "enum": [
        "SUBMITTED",
        "AV_ACCEPTED",
        "AV_REJECTED",
        "PY_ACCEPTED",
        "PY_REJECTED"
      ],
      "example": "AV_ACCEPTED"
    }
  },
  "name": "AttachmentStatusResponse"
}