GET api/RateItemsV2

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "RecordId": 1,
    "CreatedBy": "sample string 2",
    "DateCreated": "2026-01-11T20:33:22.3922195-05:00",
    "UpdatedBy": "sample string 4",
    "UpdatedOn": "2026-01-11T20:33:22.3922195-05:00",
    "Code": "sample string 5",
    "Name": "sample string 6",
    "Description": "sample string 7",
    "Deleted": true
  },
  {
    "$ref": "1"
  }
]