Table of Contents

Currency

CurrencyId : int64Code : stringDescription : stringNotes : stringIsActive : booleanIsoCode : stringCreatedOn : datetimeModifiedOn : datetimeVersion : int32PermissionTreeUseruser rightscreated bymodified by

Learn more about Currencies from the following resources:

Operations

Operation Operation Id Summary Detail
GET GetCurrency

Get a Currency resource.

View

PATCH UpdateCurrency

Update an existing Currency resource.

View

DELETE DeleteCurrency

Delete an existing Currency resource.

View

GET GetCurrencyCollection

Get a collection of Currency resources.

View

POST CreateCurrency

Create a new Currency resource.

View

GET LookupCurrencyChangePermissionTree

Lookup the permission set for changing the Currency.

View

GET LookupCurrencyInsertPermissionTree

Lookup the permission set for creating the Currency.

View

GET BatchGetCurrency

Get a collection of Currency resources for the set of id's.

View

POST BatchCreateCurrency

Create a new collection of Currency resources.

View

PATCH BatchUpdateCurrency

Update a collection of existing Currency resources.

View

DELETE BatchDeleteCurrency

Delete a collection of existing Currency resources.

View

PATCH ChangeCurrencyIsActive

Change the IsActive status for an existing Currency resource.

View

PATCH ChangeCurrencyPermissionTree

Change the PermissionTree for an existing Currency resource.

View

PATCH BatchChangeCurrencyIsActive

Change the IsActive status for a collection of existing Currency resources.

View

PATCH BatchChangeCurrencyPermissionTree

Change the PermissionTree status for a collection of existing Currency resources.

View