All requests must first be Authorized and must use the HTTP GET method over HTTPS.
Allows you to get the count of the number of submissions which match your search. This may be useful for pagination purposes. You should supply either sub_num or both company_num and company_bus_ind.
https://api.vision-net.ie/cws/2.3/submissioncount?sub_num={{SUB_NUM}}&doc_num={{DOC_NUM}}&company_num={{COMPANY_NUM}}&company_bus_ind={{COMPANY_BUS_IND}}&document_type_code={{DOCUMENT_TYPE_CODE}}
Parameter | Type | Description |
---|---|---|
sub_num | CHAR(9) | A unique id representing a submission of document(s) to the CRO. A submission may contain multiple documents, such as an Annual Return and a set of Accounts. |
doc_num | Positive Integer | If you only want to get one document from a submission, then you can pass the submisison document number. |
company_num | Positive Integer | The Company Number Or Registered Business Number as defined by the CRO. If the company_num is supplied then you must supply company_bus_ind as B or C |
company_bus_ind | C or B | C) Company B) Registered Business Name This can be omitted if company_num is not provided |
document_type_code | as in lookup | Optional. Document type code filter. It is possible to provide up to 50 comma separated codes |