PATCH api/BoreDiameter/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

DeltaOfBoreDiameter
NameDescriptionTypeAdditional information
EntityType

Type

None.

ExpectedClrType

Type

None.

Request Formats

application/json, text/json

Sample:
{
  "name": null,
  "diameterInInches": 0.0,
  "dateCreatedUtc": "0001-01-01T00:00:00Z",
  "id": null,
  "version": null,
  "createdAt": null,
  "updatedAt": null,
  "deleted": false
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BoreDiameter
NameDescriptionTypeAdditional information
Name

string

None.

DiameterInInches

decimal number

None.

DateCreatedUtc

date

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",
  "diameterInInches": 2.1,
  "dateCreatedUtc": "2025-08-31T08:22:25.12Z",
  "id": "sample string 4",
  "version": "QEA=",
  "createdAt": "2025-08-31T08:22:25.12Z",
  "updatedAt": "2025-08-31T08:22:25.12Z",
  "deleted": true
}