CurrencyTypes Test
ReferenceData/CurrencyTypes/Summary
Get a summary representation of all currency types.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/CurrencyTypes/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of CurrencyTypeSummary

Response object type Collection of CurrencyTypeSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Description string
Id integer
Rate decimal number
[
  {
    "Id": 1,
    "Description": "sample string 1",
    "Rate": 2.0
  },
  {
    "Id": 1,
    "Description": "sample string 1",
    "Rate": 2.0
  }
]
<CurrencyTypeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CurrencyType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Rate>2</Rate>
  </CurrencyType>
  <CurrencyType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Rate>2</Rate>
  </CurrencyType>
</CurrencyTypeSummaries>

No entries in change log for this operation.