Skip to main content

Update my (as company) details

PATCH 

/v1/auth/company/

Update my (as company) details

Request

Body

    first_name string

    first name of the consumer user

    last_name string

    last name of the consumer user

    website string

    website url of the company

    company_name string

    legal company name of the company

    vat string

    vat code with country code

    address

    object

    street_address stringrequired
    city stringrequired
    region_state stringrequired
    zip_code stringrequired
    country stringrequired
    sectors string[]

    sectors to be used for blacklist/whitelist from charity side

    charities_blacklist_sectors string[]

    List of sectors of charities to be excluded

    charities_blacklist string[]

    List of charities to be exclude

    charities_whitelist_sectors string[]

    List of sectors of charities to be included, if empty all charities will be included

    charities_whitelist string[]

    List of charities to be included, if empty all charities will be included

Responses

successful operation

Schema

    id uuid

    Cents ID of the company

    first_name string

    first name of the consumer user

    last_name string

    last name of the consumer user

    website string

    website url of the company

    company_name string

    legal company name of the company

    vat string

    vat code with country code

    address

    object

    street_address stringrequired
    city stringrequired
    region_state stringrequired
    zip_code stringrequired
    country stringrequired
    sectors string[]

    sectors to be used for blacklist/whitelist from charity side

    charities_blacklist_sectors string[]

    List of sectors of charities to be excluded

    charities_blacklist string[]

    List of charities to be exclude

    charities_whitelist_sectors string[]

    List of sectors of charities to be included, if empty all charities will be included

    charities_whitelist string[]

    List of charities to be included, if empty all charities will be included

Loading...