Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of rate tracker type.
Collection of Nano.RateTrackerTypeName | Description | Type | Additional information |
---|---|---|---|
code |
Gets or sets the code. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
isActive |
Gets or sets a value indicating whether gets or sets the isAction. |
boolean |
None. |
id |
Gets or sets the rate tracker type identifier. |
integer |
None. |
rateTrackers |
Gets or sets the rate trackers identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "code": "sample String 1", "description": "sample String 2", "isActive": true, "id": "4", "rateTrackers": [ "1", "2" ] }, { "code": "sample String 1", "description": "sample String 2", "isActive": true, "id": "4", "rateTrackers": [ "1", "2" ] } ]
text/html
Sample:
[{"code":"sample String 1","description":"sample String 2","isActive":true,"id":"4","rateTrackers":["1","2"]},{"code":"sample String 1","description":"sample String 2","isActive":true,"id":"4","rateTrackers":["1","2"]}]
application/vnd.api+json
Sample:
Sample not available.