For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • Home
  • API Reference
        • POSTBulk Bill Claim — General
        • POSTBulk Bill Claim — Specialist
        • POSTBulk Bill Claim — Pathology
        • POSTBulk Bill Payment Report
        • POSTBulk Bill Processing Report
        • POSTAssignment of Benefit (PDF)
  • Guides
    • Minor ID Setup
    • Architecture
    • Security & Governance
    • PRODA
    • DVA Integration
    • AIR Integration
    • Integration test data
    • Troubleshooting
LogoLogo
API ReferenceMedicare ClaimingBulk Bill Claim

Assignment of Benefit (PDF)

||View as Markdown|
POST
/AoB
POST
/AoB
$curl -X POST https://api.rebateright.com.au/AoB \
> -H "x-api-key: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{
> "claim": {
> "serviceTypeCode": "O",
> "serviceProvider": {
> "providerNumber": "2447781L"
> },
> "medicalEvent": [
> {
> "id": "01",
> "authorisationDate": "2025-09-16",
> "createDateTime": "2025-09-16T10:30:00+10:00",
> "medicalEventDate": "2025-09-16",
> "submissionAuthorityInd": "Y",
> "patient": {
> "identity": {
> "givenName": "Edmond",
> "familyName": "FLETCHER",
> "dateOfBirth": "1986-12-18"
> },
> "medicare": {
> "memberNumber": "4951525561",
> "memberRefNumber": "2"
> }
> },
> "service": [
> {
> "id": "0001",
> "itemNumber": "23",
> "chargeAmount": "15000",
> "aftercareOverrideInd": "Y"
> }
> ]
> }
> ]
> }
>}'
Returns **`application/pdf`**: a printable Medicare bulk bill **Assignment of Benefit** agreement. ## Reuse your bulk bill claim payload The request body has the **same shape** as a bulk bill claim. Send the payload you just lodged with **Bulk Bill Claim — General**, **— Specialist**, or **— Pathology** (same sidebar section) — this endpoint renders it as a PDF instead of lodging it. For field semantics, validation rules, and constraints, see those endpoints; AoB does not revalidate claim fields. ### Post-assignment only The PDF always records **Assignment type: Post assignment**. RebateRight does **not** generate pre-assignment AoB PDFs through this endpoint. ### Format A minimal online-claiming layout aligned with **Services Australia** requirements for Medicare online claiming bulk bill assignment. The PDF uses the online title **MEDICARE - ONLINE CLAIMING BULK BILL ASSIGNMENT OF BENEFIT AGREEMENT**. This is **not** the **DB4** (Bulk Bill Assignment Advice) paper form used in traditional workflows. Depending on your process and pathology/request rules, you may still need to issue a DB4-style printed record — see current Services Australia bulk bill claiming guidance. ### PDF contents For each medical event: patient name; assignment details (date, post-assignment flag, whether the assignor is the patient); servicing professional; MBS items with the date column appropriate to the service stream (date of service, specimen collection, or imaging procedure); a **Statement of Assignor's Agreement** using the standard Services Australia text for general, pathology, or diagnostic imaging streams; and a signature line for the patient or assignor. ### Regulatory context From **1 July 2026**, patient consent software must support assignment of benefit, including pre- and post-assignment where applicable. Use this PDF to produce a clear post-assignment agreement record. Retain and present records as required by Services Australia and your clinical governance.
Was this page helpful?
Previous

Bulk Bill Processing Report

Next

Interactive Patient Claim — General

Built with

Returns application/pdf: a printable Medicare bulk bill Assignment of Benefit agreement.

Reuse your bulk bill claim payload

The request body has the same shape as a bulk bill claim. Send the payload you just lodged with Bulk Bill Claim — General, — Specialist, or — Pathology (same sidebar section) — this endpoint renders it as a PDF instead of lodging it. For field semantics, validation rules, and constraints, see those endpoints; AoB does not revalidate claim fields.

Post-assignment only

The PDF always records Assignment type: Post assignment. RebateRight does not generate pre-assignment AoB PDFs through this endpoint.

Format

A minimal online-claiming layout aligned with Services Australia requirements for Medicare online claiming bulk bill assignment. The PDF uses the online title MEDICARE - ONLINE CLAIMING BULK BILL ASSIGNMENT OF BENEFIT AGREEMENT. This is not the DB4 (Bulk Bill Assignment Advice) paper form used in traditional workflows. Depending on your process and pathology/request rules, you may still need to issue a DB4-style printed record — see current Services Australia bulk bill claiming guidance.

PDF contents

For each medical event: patient name; assignment details (date, post-assignment flag, whether the assignor is the patient); servicing professional; MBS items with the date column appropriate to the service stream (date of service, specimen collection, or imaging procedure); a Statement of Assignor’s Agreement using the standard Services Australia text for general, pathology, or diagnostic imaging streams; and a signature line for the patient or assignor.

Regulatory context

From 1 July 2026, patient consent software must support assignment of benefit, including pre- and post-assignment where applicable. Use this PDF to produce a clear post-assignment agreement record. Retain and present records as required by Services Australia and your clinical governance.

Authentication

x-api-keystring
API Key authentication via header
x-minor-idstring
API Key authentication via header

Request

Same shape as a bulk bill claim payload. Only fields that affect the rendered PDF are described here; for everything else, see the bulk bill claim endpoints.

claimobjectRequired
correlationIdstringOptional

Response

PDF bytes — Medicare online bulk bill Assignment of Benefit (post-assignment), aligned with Services Australia BBSW expectations.

Errors

400
Bad Request Error