MtdForeignPropertyDto
One registered foreign property, with who registered or last changed it from Sodium.
Properties
| Name | Type | Description |
|---|---|---|
| propertyId | string | HMRC's identifier for the property — what every filing for this let names it by. |
HMRC's identifier for the property — what every filing for this let names it by. | ||
| propertyName | string | The name the practice gave the property. Unique per country at HMRC. |
The name the practice gave the property. Unique per country at HMRC. | ||
| countryCode | string | ISO 3166-1 alpha-3 code for the country the property is in, e.g. "FRA". |
ISO 3166-1 alpha-3 code for the country the property is in, e.g. "FRA". | ||
| endDate | string | When income stopped being received from the property. Always paired with an end reason. |
When income stopped being received from the property. Always paired with an end reason. | ||
| endReason | enum | Unknown NoLongerRentingPropertyOut Disposal AddedInError Cessation |
Unknown NoLongerRentingPropertyOut Disposal AddedInError Cessation | ||
| submittedOn | string | When HMRC recorded the property. HMRC's own stamp. |
When HMRC recorded the property. HMRC's own stamp. | ||
| lastAction | MtdSubmissionStampDto | |
JSON Example
{
"propertyId": "string",
"propertyName": "string",
"countryCode": "string",
"endDate": "2024-01-01",
"endReason": "Unknown"
}