This method returns the physical goods that are allowed to be used by jobs of specific type. Multiple physical goods are returned by each call
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
job_type_identifier (mandatory) | Job Type Identifier | The identifier of the type of the job that will be using the physical goods. The physical goods are filtered against the allowed physical goods of the specified type. The allowed job type identifier fields are the following:
| ||||||||||||
load_components (optional) | Boolean | If set to true then any physical good components related with each retrieved physical good will also be retrieved. | ||||||||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved job type physical good |
mandatory | Boolean | Determines if the job type physical good is mandatory or not |
Product Object | The product which can be provided through a job of the specified type. In cases in which a physical good type is included in the job type, then all physical goods of the specified type are returned. |
Referred Objects Response Data