Create a New Business for a Customer

POST {{baseUrl}}/business-services/customers/{{customerId}}/businesses

Create a new business record for the associated customer. A customer can have one business record associated.

Supported regions: πŸ‡ΊπŸ‡Έ

Request Body

{"name"=>"ABC Tires Inc", "personallyLiable"=>true, "address"=>{"addressLine1"=>"434 W Ascension Way", "addressLine2"=>"Suite #200", "city"=>"Murray", "state"=>"UT", "country"=>"US", "postalCode"=>"84123"}, "phoneNumber"=>{"countryCode"=>"1", "phoneNo"=>"8042221111"}, "url"=>"https://www.finicity.com/", "email"=>"myname@mycompany.com", "type"=>"Nonprofit", "taxId"=>"A1234561Z"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
Finicity-App-Keystring
Finicity-App-Tokenstring

RESPONSES

status: OK

{"name":"ABC Tires Inc","personallyLiable":true,"address":{"addressLine1":"434 W Ascension Way","addressLine2":"Suite #200","city":"Murray","state":"UT","country":"US","postalCode":"84123"},"phoneNumber":{"countryCode":"141","phoneNo":"7992222"},"url":"https://www.finicity.com/","email":"myname@mycompany.com","type":"Nonprofit","taxId":"A1234561Z","businessId":"1112","createdDate":"2022-04-12T11:51:23","modifiedDate":"2022-04-12T11:51:23"}