Update Member Contact Method
PUT/members/:memberId/contact-methods/:id
Update Member Contact Method
Request
Path Parameters
memberId stringrequired
id stringrequired
- application/json
Body
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 Member Contact Method
- application/json
- Schema
- Example (from schema)
Schema
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
{
"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...