Skip to main content
POST
/
gb
/
organizations
/
{organization_id}
/
hmrc
/
exb
/
p11ds
Create P11D Batch
curl --request POST \
  --url https://preview.intermezzo.ai/gb/organizations/{organization_id}/hmrc/exb/p11ds \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "employee_id": "<string>",
    "transferred_assets": {
      "asset": [
        {
          "description": "multiple",
          "cost_or_amount_forgone": 4999999.995,
          "amount_made_good": 4999999.995,
          "cash_equivalent_or_relevant_amount": 4999999.995,
          "other_description": "<string>"
        }
      ],
      "benefit_type": "A"
    },
    "payments": {
      "benefit_type": "B",
      "payment": [
        {
          "description": "other",
          "cash_equivalent_or_relevant_amount": 4999999.995,
          "other_description": "<string>"
        }
      ],
      "tax": 123
    },
    "vouchers_or_credit_cards": {
      "gross_amount_or_amount_forgone": 4999999.995,
      "amount_made_good": 4999999.995,
      "cash_equivalent_or_relevant_amount": 4999999.995,
      "benefit_type": "C"
    },
    "living_accommodation": {
      "cash_equivalent_or_relevant_amount": 4999999.995,
      "benefit_type": "D"
    },
    "mileage_allowance": {
      "taxable_payment": 4999999.995,
      "benefit_type": "E"
    },
    "cars": {
      "car": [
        {
          "make_and_model": "<string>",
          "date_first_registered": "2023-12-25",
          "list_price": 5000000.495,
          "accessories": 499999.995,
          "capital_contribution": 2500,
          "private_use_payment": 4999999.995,
          "cash_equivalent_or_relevant_amount": 4999999.995,
          "available_from": "2023-12-25",
          "available_to": "2023-12-25",
          "engine_capacity_cc": 4999,
          "fuel_type": "F",
          "co2_emissions": 499,
          "zero_emission_mileage": 4999,
          "no_approved_co2_figure": "yes",
          "fuel_withdrawn": {
            "value": "2023-12-25",
            "reinstated": "yes"
          },
          "fuel_cash_equivalent_or_relevant_amount": 123
        }
      ],
      "total_car_benefit_amount": 4999999.995,
      "benefit_type": "F",
      "total_fuel_benefit_amount": 123
    },
    "vans": {
      "cash_equivalent_or_relevant_amount": 4999999.995,
      "benefit_type": "G",
      "fuel_cash_equivalent_or_relevant_amount": 123
    },
    "loans": {
      "loan": [
        {
          "joint_borrowers_count": 499,
          "opening_balance": 49999999.995,
          "closing_balance": 49999999.995,
          "maximum_balance": 49999999.995,
          "interest_paid": 49999999.995,
          "cash_equivalent_or_relevant_amount": 49999999.995,
          "loan_date": "2023-12-25",
          "discharge_date": "2023-12-25"
        }
      ],
      "benefit_type": "H"
    },
    "medical": {
      "cost_or_amount_forgone": 4999999.995,
      "amount_made_good": 4999999.995,
      "cash_equivalent_or_relevant_amount": 4999999.995,
      "benefit_type": "I"
    },
    "relocation": {
      "excess_over_threshold": 4999999.995,
      "benefit_type": "J"
    },
    "services": {
      "cost_or_amount_forgone": 4999999.995,
      "amount_made_good": 4999999.995,
      "cash_equivalent_or_relevant_amount": 4999999.995,
      "benefit_type": "K"
    },
    "assets_available": {
      "asset": [
        {
          "description": "other",
          "annual_value_pro_rata": 4999999.995,
          "amount_made_good": 4999999.995,
          "cash_equivalent_or_relevant_amount": 4999999.995,
          "other_description": "<string>"
        }
      ],
      "benefit_type": "L"
    },
    "other_items": {
      "benefit_type": "M",
      "class_1a_items": [
        {
          "description": "multiple",
          "cost_or_amount_forgone": 4999999.995,
          "amount_made_good": 4999999.995,
          "cash_equivalent_or_relevant_amount": 4999999.995,
          "other_description": "<string>"
        }
      ],
      "non_class_1a_items": [
        {
          "description": "multiple",
          "cost_or_amount_forgone": 4999999.995,
          "amount_made_good": 4999999.995,
          "cash_equivalent_or_relevant_amount": 4999999.995,
          "other_description": "<string>"
        }
      ],
      "tax_paid": 123
    },
    "expenses_paid": {
      "benefit_type": "N",
      "travel_and_subsistence": {
        "cost_or_amount_forgone": 4999999.995,
        "amount_made_good": 4999999.995,
        "taxable_payment_or_relevant_amount": 4999999.995
      },
      "entertainment": {
        "cost_or_amount_forgone": 4999999.995,
        "amount_made_good": 4999999.995,
        "taxable_payment_or_relevant_amount": 4999999.995,
        "is_trading_organisation": "yes"
      },
      "home_telephone": {
        "cost_or_amount_forgone": 4999999.995,
        "amount_made_good": 4999999.995,
        "taxable_payment_or_relevant_amount": 4999999.995
      },
      "non_qualifying_relocation": {
        "cost_or_amount_forgone": 4999999.995,
        "amount_made_good": 4999999.995,
        "taxable_payment_or_relevant_amount": 4999999.995
      },
      "other": {
        "cost_or_amount_forgone": 4999999.995,
        "amount_made_good": 4999999.995,
        "taxable_payment_or_relevant_amount": 4999999.995,
        "description": "<string>"
      }
    }
  }
]
'
[
  {
    "id": "<string>",
    "employeeId": "<string>",
    "taxYear": 123
  }
]

Authorizations

Authorization
string
header
required

Get token from Auth0 and paste it here

Path Parameters

organization_id
required

Query Parameters

tax_year
integer
required

Tax year start, e.g. 2025 for 2025-26

Body

application/json
employee_id
required
transferred_assets
TransferredSection · object

Section A: Assets transferred to the employee

payments
PaymentsSection · object

Section B: Payments made on behalf of employee

vouchers_or_credit_cards
VouchersOrCCsSection · object

Section C: Vouchers and credit cards

living_accommodation
LivingAccomSection · object

Section D: Living accommodation

mileage_allowance
MileageAllowSection · object

Section E: Mileage allowance payments

cars
CarsSection · object

Section F: Cars and car fuel

vans
VansSection · object

Section G: Vans and van fuel

loans
LoansSection · object

Section H: Interest-free and low-interest loans

medical
MedicalSection · object

Section I: Private medical treatment or insurance

relocation
RelocationSection · object

Section J: Qualifying relocation expenses

services
ServicesSection · object

Section K: Services supplied

assets_available
AssetsAvailSection · object

Section L: Assets placed at employee's disposal

other_items
OtherSection · object

Section M: Other items (including expenses)

expenses_paid
ExpPaidSection · object

Section N: Expense payments on behalf of employee

Response

Successful Response

id
string
required
employeeId
string
required
taxYear
integer
required