Please visit our new TrackAbout Knowledge Base at https://supportkb.trackabout.com for the most-up-to-date documentation on TrackAbout and TrackAbout Mobile.
Difference between revisions of "Get Deliverable Assets Service"
| Line 4: | Line 4: | ||
=== Service Parameters === | === Service Parameters === | ||
| − | + | The exact format and order of parameters can be retrieved from the service metadata by calling the service with ?WSDL at the end of the URL. | |
| − | |||
| − | |||
The parameters for Version 1 of the service are as follows: | The parameters for Version 1 of the service are as follows: | ||
| Line 45: | Line 43: | ||
The resulting data will be an xml document containing all of the assets that match the request. The information in the xml response will also include an indication of the service version and the status of the request (error codes and messages). | The resulting data will be an xml document containing all of the assets that match the request. The information in the xml response will also include an indication of the service version and the status of the request (error codes and messages). | ||
| − | === | + | === Usage === |
| − | + | * '''Web Service URL:''' <nowiki>https://www.trackabout.com:8002/GetAssetsForDeliveries</nowiki> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 12:37, 18 February 2010
This service allows you to receive a list of all assets that are filled and ready for delivery, for a given location.
Template:Web Service Authentication
Service Parameters
The exact format and order of parameters can be retrieved from the service metadata by calling the service with ?WSDL at the end of the URL.
The parameters for Version 1 of the service are as follows:
| Friendly Name | Parameter Name | Description |
|---|---|---|
| Asset Location | LocationId | The ID of the location that contains the assets being delivered |
| User Name | UserName | The username to log into the system |
| Password | Password | The password to authenticate the user name for the request |
| Server Version Number | Version | Used to determine which version of the service to execute. Must be "1" for Version 1 of the service. |
Validations and Restrictions
The following validations are applicable to the parameters provided to this request. If one or more of these validations fail, the web service will return a response status code and error message that indicates the source of the failure.
- The username and password provided must be valid
- The location must be valid and must contain assets that are filled and ready for delivery.
- The location must be accessible by the username provided
- The version number must be a valid service version
Request Output
The resulting data will be an xml document containing all of the assets that match the request. The information in the xml response will also include an indication of the service version and the status of the request (error codes and messages).
Usage
- Web Service URL: https://www.trackabout.com:8002/GetAssetsForDeliveries