Update Business by ID
PUT {{baseUrl}}/business-services/businesses/{{businessId}}
Update the details of a business based on its unique identifier. By providing the specific business ID and the updated information in the request, modifications can be made to the business's profile.
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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Finicity-App-Key | string | ||
Finicity-App-Token | string |
RESPONSES
status: OK
{"businessId":"193","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"},"taxId":"A1234561Z","url":"https://www.finicity.com/","email":"myname@mycompany.com","type":"Nonprofit","createdDate":"2024-02-01T17:13:39Z","modifiedDate":"2024-02-01T17:20:35Z"}