Skip to content

Commit

Permalink
Merge pull request #60 from hmrc/MTDSA-1394-b
Browse files Browse the repository at this point in the history
Fix RAML for VAT L&P date ranges
  • Loading branch information
MarkAKelly authored Feb 25, 2018
2 parents e1c0e73 + 177cf7f commit ecb0f15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions public/api/conf/1.0/scenarios/vat-liabilities-scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
<tbody>
<tr>
<td><p>SINGLE_LIABILITY</p></td>
<td><p>Returns a single valid liability.</p></td>
<td><p>Returns a single valid liability when used with dates from 2017-01-02 and to 2017-02-02.</p></td>
</tr>
<tr>
<td><p>MULTIPLE_LIABILITIES</p></td>
<td><p>Returns multiple valid liabilities.</p></td>
<td><p>Returns multiple valid liabilities when used with dates from 2017-04-05 and to 2017-12-21.</p></td>
</tr>
</tbody>
</table>
</table>
<p>The 'to' date of the liability must fall within the date range provided.</p>
7 changes: 4 additions & 3 deletions public/api/conf/1.0/scenarios/vat-payments-scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
<tbody>
<tr>
<td><p>SINGLE_PAYMENT</p></td>
<td><p>Returns a single valid payment.</p></td>
<td><p>Returns a single valid payment when used with dates from 2017-01-02 and to 2017-02-02.</p></td>
</tr>
<tr>
<td><p>MULTIPLE_PAYMENTS</p></td>
<td><p>Returns multiple valid payments.</p></td>
<td><p>Returns multiple valid payments when used with dates from 2017-02-27 and to 2017-12-21.</p></td>
</tr>
</tbody>
</table>
</table>
<p>The 'to' date of the payment must fall within the date range provided.</p>

0 comments on commit ecb0f15

Please sign in to comment.