API Reference - ASIC Form 362
ASIC Form 362 v1.00
Appointment or cessation of a registered agent by a company
Create a 362 form application for Appointment or cessation of a registered agent by a company. An API call to this endpoint will return a JSON response with the requst ID. If the application has been approved, an successful validation report will be returned together with the ASIC document number.
-
identifier
string / mandatory / maximum 17 characters
Unique identifier for the request -
declaration
array / mandatory
Array with signing officer's details-
family_name
string / mandatory / maximum 30 characters
Signing officer last name -
given_name1
string / mandatory / maximum 20 characters
Signing officer first name -
given_name2
string / maximum 20 characters
Signing officer middle name -
given_name3
string / maximum 20 characters
Signing officer middle name -
company_office
string / mandatory
Signing officer's role. Value:DIR
,SEC
orALT
as per Table 0011 -
date_signed
date / mandatory
Signing date. Accepted formatYYYYMMDD
-
declares_true
string / mandatory
Declares that the information in this form is true and correct. Value:Y
orN
-
-
company_id
array / mandatory
Array with company identification details and instruction verb-
company_name
string / mandatory / maximum 200 characters
Full company name -
acn
string / mandatory / maximum 9 digits
Company ACN -
type
string / mandatory
Instruction verb. Value:A
for appoint orC
for cease
-
-
test_transmission
string
Is this a test transmission? Value:Y
orN
POST to /api/v1/362
{
"identifier":"",
"declaration":{
"family_name":"",
"given_name1":"",
"given_name2":"",
"given_name3":"",
"company_office":"",
"date_signed":"",
"declares_true":""
},
"company_id":{
"company_name":"",
"acn":"",
"type":""
},
"test_transmission" : ""
}