Web Services Overview

  1. For .NET programmers, this is a discoverable web serivce using Visual Studio
  2. Please use https (SSL) instead of http for all transactions
  3. Please send transactions to trans.slimcd.com and pull reports from stats.slimcd.com
  4. We recommend using HTTP POST instead of HTTP GET whenever possible
  5. The HTTP POST header’s Content-type must be set to “application/x-www-form-urlencoded”
  6. The values for all name/value pairs must be url-encoded
  7. Field names in HTTP GET/POST name/value pairs are not case-sensitive
  8. Field names inside XML tags are case-sensitive