availity · Example Payload

Claim Attachments Claim Attachment Request Example

Claim Attachments Claim Attachment Request Example is an example object payload from availity, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

payerIdclaimNumberproviderattachmentTypeattachments

Example Payload

Raw ↑
{
  "payerId": "BCBS001",
  "claimNumber": "CLM-2025-001234",
  "provider": {
    "npi": "1234567890"
  },
  "attachmentType": "UNSTRUCTURED",
  "attachments": [
    {
      "contentType": "application/pdf",
      "title": "Operative Report",
      "data": "SGVsbG8gV29ybGQ="
    }
  ]
}