Skip to content

Basic import request

James Williamson edited this page Jul 6, 2018 · 10 revisions

It is best to start with a basic payload

Properties

  • meta: Contains information to be logged when the import has started.
  • settings: Used to control behaviour during Import.
  • data: Payload such as Companies, People, Users etc are placed in here.
{
  "meta": {
    "created_at": "2018-02-15T17:33:56+0000",
    "feed_name": "The corporation"
  },
  "settings": {
    "version": "0.0.1",
    "actions": ["create", "update", "delete", "activate"]
  },
  "data": {
    "people": [],
    "companies": [],
    "users": []
    }
  }
}

Clone this wiki locally