ABN Lookup
Search by ASIC number
There are five versions of the Search by ASIC number method. All versions are accessible using SOAP or Http get/post protocols. The Search by ASIC methods are:
- SearchByASICv201408 - latest
- Returns everything returned by SearchByASICv201205 plus DGR Item Number and ACNC registration where they exist
- SearchByASICv201205
- Returns everything returned by SearchByASICv200709 plus registered business names where they exist
- SearchByASICv200709
- Returns everything returned by SearchByASICv200506 plus superannuation specific information where it exists.
- Important: Registered business names not included in response.
- SearchByASICv200506
- Returns everything returned by ABRSearchByASIC plus tax concession information where it exists.
- Important: Registered business names not included in response.
- ABRSearchByASIC
- Original version released in 2004.
- Important: Registered business names not included in response.
The table below describes the *Search by ASIC( request.
Description of Search by ASIC request
| Element | Comments |
|---|---|
| Search String | ACN to search for |
| Include Historical Details | Valid values are "Y", "N". Use "Y" to include historical information in the response |
| Authentication GUID | The GUID provided when you registered for access to the web services |
The table below describes the validation rules for the Search by ASIC request.
Validation rules for Search by ASIC request
| Element | Comments | Exception Text |
|---|---|---|
| Search String | Invalid identifier | Search string does not match search type: ASIC |
| Search String | ACN not found | No records found |
| Include Historical Details | Invalid value | The Include History flag must be "Y" or "N" |
| Authentication GUID | GUID not found | The Authentication GUID is invalid |