Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
rateTrackerTypeId |
The rate tracker type identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The rate tracker type, if it exists.
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" ] }
text/html
Sample:
{"code":"sample String 1","description":"sample String 2","isActive":true,"id":"4","rateTrackers":["1","2"]}
application/vnd.api+json
Sample:
Sample not available.