person_mgr_add
Back to SOAP Architecture Method Reference
Description
The person_mgr_add method allows you to add a Contacts in your Domain Properties.
A Contacts is a resource that is set to receive notifications on certain actions that failed or succeeded or just informative operations that occurred.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| address | The mailing address of the Contact. | string | R |
| company | The name of their Company. | string | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| The email address of the Contact. | string | R | |
| name | The name of the Contact. | string | R |
| phone | The Phone Number of the Contact. | string | R |
| phone_ext | The Phone Extention of the Contact. | string | R |
| timezone | The timezone where the Contact is located at. | string | R |
| type | There are 14 types of Contact : see Values of Attribute Type for more information. | bstypes:PersonType | R |
| container_id | The unique ID# of the Container/Folder. | bstypes:ResourceId | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the Contact created. | bstypes:ResourceId | R |
Values of Attribute Type
| Type Code | Description |
|---|---|
| 0 | None |
| 1 | Account Manager |
| 2 | Advertiser |
| 3 | Agency |
| 4 | Business |
| 5 | Content Provider |
| 6 | Installer |
| 7 | Media Buyer |
| 8 | Media Rep |
| 9 | Networking |
| 10 | Personal |
| 11 | Site |
| 12 | Technical |
| 13 | Network Operator |
