POST api/Contract/PostSLA

Request Information

URI Parameters

None.

Body Parameters

ContractSla
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.