1. Create Business Profiles
POST {{host}}/v2/profiles/business-profile
Request Body
{"abn"=>nil, "acn"=>nil, "actorEmail"=>"partnerkyc@test.com", "address"=>{"country"=>"US", "addressFirstLine"=>"{{$randomStreetAddress}}", "postCode"=>"10012", "city"=>"{{$randomCity}}", "stateCode"=>"NY", "countryIso3Code"=>"usa"}, "arbn"=>nil, "businessFreeFormDescription"=>"Business that does things.", "businessName"=>"{{$randomCompanyName}}", "companyRole"=>"OWNER", "companyType"=>"LIMITED_LIABILITY_COMPANY", "firstLevelCategory"=>"CONSULTING_IT_BUSINESS_SERVICES", "operationalAddresses"=>[{"country"=>"US", "countryIso3Code"=>"usa", "addressFirstLine"=>"{{$randomStreetAddress}}", "postCode"=>"10012", "city"=>"{{$randomCity}}", "stateCode"=>"NY", "occupation"=>nil}], "registrationNumber"=>"123456789", "secondLevelCategory"=>"ADVERTISING_AND_MARKETING", "webpage"=>"{{$randomUrl}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |