POST sla/SaveSLAGroup

Request Information

URI Parameters

None.

Body Parameters

SLAGroupDetailsEntity
NameDescriptionTypeAdditional information
TenantID

integer

None.

ServiceGroupId

integer

None.

ServiceGroupName

string

None.

RequesterName

string

None.

Phone1

string

None.

Phone2

string

None.

SLADespatchTimeSec

integer

None.

SLAGroupStatus

integer

None.

CreationDate

date

None.

IsRequester

boolean

None.

OutsideResponseID

integer

None.

Action

string

None.

LsnRequestId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantID": 1,
  "ServiceGroupId": 2,
  "ServiceGroupName": "sample string 3",
  "RequesterName": "sample string 4",
  "Phone1": "sample string 5",
  "Phone2": "sample string 6",
  "SLADespatchTimeSec": 1,
  "SLAGroupStatus": 1,
  "CreationDate": "2026-04-17T11:37:31.7208583+00:00",
  "IsRequester": true,
  "OutsideResponseID": 7,
  "Action": "sample string 8",
  "LsnRequestId": 9
}

text/html

Sample:
{"TenantID":1,"ServiceGroupId":2,"ServiceGroupName":"sample string 3","RequesterName":"sample string 4","Phone1":"sample string 5","Phone2":"sample string 6","SLADespatchTimeSec":1,"SLAGroupStatus":1,"CreationDate":"2026-04-17T11:37:31.7208583+00:00","IsRequester":true,"OutsideResponseID":7,"Action":"sample string 8","LsnRequestId":9}

application/xml, text/xml

Sample:
<SLAGroupDetailsEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.SLA">
  <Action>sample string 8</Action>
  <CreationDate>2026-04-17T11:37:31.7208583+00:00</CreationDate>
  <IsRequester>true</IsRequester>
  <LsnRequestId>9</LsnRequestId>
  <OutsideResponseID>7</OutsideResponseID>
  <Phone1>sample string 5</Phone1>
  <Phone2>sample string 6</Phone2>
  <RequesterName>sample string 4</RequesterName>
  <SLADespatchTimeSec>1</SLADespatchTimeSec>
  <SLAGroupStatus>1</SLAGroupStatus>
  <ServiceGroupId>2</ServiceGroupId>
  <ServiceGroupName>sample string 3</ServiceGroupName>
  <TenantID>1</TenantID>
</SLAGroupDetailsEntity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SLAGroupDetailsEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.