POST api/SensitivityFactor

Request Information

URI Parameters

None.

Body Parameters

SensitivityFactor
NameDescriptionTypeAdditional information
Name

string

None.

Value

decimal number

None.

Id

string

None.

Version

Collection of byte

None.

CreatedAt

date

None.

UpdatedAt

date

None.

Deleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "value": 2.0,
  "id": "sample string 3",
  "version": "QEA=",
  "createdAt": "2026-01-16T07:31:08.441Z",
  "updatedAt": "2026-01-16T07:31:08.441Z",
  "deleted": true
}

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 'SensitivityFactor'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.