Skip to main content

Update Company Address

PATCH 

/companies/:lookupKey/:lookupValue/addresses/:addressId

Use this endpoint to update a company address. The address is identified by id.

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about company lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

    addressId stringrequired

    Address id

Body

    firstName string
    lastName string
    town string

Responses

Update Company Address - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object

    firstName string
    id number
    lastName string
    messages string[]
    total number
Loading...