Hi,
I was led to believe it was not possible to post a statement notification and withdrawal within the same statement but I tried it this morning on the test server and it validated and passed without any issues. Here is the XML sent:
<ConfirmationStatement ...
...
<ReviewDate>2016-09-14</ReviewDate>
<PSCs>
... Some normal PSC information ...
<StatementNotifications>
<StatementNotification>
<PSCStatement>PSC_EXISTS_BUT_NOT_IDENTIFIED</PSCStatement>
</StatementNotification>
</StatementNotifications>
<StatementWithdrawals>
<StatementWithdrawal>
<PSCStatement>PSC_EXISTS_BUT_NOT_IDENTIFIED</PSCStatement>
<WithdrawalDate>2016-08-09</WithdrawalDate>
</StatementWithdrawal>
</StatementWithdrawals>
</PSCs>
</ConfirmationStatement>
I just wanted to confirm this was possible and if so what does to the dates of the the statement applying?
Essentially, I want to check if I should prevent the user from creating the form/create multiple forms to submit.
Thanks