We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So I have tried this:
http://abr.business.gov.au/abrxmlsearch/ABRXMLSearch.asmx/SearchByABNv201408?searchstring=asd&includeHistoricalDetails=Y&authenticationGuid=MyGuid
and i got this error:
Search text is not a valid ABN or ACN
if i remove searchString then
i got Missing parameter: searchString. Really confused...
The text was updated successfully, but these errors were encountered:
Hey pangkoi101, try using a valid ABN as the parameter when using the SearchByABN webservice. for eg. 51824753556
If you would prefer to search using a string, try using the SeachByName webservice. See example here: https://abr.business.gov.au/abrxmlsearch/Forms/ABRSearchByNameAdvancedSimpleProtocol2017.aspx
for additional help with the webservice parameters check out this page: https://abr.business.gov.au/Documentation/WebServiceMethods
Sorry, something went wrong.
No branches or pull requests
So I have tried this:
http://abr.business.gov.au/abrxmlsearch/ABRXMLSearch.asmx/SearchByABNv201408?searchstring=asd&includeHistoricalDetails=Y&authenticationGuid=MyGuid
and i got this error:
Search text is not a valid ABN or ACN
if i remove searchString then
i got Missing parameter: searchString.
Really confused...
The text was updated successfully, but these errors were encountered: