Excerpt |
---|
This method returns information related with the availability of resources Multiple records are returned by each call |
Tip |
---|
Available from CRM.COM R4.0.0 |
...
Resource URL
Parameters
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
one_time_service (mandatory) | Product identifier | The identifier of the requested one time service. Only products classified as one time services can be specified. The allowed product identifier field are the following:
| ||||||
from_date (mandatory) | Date | The start date of a period that the one time service should be available | ||||||
to_date (mandatory) | Date | The end date of a period that the one time service should be available | ||||||
requested_unit (mandatory) | Unit Identifier | The unit that is requested as a resource | ||||||
from_time (optional) | Time | The start time of a period that the one time service should be available | ||||||
to_time (optional) | Time | The end time of a period that the one time service should be available | ||||||
number_of_resources (optional) | Number | The number of required resources | ||||||
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 |
...