POST sla/Create
Request Information
URI Parameters
None.
Body Parameters
OutsideResponseCompanyEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | integer |
None. |
|
| OutsideResponseId | integer |
None. |
|
| CompanyName | string |
None. |
|
| CompanyDesc | string |
None. |
|
| CompanyTel | string |
None. |
|
| CompanyTel2 | string |
None. |
|
| IsActive | boolean |
None. |
|
| SLAServiceGroupId | integer |
None. |
|
| SLAServiceGroup | string |
None. |
|
| SLAActive | boolean |
None. |
|
| SLADespatchTimeSec | integer |
None. |
|
| SLAProviderId | integer |
None. |
|
| SLAProvider | string |
None. |
|
| SLAConfigured | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenantId": 1,
"OutsideResponseId": 2,
"CompanyName": "sample string 3",
"CompanyDesc": "sample string 4",
"CompanyTel": "sample string 5",
"CompanyTel2": "sample string 6",
"IsActive": true,
"SLAServiceGroupId": 1,
"SLAServiceGroup": "sample string 8",
"SLAActive": true,
"SLADespatchTimeSec": 1,
"SLAProviderId": 1,
"SLAProvider": "sample string 10",
"SLAConfigured": true
}
text/html
Sample:
{"TenantId":1,"OutsideResponseId":2,"CompanyName":"sample string 3","CompanyDesc":"sample string 4","CompanyTel":"sample string 5","CompanyTel2":"sample string 6","IsActive":true,"SLAServiceGroupId":1,"SLAServiceGroup":"sample string 8","SLAActive":true,"SLADespatchTimeSec":1,"SLAProviderId":1,"SLAProvider":"sample string 10","SLAConfigured":true}
application/xml, text/xml
Sample:
<OutsideResponseCompanyEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Areas"> <CompanyDesc>sample string 4</CompanyDesc> <CompanyName>sample string 3</CompanyName> <CompanyTel>sample string 5</CompanyTel> <CompanyTel2>sample string 6</CompanyTel2> <IsActive>true</IsActive> <OutsideResponseId>2</OutsideResponseId> <SLAActive>true</SLAActive> <SLAConfigured>true</SLAConfigured> <SLADespatchTimeSec>1</SLADespatchTimeSec> <SLAProvider>sample string 10</SLAProvider> <SLAProviderId>1</SLAProviderId> <SLAServiceGroup>sample string 8</SLAServiceGroup> <SLAServiceGroupId>1</SLAServiceGroupId> <TenantId>1</TenantId> </OutsideResponseCompanyEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.