ASIC Form 205A - Company Name Change API

ASIC Form 205A v2.00

Notification of resolution-change of name

Create a 205A form application for notification of resolution-change of name for an Australian 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.

All strings present in your application must be uppercase.

POST to /api/v1/205a
{
    "identifier":"",
    "signatory":{
        "name_person": {
            "family_name" : "",
            "given_name1" : "",
            "given_name2" : "",
            "given_name3" : "",
        },
        "signatory_role" : "",
        "date_signed" : "",
        "declares_true" : ""
    },
    "company_id":{
        "company_name" : "",
        "company_acn" : "",
        "payment_method" : ""
    },
    "meeting":{
        "date" : "",
        "text_of_resolution" : ""
    },
    "change_of_name":{
        "new_name":"",
        "acn_yesno":"",
        "acn_legal":"",
        "reserved_410":"",
        "is_identical":"",
        "is_identical_after":"",
        "abn":""
    },
    "reservation":{
        "number":""
    },
    "business":{
        {
            "place_registration":"",
            "registration_number":""
        }
    },
    "admin":{
        "request_manual_review" : "",
        "text_manual_review" : ""
    },
    "test_transmission" : ""
}
some of our integration partners
GetEDGE Integration Partners - Company Registration API & EDGE APIs