API Docs / Schemas / ForeignPropertyAnnualSubmission

ForeignPropertyAnnualSubmission

Properties

Name Type Description
submittedOnstring
foreignPropertyarray of ForeignPropertyAnnualEntry

JSON Example

{
  "submittedOn": "2024-01-01T00:00:00Z",
  "foreignProperty": [
    {
      "countryCode": "...",
      "propertyId": "...",
      "adjustments": "...",
      "allowances": "..."
    }
  ]
}

Contained in Schemas