v1
latestOpenAPI 3.0.32026-07-13846385.2 KBReturn Submission
Post an Abbreviated Interest Restriction Return
Validates the payload for an Abbreviated Interest Restriction Return without submitting the return
post/organisations/interest-restriction/return/abbreviated
Headers
Accept'application/vnd.hmrc.1.0+json' required
Specifies the response format and the version of the API to be used.
Content-Type'application/json' required
Specifies the format of the request body, which must be JSON.
Authorizationstring required
Example:Bearer bb7fed3fe10dd235a2ccda3d50fb
An OAuth 2.0 Bearer Token with the write:interest-restriction-return scope.
Request body
Example request
{
"parentCompany": {
"ultimateParent": {
"countryOfIncorporation": "US"
},
"deemedParent": [
{
"countryOfIncorporation": "US"
}
]
}
}Response
OK