UpdateCustomerContactModel
Update customer contact.
Breaking Changes
No breaking changes.
Examples
- Template
Fill this template out with real values.
{
"email": "String, optional",
"fax": "String, optional",
"name": "String, optional",
"notify_on_acknowledged_request": "Boolean, optional",
"notify_on_completed_request": "Boolean, optional",
"notify_on_dispatched_request": "Boolean, optional",
"notify_on_failed_request": "Boolean, optional",
"notify_on_new_request": "Boolean, optional",
"number": "String, optional"
}
Fields
email
String, Optional
Email address comma-separated list.
- At least 0 and no more than 256 characters.
- List of 1 or more comma-separated email addresses. Whitespace allowed (newline, space, tab).
fax
String, Optional
Fax number (free text).
- At least 7 characters, not more than 15.
name
String, Optional
Name (free text).
- At least 1 and no more than 128 characters.
notify_on_acknowledged_request
Boolean, Optional
Notify on acknowledge request.
- One of 0, 1, True, False (case insensitive).
notify_on_completed_request
Boolean, Optional
Notify on completed request.
- One of 0, 1, True, False (case insensitive).
notify_on_dispatched_request
Boolean, Optional
Notify on dispatched request.
- One of 0, 1, True, False (case insensitive).
notify_on_failed_request
Boolean, Optional
Notify on failed request.
- One of 0, 1, True, False (case insensitive).
notify_on_new_request
Boolean, Optional
Notify on new request.
- One of 0, 1, True, False (case insensitive).
number
String, Optional
Phone number (free text).
- At least 1 and no more than 90 characters.