Update Agent Contact Method
PUT/agents/:agentId/contact-methods/:id
Update Agent Contact Method
Request
Path Parameters
agentId stringrequired
id stringrequired
- application/json
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
- 200
Updated Agent Contact Method
- application/json
- Schema
- Example (from schema)
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
{
"agentId": "string",
"type": "Email",
"name": "string",
"value": "string",
"priority": 0,
"preferences": "string",
"notes": "string",
"confirmed": "string",
"tags": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...