Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
languagephp
linenumberstrue
$data = array(
  "token" => $token,
  "tokenHash" => $tokenHash,
  "objectType" => "animals",
  "objectAction" => "define",
);

Objects

affiliates

Actions:

1. define
2. getSettings
3. updateSettings

...

  • orgID: ID (key)
  • orgLocation: Location (postalcode)
  • orgName: Name (string)
  • orgAddress: Address (string)
  • orgCity: City (string)
  • orgState: State/Province (province)
  • orgPostalcode: Postal Code (postalcode)
  • orgPlus4: Plus 4 (string)
  • orgCountry: Country (key)
  • orgPhone: Phone (phone)
  • orgFax: Fax (phone)
  • orgEmail: Email (email)
  • orgUrlorgWebsiteUrl: Url (url)
  • orgFacebookUrl: Facebook Url (url)
  • orgServeAreas: Serve Areas (string)
  • orgAdoptionProcess: Adoption Process (string)
  • orgAbout: About (string)
  • orgServices: Services (string)
  • orgMeetPets: Meet Pets (string)
  • orgType: Org Type (string from values list)
  • orgLocationDistance: Distance (int)

...