PUT api/RateItemsV2/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

VEMModel.Rates.RateItem
NameDescriptionTypeAdditional information
RecordId

integer

None.

CreatedBy

string

Max length: 50

DateCreated

date

None.

UpdatedBy

string

Max length: 50

UpdatedOn

date

None.

Code

string

Max length: 150

Name

string

Max length: 150

Description

string

Max length: 250

Deleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordId": 1,
  "CreatedBy": "sample string 2",
  "DateCreated": "2026-01-11T20:35:39.4715301-05:00",
  "UpdatedBy": "sample string 4",
  "UpdatedOn": "2026-01-11T20:35:39.4715301-05:00",
  "Code": "sample string 5",
  "Name": "sample string 6",
  "Description": "sample string 7",
  "Deleted": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.