PATCH api/SensitivityFactor/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

DeltaOfSensitivityFactor
NameDescriptionTypeAdditional information
EntityType

Type

None.

ExpectedClrType

Type

None.

Request Formats

application/json, text/json

Sample:
{
  "name": null,
  "value": 0.0,
  "id": null,
  "version": null,
  "createdAt": null,
  "updatedAt": null,
  "deleted": false
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SensitivityFactor
NameDescriptionTypeAdditional information
Name

string

None.

Value

decimal number

None.

Id

string

None.

Version

Collection of byte

None.

CreatedAt

date

None.

UpdatedAt

date

Required

Deleted

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "value": 2.0,
  "id": "sample string 3",
  "version": "QEA=",
  "createdAt": "2025-08-31T08:18:42.042Z",
  "updatedAt": "2025-08-31T08:18:42.042Z",
  "deleted": true
}