API Docs / Schemas / SaveMtdCharitableGivingRequest

SaveMtdCharitableGivingRequest

Saves the year's charitable giving reliefs at HMRC — a full replacement of both halves, so send
gift aid and gifts together whenever both should stand.

Properties

Name Type Description
giftAidPaymentsGiftAidPayments
giftsCharitableGifts

JSON Example

{
  "giftAidPayments": {
    "nonUkCharities": "...",
    "totalAmount": 0,
    "oneOffAmount": 0,
    "amountTreatedAsPreviousTaxYear": 0,
    "amountTreatedAsSpecifiedTaxYear": 0
  },
  "gifts": {
    "nonUkCharities": "...",
    "landAndBuildings": 0,
    "sharesOrSecurities": 0
  }
}

Used By Operations