bookingCurrency resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a monetary currency supported by a bookingBusiness.

Methods

Method Return Type Description
List bookingCurrencies bookingCurrency collection Get a list of bookingCurrency objects available to a Microsoft Bookings business.
Get bookingCurrency bookingCurrency Get the properties of a bookingCurrency object.

Properties

Property Type Description
id String A three character currency code, based on ISO 4217. For example, the currency code for the US dollar is USD, and for the Australian dollar is AUD. Read-only.
symbol String The currency symbol. For example, the currency symbol for the US dollar and for the Australian dollar is $.

Relationships

None

JSON representation

Here's a JSON representation of the resource.

{
  "id": "String (identifier)",
  "symbol": "String"
}