Create a Service Request

You can create Service Requests using Rest API.

Base URL:

https://{tenant url}/api/rest/ServiceRequest/new

Field Values

How to fetch the values of the fields used for executing the Create Service Request API is detailed below.

Parameters

The base structure of the Parameter is -

"parameters": {

// {parameter name}

"par-{Parameter RecID}": "value",

}

Unsuccessful Responses