1. Create business profile

POST {{host}}/v1/profiles

Request Body

{"type"=>"business", "details"=>{"name"=>"ABC Logistics Ltd", "registrationNumber"=>"12144939", "acn"=>nil, "abn"=>nil, "arbn"=>nil, "companyType"=>"LIMITED", "companyRole"=>"OWNER", "webpage"=>"https://abc-logistics.com", "businessCategory"=>"CONSULTING_IT_BUSINESS_SERVICES", "businessSubCategory"=>"DESIGN"}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

"{\n    \"id\": {{business-profile-id}},\n    \"type\": \"business\",\n    \"details\": {\n        \"name\": \"ABC Logistics Ltd\",\n        \"registrationNumber\": \"12144939\",\n        \"acn\": null,\n        \"abn\": null,\n        \"arbn\": null,\n        \"companyType\": \"LIMITED\",\n        \"companyRole\": \"OWNER\",\n        \"descriptionOfBusiness\": \"DESIGN\",\n        \"primaryAddress\": 37034385,\n        \"webpage\": \"https://abc-logistics.com\",\n        \"businessCategory\": \"CONSULTING_IT_BUSINESS_SERVICES\",\n        \"businessSubCategory\": \"DESIGN\"\n    }\n}"