API Docs / Schemas / MtdForeignPropertyDto

MtdForeignPropertyDto

One registered foreign property, with who registered or last changed it from Sodium.

Properties

Name Type Description
propertyIdstring

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.

propertyNamestring

The name the practice gave the property. Unique per country at HMRC.

The name the practice gave the property. Unique per country at HMRC.

countryCodestring

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".

endDatestring

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.

endReasonenum

Unknown NoLongerRentingPropertyOut Disposal AddedInError Cessation

Unknown NoLongerRentingPropertyOut Disposal AddedInError Cessation

submittedOnstring

When HMRC recorded the property. HMRC's own stamp.

When HMRC recorded the property. HMRC's own stamp.

lastActionMtdSubmissionStampDto

JSON Example

{
  "propertyId": "string",
  "propertyName": "string",
  "countryCode": "string",
  "endDate": "2024-01-01",
  "endReason": "Unknown"
}

Contained in Schemas