person_mgr_list_many
Back to SOAP Architecture Method Reference
Description
The person_mgr_list_many method allows you to list Contacts information that you have specified in your Domain Properties.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
ids | List of unique IDS(s)# of Contact(s) you’d like to see. | string | R |
domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of your Contact. | bstypes:ResourceId | R |
name | The name of your Contact. | string | R |
active |
Indicates whether the resource is in an active or inactive state. |
boolean | R |
container_id | The unique ID# of the Container/Folder. | bstypes:ResourceId | R |
domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
company | The name of The Contact’s Company. | string | R |
phone | The Phone Number of the Contact. | string | R |
phone_ext | The Phone Extention of the Contact. | string | R |
The email address of the Contact. | string | R | |
type | There are 14 types of Contact : see Values of Attribute Type for more information. | bstypes:PersonType | R |
address | The mailing address of the Contact. | string | R |
timezone | The timezone where the Contact is located at. | string | 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 |