AdBookConnect Web Service
MethodCreateAgencyContact
AdBookConnect Web Service > All Operations Resource Group : CreateAgencyContact (Method)
Summary
Creates a Contact associated with an Agency.
Description
CreateAgencyContact allows the client process to enter agency contact information.  The returned AgencyContact object will have the ContactID property populated with the system assigned ID.
Request (IAdBookConnect_CreateAgencyContact_InputMessage)

The request body is of type http://www.FatTail.com/api:CreateAgencyContact.

Request Body Parameters

NameDescriptionData Type
AgencyContact object to create.AgencyContact

Overview

Sequence
Sequence
Address optional xs:string
Number and street.
City optional xs:string
City element of the address.
ContactID optional xs:long
Primary key for the Contact object.
Country optional xs:string
Country element of the address.
Email optional xs:string
Email address for the contact.
ExternalID optional xs:string
Third party system ID used to map external entities to AdBook contacts.
Fax optional xs:string
Fax number for the contact.
FirstName optional xs:string
Contact's first name.
LastName xs:string
Last name of the contact.
Phone optional xs:string
Phone number for the contact.
PostalCode optional xs:string
Postal code for the contact address.
State optional xs:string
State the contact resides in.
CRMID optional xs:string
Mapping ID for a CRM entity if the contact is associated with an entity in a CRM system.
LocationCode optional xs:string
Location code for the contact.
ReadonlyProperties optional ArrayOfReadonlyPropertyValue Complex Type
Sequence
Sequence
PropertyName optional xs:string
Value optional xs:string
AgencyID xs:long
Agency ID the contact is assiciated with.
ContactType ArrayOfContactType Complex Type
Type of contact for the agency.  eg. Material, Billing, etc.
ContactCode optional xs:string
This property is obsolete.
200 Response (IAdBookConnect_CreateAgencyContact_OutputMessage)

The response body is of type http://www.FatTail.com/api:CreateAgencyContactResponse.

Response Body Parameters

NameDescriptionData Type
AgencyContact object that was created.AgencyContact

Overview

Sequence
Sequence
Address optional xs:string
Number and street.
City optional xs:string
City element of the address.
ContactID optional xs:long
Primary key for the Contact object.
Country optional xs:string
Country element of the address.
Email optional xs:string
Email address for the contact.
ExternalID optional xs:string
Third party system ID used to map external entities to AdBook contacts.
Fax optional xs:string
Fax number for the contact.
FirstName optional xs:string
Contact's first name.
LastName xs:string
Last name of the contact.
Phone optional xs:string
Phone number for the contact.
PostalCode optional xs:string
Postal code for the contact address.
State optional xs:string
State the contact resides in.
CRMID optional xs:string
Mapping ID for a CRM entity if the contact is associated with an entity in a CRM system.
LocationCode optional xs:string
Location code for the contact.
ReadonlyProperties optional ArrayOfReadonlyPropertyValue Complex Type
Sequence
Sequence
PropertyName optional xs:string
Value optional xs:string
AgencyID xs:long
Agency ID the contact is assiciated with.
ContactType ArrayOfContactType Complex Type
Type of contact for the agency.  eg. Material, Billing, etc.
ContactCode optional xs:string
This property is obsolete.
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_CreateAgencyContact_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service