| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerSystemCallListId |
Sedona internal autonumber for the Call List record (CS_Customer_System_Call_List table); required for PUT |
integer |
None. |
| CustomerSystemId |
Foreign key from CS_Customer_System table |
integer |
Required |
| Title |
Any honorific or title that should be used when addressing this contact |
string |
String length: inclusive between 0 and 50 |
| ContactName |
Full name of the contact |
string |
Required String length: inclusive between 0 and 50 |
| HomePhone |
Contact's home phone number |
string |
String length: inclusive between 0 and 25 |
| MobilePhone |
Contact's cell phone number |
string |
String length: inclusive between 0 and 25 |
| WorkPhone |
Contact's work phone number |
string |
String length: inclusive between 0 and 25 |
| Extension |
Contact's work phone extension |
string |
String length: inclusive between 0 and 5 |
|
Contact's email address |
string |
String length: inclusive between 0 and 50 |
|
| Fax |
Contact's fax number |
string |
String length: inclusive between 0 and 25 |
| Pager |
Contact's pager number |
string |
String length: inclusive between 0 and 25 |
| UserNumber |
The user number associated with signals sent by this user |
string |
String length: inclusive between 0 and 10 |
| Passcode |
The password or code word for this user |
string |
String length: inclusive between 0 and 25 |
| VerifyPasscode |
Defaults to false if not supplied |
boolean |
None. |
| KeyHolder |
Does this user have keys to the premise? Defaults to false if not supplied |
boolean |
None. |
| AllowAlarmResolution |
Defaults to false if not supplied |
boolean |
None. |
| AllowSystemChanges |
Defaults to false if not supplied |
boolean |
None. |
| Instructions |
Instructions for contacting this contact |
string |
String length: inclusive between 0 and 255 |
| Sequence |
Call sequence (order this contact will be called) |
integer |
Required |
| Relation |
Relation of this emergency contact; must be a valid value from SS_Relation table |
string |
String length: inclusive between 0 and 50 |