Autenticación Autorización Filtros Hardware AuthFactor Cashier Common Companies Documents Entities ExternalApps Fiscal Funds Notifications Products Shared Users

external_apps resource

GET https://api.multinexo.comexternal_apps

Attributes

app_type
create, read, update string StringFilter Sortable
name
create, read, update StringFilter Sortable

Relationships

company_external_apps
has one of type: company_external_apps

Filter example

https://api.multinexo.comexternal_apps?filter[app_type]=string

JSON Resource Example

  {
    data: {
      type: external_apps,
      id: 724,
      attributes: {
        app_type: string,
        name: someValue
        },
      relationships: { 
         company_external_apps:{
          id: 120,
          type: company_external_apps
        }
      }
    }
  }

JSON-API Entry points

DELETE PATCH GET https://api.multinexo.comexternal_apps/{resource_id}

POST https://api.multinexo.comexternal_apps/