Sets the ATO details for the business.

Request

POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/ato

Path parameters

Parameter name Value Description Additional
businessId string Required

Request body

The request body takes a complete BusinessAtoSupplierModel resource, containing the following writable properties:

{
    "abn": "string",
    "addressLine1": "string",
    "addressLine2": "string",
    "branch": "string",
    "contactName": "string",
    "country": "string",
    "faxNumber": "string",
    "id": "int32",
    "intermediaryAbn": "string",
    "intermediaryContactEmail": "string",
    "intermediaryContactName": "string",
    "intermediaryContactPhone": "string",
    "name": "string",
    "phoneNumber": "string",
    "postCode": "string",
    "role": "string",
    "signatoryName": "string",
    "state": "string",
    "suburb": "string",
    "taxAgentNumber": "string"
}

Properties

Name Type Description
abn string String
addressLine1 string String
addressLine2 string String
branch string String
contactName string String
country string String
faxNumber string String
id int32 Int32
intermediaryAbn string String
intermediaryContactEmail string String
intermediaryContactName string String
intermediaryContactPhone string String
name string String
phoneNumber string String
postCode string String
role string AtoSupplierRole

Possible values are:

  • Employer
  • RegisteredTaxAgent
  • Intermediary
signatoryName string String
state string String
suburb string String
taxAgentNumber string String

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK

BusinessAtoSupplierModel