Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

This method creates a service request  Single service requests can be created by each call.

...

Name

Type

Description

token

String

The token retrieved from the login method

type_identifier

(mandatory)

Service Request Type Identifier

The type of the service request. The allowed service request type identifier fields are the following:

Include Page
V4:service_request_type_identifier
V4:service_request_type_identifier

accounts_receivable_identifier

(mandatory)

Accounts Receivable Identifier

The accounts receivable that will be related with the service request. The allowed accounts receivable identifier fields are the following:

Include Page
v4:accounts_receivable_identifier
v4:accounts_receivable_identifier

contact_information_identifier

(optional)

Contact Information Identifier

The contact information that raised the service request. The contact information should be the accounts receivable owner or a contact information related with the accounts receivable owner. If not specified it is automatically set to the accounts owner. The allowed contact information identifier fields are the following:

Include Page
v4:contact_information_identifier
v4:contact_information_identifier

caller_email

(mandatory on conditions)

Sting

The email of the caller. This information is mandatory if the service requests definition is configured to automatically email customers upon changes of their service requests statuses

Tip

From CRM.COM R10.0.0 the caller_email is optional since the service request's status change might also be communicated to the customer through an SMS message.

caller_phone

(optional)

Sting

The phone of the caller. This information is required if the service requests type is configured to automatically SMS messages customers upon changes of their service requests statuses

Tip

Available from CRM.COM R10.0.0

description

(optional)

StringA description of the service request

notes

(optional)

StringShared notes fir the service request

status_identifier

(mandatory)

Service Request Status Identifier

The status of the service request. The allowed service request status identifier fields are the following:

Include Page
V4:service_request_status_identifier
V4:service_request_status_identifier

category_identifier

(mandatory)

Service Request Category Identifier

The category of the service request. The allowed service request category identifier fields are the following:

Include Page
V4:service_request_category_identifier
V4:service_request_category_identifier

urgency_level

(mandatory)

String

The urgency level of the service request, which can be one of the following:

URGENCY1, URGENCY2, URGENCY3, CUSTOM1, CUSTOM2 , CUSTOM3, CUSTOM4, CUSTOM5

Tip

From CRM.COM R14.0.0, the following urgency levels are not supported CUSTOM3, CUSTOM4 and CUSTOM5

impact_level

(mandatory)

String

The impact level of the service request, which can be one of the following:

IMPACT1, IMPACT2, IMPACT3, CUSTOM1, CUSTOM2 , CUSTOM3, CUSTOM4, CUSTOM5

Tip

From CRM.COM R14.0.0, the following impact levels are not supported CUSTOM3, CUSTOM4 and CUSTOM5

owned_by_group_identifier
(optional)

The identifier of the owned by group information

The owned by group information of the service request. The allowed group identifier fields are the following:

Include Page
V4:group_identifier
V4:group_identifier

privacy_level_identifier
(optional)

The identifier of the privacy level

The privacy level of the service request. The allowed privacy level identifier fields are the following:

Include Page
V4:privacy_level_identifier
V4:privacy_level_identifier

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

start_date
(optional)

DateThe date that the activity is created

expected_completion_date
(semi-optional)

DateThe date that the service request is expected to be completed. It is automatically calculated if estimate completion time is specified.
 estimated_completion_time
(semi-optional)
Time Period ObjectThe time that is estimated to complete the service request, measured in minutes, hours, days, weeks, years. It is automatically calculated if expected completion date is specified.
assigned_to
(mandatory on conditions)
Assigned to objectThe assignment information for the service request. Assign to information is mandatory to be specified, unless if it is set automatically through ACR rules.

referring_to

(optional)

Service Request Referring To ObjectThe entities that the service request is referring to which can be a subscription or a job

response

(optional)
Service Request Response ObjectThe response that will be provided to the service request

temporary_resolution

(optional)

Service Request Temporary Resolution Object

The temporary resolution that will be provided to the service request

final_resolution

(optional)

Service Request Final Resolution ObjectThe final resolution that will be provided to the service request

services_set

(optional)

Set of Service Request Services Objects

A list of services for which the service request was raised for

physical_goods_set

(optional)

Set of Service Request Physical Goods Objects

A list of the physical goods for which the service request was raised for, which can be traceable or not traceable

related_service_requests_set

(optional)

Set of Related Service Request ObjectsA list with the service requests that the raised service request relates to

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

...