Systems Transactions Users

user_fiscal_data resource

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

Attributes

cuit
create, read, update
name
create, read, update
responsibility
create, read, update
address
create, read, update
city
create, read, update
province
create, read, update

Relationships

user
has one of type: user

JSON Resource Example

  {
    data: {
      type: user_fiscal_data,
      id: 117,
      attributes: {
        cuit: someValue,
        name: someValue,
        responsibility: someValue,
        address: someValue,
        city: someValue,
        province: someValue
        },
      relationships: { 
         user:{
          id: 169,
          type: user
        }
      }
    }
  }

JSON-API Entry points

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

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