POST api/request-sub-type

Request Information

URI Parameters

None.

Body Parameters

RequestSubTypeModel
NameDescriptionTypeAdditional information
RequestTypeID

integer

None.

RequestSubName

string

None.

TotalKPI

decimal number

None.

KPIMatrix_Round1

decimal number

None.

KPIMatrix_Round2

decimal number

None.

KPIMatrix_Round3

decimal number

None.

KPIMatrix_Legal1

decimal number

None.

KPIMatrix_Legal2

decimal number

None.

KPIMatrix_Legal3

decimal number

None.

KPIMatrix_MoreInformation

decimal number

None.

IsUrgent

boolean

None.

Validation_KPI

decimal number

None.

TemplateName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "requestTypeID": 1,
  "requestSubName": "sample string 2",
  "totalKPI": 3.1,
  "kpiMatrix_Round1": 4.1,
  "kpiMatrix_Round2": 5.1,
  "kpiMatrix_Round3": 6.1,
  "kpiMatrix_Legal1": 7.1,
  "kpiMatrix_Legal2": 8.1,
  "kpiMatrix_Legal3": 9.1,
  "kpiMatrix_MoreInformation": 10.1,
  "isUrgent": true,
  "validation_KPI": 11.1,
  "templateName": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.