Hello,
I have submitted some test incorporation requests to the API. When I use a GetSubmissionStatus request with a Presenter ID and Submission Number to check up on a submission, I always get the status as PENDING. In this thread you say that someone at CH must approve every test submission. How long is this expected to take, and will this be done automatically, or do I need to email/make a thread here to get someone to view my submission?
Below is a snippet of the XML response I receive from the XML gateway when sending a GetSubmissionStatus request for one of my submissions:
<SubmissionStatus>
<Status>
<SubmissionNumber>XXXXXX</SubmissionNumber>
<StatusCode>PENDING</StatusCode>
<CompanyNumber>00000000</CompanyNumber>
<Rejections>
</Rejections>
<Examiner>
<Telephone>Fred Blogs</Telephone>
<Comment>Pending review of attachment</Comment>
</Examiner>
</Status>
</SubmissionStatus>
Thanks,
Dan Perry