GET resource_requests/get_availability
This method returns information related with the availability of resources Multiple records are returned by each call
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 |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
Name | Type | Description |
---|---|---|
number_of_resources | Number | The number of required resources |
date | Date | The date that th |
from_time | Time | The start time of a period that the one time service should be available |
to_time | Time | The end time of a period that the one time service should be available |
Unit Object | The unit that is requested as a resource Deprecated from CRM.COM R18.0.0 | |
Business Unit Object | The business unit that is requested as a resource Available from CRM.COM R18.0.0 | |
resource_plan_entry | Resource Plan Entry object | The resource plan entry for that specific period of time |
Referred Objects Response Data