This method creates new resource requests. A single resource request can be created by each call
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
requested_by_group_identifier (mandatory) | Group Identifier | The Identifier of the Group that is requesting the resource. The available Group Identifier fields are the following:
| ||||||||||||
requested_by_unit_identifier (mandatory) | Unit Identifier | The Identifier of the Unit that is requesting the resource. The available Unit Identifier fields are the following:
| ||||||||||||
requested_by_user_identifier (mandatory) | User Identifier | The Identifier of the User that is requesting the resource. The available User Identifier fields are the following:
| ||||||||||||
requested_unit_identifier (mandatory) | Unit Identifier | The Identifier of the Unit that is requested as a resource. The available Unit Identifier fields are the following:
| ||||||||||||
number_of_resources (mandatory) | Number | The number of required resources | ||||||||||||
planned_date (mandatory) | Date | The planned date | ||||||||||||
from_time (mandatory) | String | The from time that the required resource should be start. | ||||||||||||
to_time (mandatory) | String | The from time that the required resource should be end. | ||||||||||||
requested_resource_plan_entry _identifier (mandatory) | Resource Plan Entry Identifier | The identifier of the resource plan entry which should be reserved for this resource request, in the case were the resource request was accepted. The available resource plan entry identifier fields are the following:
| ||||||||||||
to_be_used_by_activity _identifier (mandatory) | Activity Identifier | The identifier of the Activity for which the requested resource should be provided for. The available activity identifier fields are the following:
| ||||||||||||
to_be_used_by_activity_service _identifier (mandatory) | Activity Services to be Provided Identifier | The identifier of the Activity service for which the requested resource should be provided for. The available activity service identifier fields are the following:
| ||||||||||||
description (optional) | String | The description of the resource request | ||||||||||||
udf_string_1 (optional) | String | User Defined Field of type String | ||||||||||||
udf_string_2 (optional) | String | User Defined Field of type String | ||||||||||||
udf_string_3 (optional) | String | User Defined Field of type String | ||||||||||||
udf_string_4 (optional) | String | User Defined Field of type String | ||||||||||||
udf_string_5 (optional) | String | User Defined Field of type String | ||||||||||||
udf_string_6 (optional) | String | User Defined Field of type String | ||||||||||||
udf_string_7 (optional) | String | User Defined Field of type String | ||||||||||||
udf_string_8 (optional) | String | User Defined Field of type String | ||||||||||||
udf_float_1 (optional) | Float | User Defined Field of type Float | ||||||||||||
udf_float_2 (optional) | Float | User Defined Field of type Float | ||||||||||||
udf_float_3 (optional) | Float | User Defined Field of type Float | ||||||||||||
udf_float_4 (optional) | Float | User Defined Field of type Float | ||||||||||||
udf_date_1 (optional) | Date | User Defined Field of type Date | ||||||||||||
udf_date_2 (optional) | Date | User Defined Field of type Date | ||||||||||||
udf_date_3 (optional) | Date | User Defined Field of type Date | ||||||||||||
udf_date_4 (optional) | Date | User Defined Field of type Date |
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 |
---|---|---|
id | String | The ID of the retrieved resource request |
number | String | The number of the retrieved resource request |
description | String | The description of the retrieved resource request |
number_of_resources | Number | The number of required resources |
from_date | Date | The start date and time of the period for which the resource is requested for |
to_date | Date | The end date and time of the period for which the resource is requested for |
life_cycle_state | String | The life cycle state of the retrieved resource request which can be PENDING, ACCEPTED, REJECTED or CANCELLED |
udf_string_1 | String | User Defined Field of type String |
udf_string_2 | String | User Defined Field of type String |
udf_string_3 | String | User Defined Field of type String |
udf_string_4 | String | User Defined Field of type String |
udf_string_5 | String | User Defined Field of type String |
udf_string_6 | String | User Defined Field of type String |
udf_string_7 | String | User Defined Field of type String |
udf_string_8 | String | User Defined Field of type String |
udf_float_1 | Float | User Defined Field of type Float |
udf_float_2 | Float | User Defined Field of type Float |
udf_float_3 | Float | User Defined Field of type Float |
udf_float_4 | Float | User Defined Field of type Float |
udf_date_1 | Date | User Defined Field of type Date |
udf_date_2 | Date | User Defined Field of type Date |
udf_date_3 | Date | User Defined Field of type Date |
udf_date_4 | Date | User Defined Field of type Date |
requested_by_business_unit | Business Unit Object | The business unit that is requesting the resource Available from CRM.COM R18.0.0 |
Group Object | The Group that is requesting the resource Deprecated from CRM.COM R18.0.0 (replaced with requested_by_business_unit) | |
Unit Object | The Unit that is requesting the resource Deprecated from CRM.COM R18.0.0 (replaced with requested_by_business_unit) | |
User Object | The User that is requesting the resource | |
Unit Object | The Unit that is requested as a resource Available from CRM.COM R18.0.0 | |
Unit Object | The Unit that is requested as a resource Deprecated from CRM.COM R18.0.0 (replaced with requested_business_unit) | |
Product Object | The one time service that the requested resource should provide | |
Activity Object | The Activity for which the requested resource should be provided for | |
to_be_used_by_activity_service | Activity Services to be Provided Object | The Activity Service for which the requested resource should be provided for |
Resource Plan Entry Object | The Resource Availability record which was requested for this resource request, in the case were the resource request was accepted | |
log_information | Log Information Object | The log information of the retrieved resource request |
Referred Objects Response Data