Get a List of Job Types
The different job types created by the customer may be retrieved so that when creating new jobs consumers of the service may pass valid values for the type of job to be created.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | JobTypes | Required |
Response Codes
Code | Message | Information |
---|---|---|
0 | jobTypesResult |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=jobtypes
Response Data
{ "Code": 0, "Result": [ { "AssetCheckId": "12345" } ] }