Update company details

returns updated company

Request
Security:
path Parameters
company_guid
required
string <uuid>

company guid

version
required
string
Request Body schema: application/json

update company request

object (UpdateCompanyRequest)

Company Request DTO

Responses
200

Returns the updated company

400

Bad Request

401

Unauthorized

404

Not Found

500

Server Error

put/api/{version}/companies/{company_guid}
Request samples
application/json
{
  • "company": {
    • "company_parent": "2c870253-a4cb-4256-8be8-44da1d89518c",
    • "company_dba_name": "string",
    • "company_short_name": "string",
    • "company_dba_lic_number": "string",
    • "address_line1": "string",
    • "address_line2": "string",
    • "company_dba_city": "string",
    • "company_dba_state": "string",
    • "company_dba_country": "str",
    • "institution_type": "NONFINANCIAL",
    • "company_status": "UNVERIFIED",
    • "postal_code": "string",
    • "phone_number": "string",
    • "website": "string",
    • "ownership_type": "string",
    • "state_of_incorporation": "string",
    • "country_of_incorporation": "str",
    • "date_of_incorporation": "2019-08-24T14:15:22Z",
    • "additional_data": "string"
    }
}
Response samples
application/json
{
  • "company": {
    • "company_guid": "e7c8755b-aece-46c7-a1c9-897cfb55ba0c",
    • "company_parent": "2c870253-a4cb-4256-8be8-44da1d89518c",
    • "company_top": "e5db884c-a57e-4674-9f04-d110d9af9451",
    • "company_dba_name": "string",
    • "company_short_name": "string",
    • "company_dba_lic_number": "string",
    • "address_line1": "string",
    • "address_line2": "string",
    • "company_dba_city": "string",
    • "company_dba_state": "string",
    • "company_dba_country": "string",
    • "institution_type": "NONFINANCIAL",
    • "company_status": "UNVERIFIED",
    • "postal_code": "string",
    • "phone_number": "string",
    • "website": "string",
    • "ownership_type": "string",
    • "state_of_incorporation": "string",
    • "country_of_incorporation": "str",
    • "date_of_incorporation": "2019-08-24T14:15:22Z",
    • "additional_data": "string"
    }
}
Copyright © 2023 KeyBank & Qolo. All rights reserved.