POST Api/ComplexityRating/AddUpdateComplexityRating

Request Information

URI Parameters

None.

Body Parameters

AddUpdateComplexityRating
NameDescriptionTypeAdditional information
Id

integer

None.

FieldName

string

None.

ChoiceValue

string

None.

Score

integer

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FieldName": "sample string 2",
  "ChoiceValue": "sample string 3",
  "Score": 4,
  "IsActive": true
}

application/xml, text/xml

Sample:
<AddUpdateComplexityRating xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.NABids.Request">
  <ChoiceValue>sample string 3</ChoiceValue>
  <FieldName>sample string 2</FieldName>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <Score>4</Score>
</AddUpdateComplexityRating>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.