Skip to main content

CustomerContactModel

Customer contact.

Breaking Changes

No breaking changes.

Examples

Fill this template out with real values.

{
"email": "String",
"fax": "String",
"id": "Integer",
"name": "String",
"notify_on_acknowledged_request": "Boolean",
"notify_on_completed_request": "Boolean",
"notify_on_dispatched_request": "Boolean",
"notify_on_failed_request": "Boolean",
"notify_on_new_request": "Boolean",
"number": "String"
}

Fields

email String, Required

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, Required

Fax number (free text).

  • At least 7 characters, not more than 15.

id Integer, Required

Customer contact identifier.


name String, Required

Name (free text).

  • At least 1 and no more than 128 characters.

notify_on_acknowledged_request Boolean, Required

Notify on acknowledge request.

  • One of 0, 1, True, False (case insensitive).

notify_on_completed_request Boolean, Required

Notify on completed request.

  • One of 0, 1, True, False (case insensitive).

notify_on_dispatched_request Boolean, Required

Notify on dispatched request.

  • One of 0, 1, True, False (case insensitive).

notify_on_failed_request Boolean, Required

Notify on failed request.

  • One of 0, 1, True, False (case insensitive).

notify_on_new_request Boolean, Required

Notify on new request.

  • One of 0, 1, True, False (case insensitive).

number String, Required

Phone number (free text).

  • At least 1 and no more than 90 characters.