POST api/Contract/PostSLA
Request Information
URI Parameters
None.
Body Parameters
ContractSla| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractSlaId | integer |
None. |
|
| ContractId | integer |
None. |
|
| SlaDictionaryId | integer |
None. |
|
| TrubleshootingStartHours | integer |
None. |
|
| TrubleshootingTotalHours | integer |
None. |
|
| DispatcherReactionMinute | integer |
None. |
|
| SlaName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"contractSlaId": 1,
"contractId": 2,
"slaDictionaryId": 1,
"trubleshootingStartHours": 1,
"trubleshootingTotalHours": 1,
"dispatcherReactionMinute": 1,
"slaName": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.