Understanding How The API Works

Python Examples – Get Any Records

Here’s a Python example using the Suds SOAP client:

  1. Login and Acquire a Session Token [SessionLogin]
  2. Get a list of All Records [GetANYRecords]
  3. Logout a Session [SessionLogout]

Click to view the example code.

Python Examples – CreateGeo

Here’s a Python example using the Suds SOAP client:

  1. Login and Acquire a Session Token [SessionLogin]
  2. Create a Geo Service [CreateGeo]
  3. Logout a Session [SessionLogout]

Click to view the example code.

Python Examples – UpdateGeo

Here’s a Python example using the Suds SOAP client:

  1. Login and Acquire a Session Token [SessionLogin]
  2. Create a Geo Service [CreateGeo]
  3. Update a Geo Service [UpdateGeo]
  4. Logout a Session [SessionLogout]

Click to view the example code.