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

key_values resource

GET https://api.multinexo.comcompanies/{company_id}/key_values

Attributes

key
create, read string
value
create, read, update string

Relationships

author
has one of type: author
company
has one of type: company

JSON Resource Example

  {
    data: {
      type: key_values,
      id: 323,
      attributes: {
        key: string,
        value: string
        },
      relationships: { 
         author:{
          id: 116,
          type: author
        },
      
         company:{
          id: 548,
          type: company
        }
      }
    }
  }

JSON-API Entry points

DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/key_values/{resource_id}

POST https://api.multinexo.comcompanies/{company_id}/key_values/