diff --git a/resources/public/api/conf/5.0/foreign_property_cumulative_summary_create_and_amend.yaml b/resources/public/api/conf/5.0/foreign_property_cumulative_summary_create_and_amend.yaml index 2528abbb0..de33d7fc0 100644 --- a/resources/public/api/conf/5.0/foreign_property_cumulative_summary_create_and_amend.yaml +++ b/resources/public/api/conf/5.0/foreign_property_cumulative_summary_create_and_amend.yaml @@ -14,10 +14,13 @@ description: | | 2025-26 onwards | STATEFUL | Performs a stateful create. | | 2025-26 onwards | START_DATE_NOT_ALIGNED_TO_COMMENCEMENT_DATE | Simulates the scenario where the start date does not align to the commencement date. | | 2025-26 onwards | END_DATE_NOT_ALIGNED_WITH_REPORTING_TYPE | Simulates the scenario where the end date does not align to the reporting type. | - | 2025-26 onwards | MISSING_SUBMISSION_DATES | Simulates the scenario where the submission start/end date not provided. | | 2025-26 onwards | START_AND_END_DATE_NOT_ALLOWED | Simulates the scenario where the start/end date not accepted for annual/latent submission. | | 2025-26 onwards | EARLY_DATA_SUBMISSION_NOT_ACCEPTED | Simulates the scenario where individuals cannot submit data more than 10 days before end of period. | | 2025-26 onwards | OUTSIDE_AMENDMENT_WINDOW | Simulates the scenario where request cannot be completed as it is outside the amendment window. | + | 2025-26 onwards | DUPLICATE_COUNTRY_CODE | Simulates the scenario where the same country code has been submitted more twice | + | 2025-26 onwards | ADVANCE_SUBMISSION_REQUIRES_PERIOD_END_DATE | Simulates the scenario for advance submission where the end date must be the end of the period | + | 2025-26 onwards | SUBMISSION_END_DATE_CANNOT_MOVE_BACKWARDS | Simulates the scenario where the submission end date cannot be earlier than existing submission | + | 2025-26 onwards | START_DATE_NOT_ALIGNED_WITH_REPORTING_TYPE | Simulates the scenario where the start date does not align with the reporting type | tags: - Foreign Property Cumulative Period Summary diff --git a/resources/public/api/conf/5.0/uk_property_cumulative_summary_create_and_amend.yaml b/resources/public/api/conf/5.0/uk_property_cumulative_summary_create_and_amend.yaml index d4cdd0956..18aa81f30 100644 --- a/resources/public/api/conf/5.0/uk_property_cumulative_summary_create_and_amend.yaml +++ b/resources/public/api/conf/5.0/uk_property_cumulative_summary_create_and_amend.yaml @@ -13,10 +13,13 @@ description: | | 2025-26 onwards | STATEFUL | Performs a stateful create. | | 2025-26 onwards | START_DATE_NOT_ALIGNED_TO_COMMENCEMENT_DATE | Simulates the scenario where the start date does not align to the commencement date. | | 2025-26 onwards | END_DATE_NOT_ALIGNED_WITH_REPORTING_TYPE | Simulates the scenario where the end date does not align to the reporting type. | - | 2025-26 onwards | MISSING_SUBMISSION_DATES | Simulates the scenario where the submission start/end date not provided. | | 2025-26 onwards | START_AND_END_DATE_NOT_ALLOWED | Simulates the scenario where the start/end date not accepted for annual/latent submission. | | 2025-26 onwards | EARLY_DATA_SUBMISSION_NOT_ACCEPTED | Simulates the scenario where individuals cannot submit data more than 10 days before end of period. | | 2025-26 onwards | OUTSIDE_AMENDMENT_WINDOW | Simulates the scenario where request cannot be completed as it is outside the amendment window. | + | 2025-26 onwards | DUPLICATE_COUNTRY_CODE | Simulates the scenario where the same country code has been submitted more twice | + | 2025-26 onwards | ADVANCE_SUBMISSION_REQUIRES_PERIOD_END_DATE | Simulates the scenario for advance submission where the end date must be the end of the period | + | 2025-26 onwards | SUBMISSION_END_DATE_CANNOT_MOVE_BACKWARDS | Simulates the scenario where the submission end date cannot be earlier than existing submission | + | 2025-26 onwards | START_DATE_NOT_ALIGNED_WITH_REPORTING_TYPE | Simulates the scenario where the start date does not align with the reporting type | tags: - UK Property Cumulative Period Summary