Interface RequestTypeDeleteParameters


@PublicApi public interface RequestTypeDeleteParameters
Parameters to delete a RequestType.
Since:
v3.7.0
  • Method Details

    • requestType

      int requestType()
      The id of this RequestType.

      Is mandatory for this request.

    • serviceDesk

      int serviceDesk()
      The id of the ServiceDesk this RequestType must belong to.

      Is mandatory for this request.