Affiliate Node

Affiliate Node

This node contains affiliate entries for the show. These nodes are contained within an Affiliates container node.

Example:

<Affiliate AffiliateKey="394" ContactEMailAddress="affiliate@Notified.com" ContactFirstName="Jeff" ContactLastName="Pryhuber" CompanyName="Notified, Inc." Address1="3000 Lakeside Drive" Address2="" City="Bannockburn" StateProv="IL" Country="USA" PostalCode="60015" Phone="1234567890" EmployerIDNumberSSN="" LoginID="Notified" OrganizationType="Affiliate" SalesOwner="" CommissionType="Standard Rate" DateAdded="2007-01-29 09:43:57" Active="1" />

Calling the API

The API is called via a secure HTTPS request. This HTTPS request may be a GET or POST operation. Each request must supply the authentication credentials assigned to the caller by Notified. Only requests with valid credentials will be processed. These credentials identify the caller and provide access only to a specific customer area.

The format of the call :https://api.onlinexperiences.com/scripts/Server.nxp?LASCmd=AI:4;F:APIUTILS!50565&APIUserAuthCode={YourAuthCode}&APIUserCredentials={YourCredentials}&ShowKey={ShowKey}&InfoTypeFilter={filter code list, in |OPTION|OPTION| format…}

Note: The format of the APAC Data Center is: https://api.apac.onlinexperiences.com.

Specific parameter ordering is unimportant, with the only restriction being that the first parameter MUST BE LASCmd=AI:4;F:APIUTILS!50565. All other parameters may appear in any sequence order.

Attribute

Type

Comment

AffiliateKey

Integer

Notified affiliate key for this affiliate.

ContactEMailAddress

String

Email address for this affiliate.

ContactFirstName

String

First name of the affiliate.

ContactLastName

String

Last name of the affiliate.

CompanyName

String

Company the affiliate is associated with.

Address1

String

Address line 1 of the affiliate.

Address2

String

Address line 2 of the affiliate.

City

String

City of the affiliate.

StateProv

String

State/province of the affiliate.

Country

String

Country of the affiliate.

PostalCode

String

Zip/postal code of the affiliate.

Phone

String

Affiliate phone number.

EmployerIDNumberSSN

String

Tax ID information.

LoginID

String

Login ID for the affiliate to the Affiliate Portal.

OrganizationType

String

Type of affiliate. Values are Affiliate, Network, and Partner.

SalesOwner

String

Sales owner for this affiliate.

CommissionType

String

Description of the commission structure assigned to this affiliate.

DateAdded

Date

Date and time that the affiliate was added.

Active

Flag (0/1)

Flag indicating whether the affiliate is active.