Resource Data Type

Abstract Type
Subtypes
ImmutableExchangeRateDto, object, Json
Properties
name data type description
code string
links JaxbLink
id number

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "code" : "...",
  "links" : {
    "href" : "...",
    "params" : {
      "property1" : { },
      "property2" : { }
    }
  },
  "id" : 12345
}