Skip to main content

Indexrate

Represents an index rate.

assignedIndexRateSourceKeystring

The index rate source that the index rate belongs to.

encodedKeystring

The encoded key of the index rate, which is auto generated, and unique.

idstring

The ID of the index rate, which can be generated and customized, and must be unique.

notesstring

The notes or description attached to this object.

ratenumber

The percentage value of the index rate.

startDatedate-time

The date when the index rate starts being the active rate for its source.

Example: 2016-09-06T13:37:50+03:00
userKeystring

The key for the user that last modified the index rate.

Indexrate
{
"assignedIndexRateSourceKey": "string",
"encodedKey": "string",
"id": "string",
"notes": "string",
"rate": 0,
"startDate": "2016-09-06T13:37:50+03:00",
"userKey": "string"
}