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

imports resource

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

Attributes

resource
create, read, update enum (entities, products) EnumFilter Sortable
has_header
create, read, update boolean
headers
create, read, update string
records
read
status
read
observation
create, read, update

Relationships

Filter example

https://api.multinexo.comcompanies/{company_id}/imports?filter[resource]=someValue

JSON Resource Example

  {
    data: {
      type: imports,
      id: 561,
      attributes: {
        resource: someValue,
        has_header: true,
        headers: string,
        records: someValue,
        status: someValue,
        observation: someValue
        },
      relationships: { }
    }
  }

JSON-API Entry points

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

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

A tener en cuenta

Actualmente los archivos soportados para importar son en formato .XLS y .CSV. Este recurso solo soporta POST por fuera de JSON-API

Entry points externos a JSON-API

POST http://api.multinexo.com/v1/companies/{companyId}/imports

Datos obligatorios para POST

resource: string;
(binary) file;