diff --git a/public/api/conf/1.0/scenarios/vat-liabilities-scenarios.md b/public/api/conf/1.0/scenarios/vat-liabilities-scenarios.md index 31a3e063..77cbc30f 100644 --- a/public/api/conf/1.0/scenarios/vat-liabilities-scenarios.md +++ b/public/api/conf/1.0/scenarios/vat-liabilities-scenarios.md @@ -9,11 +9,12 @@

SINGLE_LIABILITY

-

Returns a single valid liability.

+

Returns a single valid liability when used with dates from 2017-01-02 and to 2017-02-02.

MULTIPLE_LIABILITIES

-

Returns multiple valid liabilities.

+

Returns multiple valid liabilities when used with dates from 2017-04-05 and to 2017-12-21.

- \ No newline at end of file + +

The 'to' date of the liability must fall within the date range provided.

\ No newline at end of file diff --git a/public/api/conf/1.0/scenarios/vat-payments-scenarios.md b/public/api/conf/1.0/scenarios/vat-payments-scenarios.md index 933c2c44..0b162eeb 100644 --- a/public/api/conf/1.0/scenarios/vat-payments-scenarios.md +++ b/public/api/conf/1.0/scenarios/vat-payments-scenarios.md @@ -9,11 +9,12 @@

SINGLE_PAYMENT

-

Returns a single valid payment.

+

Returns a single valid payment when used with dates from 2017-01-02 and to 2017-02-02.

MULTIPLE_PAYMENTS

-

Returns multiple valid payments.

+

Returns multiple valid payments when used with dates from 2017-02-27 and to 2017-12-21.

- \ No newline at end of file + +

The 'to' date of the payment must fall within the date range provided.

\ No newline at end of file