API Docs / Operations / Client - MTD Reliefs / Save Charitable Giving

Save Charitable Giving

PUT /tenants/{tenant}/clients/{client}/mtd/reliefs/{taxYear}/charitable-giving

Sends the year's gift aid payments and gifts of shares, securities, land and buildings to HMRC. A full replacement of both halves — send them together whenever both should stand.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
taxYear* path string
{
  "giftAidPayments": {
    "nonUkCharities": "...",
    "totalAmount": 0,
    "oneOffAmount": 0,
    "amountTreatedAsPreviousTaxYear": 0,
    "amountTreatedAsSpecifiedTaxYear": 0
  },
  "gifts": {
    "nonUkCharities": "...",
    "landAndBuildings": 0,
    "sharesOrSecurities": 0
  }
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found