Skip to main content

Update Agent Contact Method

PUT 

/agents/:agentId/contact-methods/:id

Update Agent Contact Method

Request

Path Parameters

    agentId stringrequired
    id stringrequired

Body

    agentId string

    Agent

    type string

    Type

    Possible values: [Email, Phone, Fax, SMS, Social Media, Other]

    name string

    Name- Add a name for this contact method

    value string

    Value

    priority number

    Priority

    preferences string

    Preferences

    notes string

    Notes- Any instructions or preferences for this contact method.

    confirmed string

    Confirmed

    tags string

    Tags

Responses

Updated Agent Contact Method

Schema

    agentId string

    Agent

    type string

    Type

    Possible values: [Email, Phone, Fax, SMS, Social Media, Other]

    name string

    Name- Add a name for this contact method

    value string

    Value

    priority number

    Priority

    preferences string

    Preferences

    notes string

    Notes- Any instructions or preferences for this contact method.

    confirmed string

    Confirmed

    tags string

    Tags

    id string

    Id

    createdAt string

    Created At

    updatedAt string

    Updated At

    deletedAt string

    Deleted At

    deleted string

    Deleted

    createdBy string

    Created By

    updatedBy string

    Updated By

    deletedBy string

    Deleted By

Loading...