availity · Example Payload

Service Reviews Attachment Request Example

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

Top-level fields

payerIdpatientsubscriberprovidercertificationNumberattachments

Example Payload

Raw ↑
{
  "payerId": "BCBS001",
  "patient": {
    "firstName": "Jane",
    "lastName": "Smith"
  },
  "subscriber": {
    "memberId": "MEM123456"
  },
  "provider": {
    "npi": "1234567890"
  },
  "certificationNumber": "AUTH-2025-001234",
  "attachments": [
    {
      "contentType": "application/pdf",
      "title": "Clinical Notes",
      "data": "SGVsbG8gV29ybGQ="
    }
  ]
}