Tip |
---|
Available from CRM.COM R14.14.0 |
Excerpt |
---|
This method returns the Units through which a Job will be fulfilled. Multiple Units might be returned by each call. |
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
accounts_receivable_identifier (mandatory) | Accounts receivable identifier | The identifier of the account related to the job The allowed account identifier fields are the following:
| ||||||
type_identifier | Job type identifier | The identifier of the job type that is requested by the customer. Only job types classified as Generic Purpose can be specified. The allowed job type identifier fields are the following:
| ||||||
receipt_method (mandatory) | Receipt Method identifier | The identifier of the job's receipt method. Determines if the customer prefers the job physical goods to be send to him at the specified delivery address, to pick them up from a specific unit or in any other way. The supported options are the following:
| ||||||
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 |
...