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