/
createRequestTypeInServiceDesk
createRequestTypeInServiceDesk
Description
Creates a new request type in the provided service desk.
Parameters
Return Type
string
The id of the newly added request type if it gets created.
Example
return createRequestTypeInServiceDesk(1, "TestRequest", 10011);
See also
Peacock
, multiple selections available,
Related content
Request Type Functions
Request Type Functions
Read with this
createCustomerRequest
createCustomerRequest
More like this
Predefined Structure Types
Predefined Structure Types
Read with this
getRequestTypeByIdForServiceDesk
getRequestTypeByIdForServiceDesk
More like this
getRequestTypesForServiceDesk
getRequestTypesForServiceDesk
More like this
removeRequestTypeByIdFromServiceDesk
removeRequestTypeByIdFromServiceDesk
More like this