Name
SmsContacts Get a list of SMS/800 Resp Org Primary Contact and Change Contact information.
Description
SMS/800 provides a list of Resp Org contacts to allow one Resp Org owner to contact another. This contact list is normally only viewable at the SMS/800 web site (not the user interface). 8MS stores a snapshot of this contact data to allow easy access to the data from within 8MS. This snapshot is updated on a regularly scheduled basis.

SmsContacts retrieves one or more contacts from the 8MS snapshot of the SMS/800 Resp Org contacts list. The following are the allowed fields in reqparams:
name A full or partially specified contact name. This limits the search to contacts whose name matches this name.
company A full or partially specified company name. This limits the search to contacts whose company name matches this company name.
resporg A full or partially specified resporg. This limits the search to contacts whose resporg matches this resporg.
type The contact type. Valid values are primary or change.

MGI Messages
None.
Results
An SmsContacts response is an XML document embedded within the normal API response. A typical XML response will have the following fields.
<SmsContacts>
<Filters>
<Name></Name>
<Company></Company>
<Resporg>ART01</Resporg>
<Type></Type>
</Filters>
<NumRecs>1</NumRecs>
<LastLoadDate>09/24/09 08:59AM</LastLoadDate>
<Contacts>
<Contact>
<Name>John Smith</Name>
<Company>Smith Corporation</Company>
<Address>Smith Corporation;270 Davidson Avenue;Somerset, New Jersey 08873</Address>
<PhoneNum>732-302-0222</PhoneNum>
<TroubleNum>732-356-6999</TroubleNum>
<FaxNum>732-302-0799</FaxNum>
<EmailAddr>ssl@csfcorp.com</EmailAddr>
<RespOrg>ART01</RespOrg>
<ContactType>Primary</ContactType>
<Notes>Please send email to 8mscust@iconectiv.com for NPA 800</Notes>
<RocParticipant>Yes</RocParticipant>
</Contact>
</Contacts>
</SmsContacts>
Example
The following request parameters will retrieve the contact for Resp Org ART01.
resporg~art01