LocationContactModel
Location contact profile.
Breaking Changes
No breaking changes.
Examples
- Template
Fill this template out with real values.
{
"email": "String",
"id": "Integer",
"name": "String",
"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).
id
Integer, Required
Location contact id, always null (synthesized).
name
String, Required
Contact name.
- At least 0 and no more than 50 characters.
number
String, Required
Contact phone number.
- At least 0 and no more than 50 characters.