Common response messages

Last modified

Overview

This page lists the common response messages that you may get when making calls to the APIs available in our API catalogue.

The format the response message will take is:

{

  "errors": [

    {

      "code": " AUTH.10001",

      "detail": Relevant code detail provided here within “ ”,

      "source":

        "parameter": source and parameter provided if relevant within “ “         

    }

  ]

}

Response messages

HTTP statusError codeError detailTroubleshooting
400OAS.VAL.00000Exact message will be provided as per OAS schema validation.
Exact pointer will be provided as per OAS schema validation.
Refer to error message provided by OAS Validation to outline where the issue is being picked up
400400-01Bad requestRefer to OAS for correct syntax
401401-01API key is invalidProvide a valid apikey
401401-01Invalid credentialProvide a valid access token
403403-01ForbiddenProvide valid scope and identifiers
403AUTH.10001The agent number used with your ABN or credential is not related.Provide the correct agent number
403AUTH.10002You are not authorised to lodge on behalf of this client.Check authorisation details in Relationship Authorisation Manager (RAM)
403AUTH.10003Your credential is not linked to this registered agent number in Access Manager.Check authorisation details in Relationship Authorisation Manager (RAM)
403AUTH.10004You do not have the correct permission for this action.Check authorisation details in Relationship Authorisation Manager (RAM)
403AUTH.10005You are not authorised to lodge on behalf of this client.Check authorisation details in Relationship Authorisation Manager (RAM)
403AUTH.10006The client you transmitted is not associated with the agent number you supplied and cannot be authorised.Check authorisation details in Relationship Authorisation Manager (RAM)
403AUTH.10007An unexpected error has occurred. Please contact the Tax Office.Check authorisation details in Relationship Authorisation Manager (RAM)
403AUTH.10008You are not authorised to submit this request. Review permissions in Access Manager and try again.Check authorisation details in Relationship Authorisation Manager (RAM)
403AUTH.10010Unauthorised to view the client record.Check authorisation details in Relationship Authorisation Manager (RAM)
403AUTH.10011Invalid contextEnsure context query parameters are provided in the correct format
403AUTH.10012Invalid path parameterEnsure URI path parameters are provided in the correct format
415415-01Content-Type not supportedProvide valid Content-Type header
422ADDR.00001Postcode must be in the range of 0200-9999 for an Australian addressProvide valid value.
422ADDR.00002State/Territory code must be provided for an Australian addressProvide the required information.
422ADDR.00003{field_title} must not contain only 'AS ABOVE'This validation is applicable to Address line 1 and Address line 2.
422ADDR.00004Suburb/Town/Locality must not contain any Australian state codes for an Australian addressSuburb/Town/Locality must not contain any of these state codes "AAT", "ACT", "NSW", "NT", "QLD", "SA", "TAS","VIC", "WA"
422ADDR.00005State/Territory code must not be provided for an overseas address
 
If the address is outside Australia, do not enter a value in the stateOrTerritory field.
422ADDR.00006Address line 2 must be provided if address line 1 starts with a 'Care of' termAddress line 2 must be provided if address line 1 starts with a "Care of" term, including:
"C/-", "C\-", "C/ ", "CO ", "C/0", "C0 ", "C\ ", "C\O", "C\0", "C O ", "C 0 ", "C/O ", "CARE OF"
422ADDR.00007Address line 2 must not start with a Post Office Reference if address line 1 does not start with a 'Care of' termAddress line 2 must not start with Post Office References unless address line 1 starts with a "Care of" term

Care of Terms are: "C/-", "C\-", "C/ ", "CO ", "C/0", "C0 ", "C\ ", "C\O", "C\0", "C O ", "C 0 ", "C/O ", "CARE OF"

Post office references are: "P/-",  "P/ ", "P0 ", "P/0", "PO ", "P O ", "G P ", "P/O ", "P 0 ", "BOX ", "GPO ", "RSD ", "RMD ", "RMB ", "POST ", "G P O ", "POSTBOX", "LOCKED BAG", "PRIVATE BAG"
422ADDR.00008{field_title} must not contain only numbers, spaces, hyphens (-) and forward slashes (/)This validation is applicable to Address line 1 and Address line 2.
422ADDR.00009{field_title} must not contain 3 or more repeated consecutive alphabetic or special charactersThis validation is applicable to Address line 1, Address line 2 and Suburb/town/locality.
422ADDR.00010Suburb/town/locality cannot contain repeated hyphen, apostrophe, or space charactersProvide valid value.
422EMAIL.00001Email address is invalidProvide a valid value.  
The email address should comply with RFC 5322.
- Before the @: only letters, numbers, and the characters (.), (_), (%) ,(+), (-)
- After the @: only letters, numbers, dots (.), and hyphens (-)
- After the last dot (TopLevelDomain): letters only)
422NAME.00001{field_title} must contain at least one alphabetical characterThis validation is applicable to Family name, Given name and Other given name.
422NAME.00002{field_title} cannot contain 'Exec for', 'Rep for' or 'Trustee for'This validation is applicable to Family name, Given name and Other given name.
422NAME.00003{field_title} cannot contain repeated hyphen, apostrophe, or space charactersThis validation is applicable to Family name, Given name and Other given name.
422NAME.00004{field_title} must not contain only 'AS ABOVE'This validation is applicable to Family name, Given name and Other given name.
422ORGNAME.00001{field_title} must not contain only 'AS ABOVE'This validation is applicable to Entity name and Business name.
422ORGNAME.00002{field_title} cannot contain repeated hyphen, apostrophe, or space charactersThis validation is applicable to Entity name and Business name.
422PYID.00001ABN is invalidProvide valid ABN
422PYID.00002RAN is invalidProvide valid RAN
422PYID.00003TAN is invalidProvide valid TAN
422PYID.00004WPN is invalidProvide valid WPN
422PYID.00005TFN is invalidProvide valid TFN
429429.02.001Rate limit has been exhaustedRate limit has been exceeded wait approximately a minute before hitting API again
500500-01Internal Server ErrorContact the ATO
500AUTH.10009An unexpected error has occurred. Please try again. If the problem persists, please contact the Tax OfficeTry again. Contact ATO if the problem persists.