Skip to content

Commit

Permalink
Merge pull request #158 from hmrc/CTDA-1682/remove-917s
Browse files Browse the repository at this point in the history
CTDA-1682/remove-917s
  • Loading branch information
GeorgeColdham authored Oct 18, 2021
2 parents d6610e5 + 37a86e2 commit bf8618b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
11 changes: 7 additions & 4 deletions source/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,16 +225,19 @@ Review the message flow diagrams to see the correct message sequences:

## Changelog

**Version 0.12 6 August 2021 -**
Added instructions about MesSenMES3 XML element
**Version 0.13: 18 October 2021 -**
Removed references to IE917's

<details>
<summary>Previous changes</summary>

**Version 0.11 16 July 2021 -**
**Version 0.12: 6 August 2021 -**
Added instructions about MesSenMES3 XML element

**Version 0.11: 16 July 2021 -**
Added Push Pull Notifications Service info

**Version 0.10 22 June 2021 -**
**Version 0.10: 22 June 2021 -**
Added cap and filter information

**Version 0.9: 15 June 2021 -**
Expand Down
4 changes: 0 additions & 4 deletions source/documentation/questions-and-answers.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ Here are your questions and our answers from the API call sessions held on 15th
<td>How will we find out when the OAuthToken is about to become invalid?</td>
<td>The token itself will tell you how long it will remain valid for.</td>
</tr>
<tr>
<td>What happens if the message passes CTC validation but fails NTCS validation.</td>
<td>This should never really happen. NCTS can send back an IE917 message, which can be pulled.</td>
</tr>
<tr>
<td>If a client revokes my access, then will the first notification I get about this be your refresh token on messages fails with 401?</td>
<td>Yes our refresh token will be your first notification of this.</td>
Expand Down
2 changes: 0 additions & 2 deletions source/documentation/xsd-reference.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Alternatively you can review each XSD file individually using the links below.
|**[Goods release notification CC025A (IE025)](https://github.com/hmrc/transit-movements-trader-at-destination/blob/master/conf/xsd/CC025A.xsd)**|Message type received by the trader at destination from the office at destination stating that they can release the goods|
|**[Unloading permission message CC043A (IE043)](https://github.com/hmrc/transit-movements-trader-at-destination/blob/master/conf/xsd/CC043A.xsd)**|Message type received by the trader at destination from the office at destination stating that they have permission to unload|
|**[Unloading remarks rejection message CC058A (IE058)](https://github.com/hmrc/transit-movements-trader-at-destination/blob/master/conf/xsd/CC058A.xsd)**|Message type received by the trader at destination from the office at destination stating that there are errors in the trader’s unloading remarks message (IE044)|
|**[XML Negative Acknowledgement (IE917)](https://github.com/hmrc/transit-movements-trader-at-destination/blob/master/conf/xsd/CC917A.xsd)**|Message type received by the trader when NCTS has rejected the submitted message due to an invalid XML format|



Expand All @@ -59,4 +58,3 @@ Alternatively you can review each XSD file individually using the links below.
|**[Guarantee not valid CC055A (IE055)](https://github.com/hmrc/transits-movements-trader-at-departure/blob/master/conf/xsd/CC055A.xsd)**|Message type received from the office at departure to the trader at departure to say that their guarantee is not valid|
|**[Control decision notification CC060A (IE060)](https://github.com/hmrc/transits-movements-trader-at-departure/blob/master/conf/xsd/CC060A.xsd)**|Message type received from the office at departure to tell the trader at departure they wish to carry out a control of the goods|
|**[Declaration received CC928A (IE928)](https://github.com/hmrc/transits-movements-trader-at-departure/blob/master/conf/xsd/CC928A.xsd)**|Message type received from NCTS of a positive acknowledgement of a departure declaration message (IE015)|
|**[XML Negative Acknowledgement (IE917)](https://github.com/hmrc/transits-movements-trader-at-departure/blob/master/conf/xsd/CC917A.xsd)**|Message type received by the trader when NCTS has rejected the submitted message due to an invalid XML format|

0 comments on commit bf8618b

Please sign in to comment.