Skip to content

Commit

Permalink
Fix RAML for VAT L&P date ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbrownlow committed Feb 23, 2018
1 parent 245d4f3 commit 177cf7f
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 177cf7f

Please sign in to comment.