userContact
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| contactId (int) | 1/1 | The contact id of the contact. |
| name (string) | 1/1 | The name of the message. |
| msisdns (string) | 1/unbounded | The msisdn of the contact. |
| msisdnsType (string) | 0/unbounded | The type (mobile, work, home, ...) for the msisdn at the same array position. The array size must be the same than msisdns or null. |
| contactGroups (string) | 1/unbounded | The contact group names. |
| avatarUrl (string) | 1/1 | The relative url of the avatar or null if the contact has none. Use http(s)://api.mysms.com as host. |
JSON
| property | type | description |
|---|---|---|
| contactId | contactId (int) | The contact id of the contact. |
| name | name (string) | The name of the message. |
| msisdns | array of msisdns (string) | The msisdn of the contact. |
| msisdnsType | array of msisdnsType (string) | The type (mobile, work, home, ...) for the msisdn at the same array position. The array size must be the same than msisdns or null. |
| contactGroups | array of contactGroups (string) | The contact group names. |
| avatarUrl | avatarUrl (string) | The relative url of the avatar or null if the contact has none. Use http(s)://api.mysms.com as host. |