Skip to content

Commit

Permalink
Merge pull request #973 from hmrc/DL-9311
Browse files Browse the repository at this point in the history
[DL-9311] Made the communicationsDate field optional in the API docum…
  • Loading branch information
scott-goodwin authored Dec 19, 2022
2 parents 76e1e1b + 0960a9a commit 9b40c0e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
]
},
"communicationsDate": {
"description": "The date upon which a letter about the penalty was sent to the user.",
"description": "The date when a letter about the penalty was sent to the customer.",
"type": "string",
"example": "2022-07-01"
},
Expand Down Expand Up @@ -262,7 +262,7 @@
"example": "2022-07-31"
}
},
"required": ["penaltyNumber", "penaltyOrder", "penaltyCategory", "penaltyStatus", "penaltyCreationDate", "penaltyExpiryDate", "communicationsDate"],
"required": ["penaltyNumber", "penaltyOrder", "penaltyCategory", "penaltyStatus", "penaltyCreationDate", "penaltyExpiryDate"],
"additionalProperties": false
}
}
Expand Down Expand Up @@ -480,7 +480,6 @@
"penaltyStatus",
"penaltyAmountAccruing",
"penaltyAmountPosted",
"communicationsDate",
"principalChargeDocNumber",
"principalChargeMainTransaction",
"principalChargeSubTransaction",
Expand Down

0 comments on commit 9b40c0e

Please sign in to comment.