SDK:Objects

SDK:Objects

From Fishbowl Inventory

Jump to: navigation, search



Contents


[edit] Description

SDK Objects are classes used for communication between the server and your program. These objects include:



[edit] SDK Requests

SDK Request objects are xml messages that can be sent to the Fishbowl Server. In general, you will generate requests, send them to the server and then parse responses.

[edit] SDK Responses

SDK Responses tell your program:

  1. If the response was received (see SDK:Error_Codes)
  2. The results of your request query
  3. The ticket number to be used for your next request



[edit] Object Classes

Object classes are Fishbowl Objects (FBO) such as:

  • Orders (SO, TO, WO, etc)
  • Parts/Products
  • Tracking information

Many modules in the Fishbowl Client have a corresponding FBO.

[edit] Utilities

The utility classes are helpful in interpreting error codes, checking the connection status and other metadata.

SDK
org_cir_arrow_lt.gif org_cir_arrow_rt.gif

Index