POST Api/APACBidScoreQuestion/AddUpdateAPACBidScoreQuestion
Request Information
URI Parameters
None.
Body Parameters
APACBidScoreQuestionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Weight | decimal number |
None. |
|
| YesValue | decimal number |
None. |
|
| NoValue | decimal number |
None. |
|
| DisplayName | string |
None. |
|
| ProjectFieldTitle | string |
None. |
|
| BluePrintName | string |
None. |
|
| Threshold | decimal number |
None. |
|
| IsActive | boolean |
None. |
|
| AllowDelete | boolean |
None. |
|
| Notes | string |
None. |
|
| ModifiedDate | date |
None. |
|
| ConfigDateTimeFormat | string |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Weight": 2.0,
"YesValue": 3.0,
"NoValue": 4.0,
"DisplayName": "sample string 5",
"ProjectFieldTitle": "sample string 6",
"BluePrintName": "sample string 7",
"Threshold": 8.0,
"IsActive": true,
"AllowDelete": true,
"Notes": "sample string 11",
"ModifiedDate": "2025-11-06T13:05:03.7598847+00:00",
"ConfigDateTimeFormat": "sample string 13",
"ModifiedBy": "sample string 14",
"ModifiedId": 1
}
application/xml, text/xml
Sample:
<APACBidScoreQuestionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.APACBids"> <AllowDelete>true</AllowDelete> <BluePrintName>sample string 7</BluePrintName> <ConfigDateTimeFormat>sample string 13</ConfigDateTimeFormat> <DisplayName>sample string 5</DisplayName> <Id>1</Id> <IsActive>true</IsActive> <ModifiedBy>sample string 14</ModifiedBy> <ModifiedDate>2025-11-06T13:05:03.7598847+00:00</ModifiedDate> <ModifiedId>1</ModifiedId> <NoValue>4</NoValue> <Notes>sample string 11</Notes> <ProjectFieldTitle>sample string 6</ProjectFieldTitle> <Threshold>8</Threshold> <Weight>2</Weight> <YesValue>3</YesValue> </APACBidScoreQuestionModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.