Save 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
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
| taxYear* | path string | |
Request Body*
{
"giftAidPayments": {
"nonUkCharities": "...",
"totalAmount": 0,
"oneOffAmount": 0,
"amountTreatedAsPreviousTaxYear": 0,
"amountTreatedAsSpecifiedTaxYear": 0
},
"gifts": {
"nonUkCharities": "...",
"landAndBuildings": 0,
"sharesOrSecurities": 0
}
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found