Skip to main content

Update Contact

PUT 

/contacts/:id

Update members in existing contact list

Request

Path Parameters

    id uuidrequired

    ID of the contact to update

Body

required
    assignMembers object[]

    Members to add in contact

  • Array [
  • email stringrequired
    firstName string
    lastName string
    source string
    birthday string
    tags string[]
    currency string
    country string
    province string
    city string
    address1 string
    address2 string
    phone string
    postalCode string
    company string
  • ]
  • unAssignMembers string[]

    Email of the members to be removed

Responses

Successful operation

Loading...