Systems Transactions Users

systems resource

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

Attributes

name
create, read, update
amount
create, read, update
currency
create, read, update EnumFilter Sortable
decimal_places
create, read, update
can_send
create, read, update
can_receive
create, read, update
fee_send
create, read, update
fee_receive
create, read, update
account_required_send
create, read, update
account_required_receive
create, read, update
id_agreement
create, read, update
minimum_amount_send
create, read, update
minimum_amount_receive
create, read, update
maximum_amount_send
create, read, update
maximum_amount_receive
create, read, update
account_type
create, read, update
market
create, read, update

Relationships

rates
has one of type: rates

Filter example

https://api.saldo.com.arsystems?filter[currency]=someValue

JSON Resource Example

  {
    data: {
      type: systems,
      id: 113,
      attributes: {
        name: someValue,
        amount: someValue,
        currency: someValue,
        decimal_places: someValue,
        can_send: someValue,
        can_receive: someValue,
        fee_send: someValue,
        fee_receive: someValue,
        account_required_send: someValue,
        account_required_receive: someValue,
        id_agreement: someValue,
        minimum_amount_send: someValue,
        minimum_amount_receive: someValue,
        maximum_amount_send: someValue,
        maximum_amount_receive: someValue,
        account_type: someValue,
        market: someValue
        },
      relationships: { 
         rates:{
          id: 413,
          type: rates
        }
      }
    }
  }

JSON-API Entry points

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

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