imports resource
Attributes
- resource
 - has_header
 - 
          create, read, update boolean
 - headers
 - 
          create, read, update string
 - records
 - 
          read
 - status
 - 
          read
 - observation
 - 
          create, read, update
 
Relationships
Filter example
JSON Resource Example
  {
    data: {
      type: imports,
      id: 605,
      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;