Rate Sources

A rate source is a provider of rates/prices.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 64

RateSourceId is an nvarchar field with a maximum length of 64 in the RateSource table. Its purpose is to serve as a unique identifier for each RateSource that is added to the table.

string
required
length ≥ 1

Description of data type nvarchar in the RateSource table is a variable length character string column that stores up to 4000 Unicode characters. It is used to capture longer text descriptions of the RateSource table.

string | null

Miscellaneous notes and information for the entry or record.

string
required
length between 1 and 64

RateFormatId is an nvarchar field in the RateSource table used to store a unique identifier used to uniquely identify a rate format used by a rate source. It has a maximum length of 64 characters.

int32

The IntegrationId field in the RateSource table is an integer data type intended to provide a unique identifier for tracking the integration process of rate data sources.

int32

AsOfOffSet is an int data field in the RateSource table. This field holds an integer which represents an offset from the current date that the rate source is valid through. For example, a value of 6 in this field means that the rate source is valid 6 days from the current date.

string
required
length between 1 and 64

CalendarTypeId is an nvarchar(64) field in the RateSource table that stores a unique identifier for the type of calendar (such as monthly or weekly) associated with a specified rate.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!