Currency
Learn more about Currencies from the following resources:
Operations
Operation | Operation Id | Summary | Detail |
---|---|---|---|
GET | GetCurrency | Get a Currency resource. |
|
PATCH | UpdateCurrency | Update an existing Currency resource. |
|
DELETE | DeleteCurrency | Delete an existing Currency resource. |
|
GET | GetCurrencyCollection | Get a collection of Currency resources. |
|
POST | CreateCurrency | Create a new Currency resource. |
|
GET | LookupCurrencyChangePermissionTree | Lookup the permission set for changing the Currency. |
|
GET | LookupCurrencyInsertPermissionTree | Lookup the permission set for creating the Currency. |
|
GET | BatchGetCurrency | Get a collection of Currency resources for the set of id's. |
|
POST | BatchCreateCurrency | Create a new collection of Currency resources. |
|
PATCH | BatchUpdateCurrency | Update a collection of existing Currency resources. |
|
DELETE | BatchDeleteCurrency | Delete a collection of existing Currency resources. |
|
PATCH | ChangeCurrencyIsActive | Change the IsActive status for an existing Currency resource. |
|
PATCH | ChangeCurrencyPermissionTree | Change the PermissionTree for an existing Currency resource. |
|
PATCH | BatchChangeCurrencyIsActive | Change the IsActive status for a collection of existing Currency resources. |
|
PATCH | BatchChangeCurrencyPermissionTree | Change the PermissionTree status for a collection of existing Currency resources. |