Systems Transactions Users

currencies resource

GET https://api.saldo.com.arcurrencies

Attributes

key
create, read, update
usd_price
create, read, update
price
create, read, update

Relationships

best_rates
has one of type: best_rates

JSON Resource Example

  {
    data: {
      type: currencies,
      id: 552,
      attributes: {
        key: someValue,
        usd_price: someValue,
        price: someValue
        },
      relationships: { 
         best_rates:{
          id: 950,
          type: best_rates
        }
      }
    }
  }

JSON-API Entry points

DELETE PATCH GET https://api.saldo.com.arcurrencies/{resource_id}

POST https://api.saldo.com.arcurrencies/