Import API

Import

API method accepts POST-request with CSV / XLS (multipart/form-data)

POST https://api.directual.com/good/api/v3/struct/structureName/import?appID=appID&appSecret=appSecret

Path Parameters

NameTypeDescription

structureName

string

Structure system name

appID

string

App ID (go to API section, API keys)

appSecret

string

API key secret (go to API section, API keys)

{
  "result": {
    "insert": 10,
    "update": 1,
    "lastObjectID": "3d00ccc3-eb6a-403e-8846-961e38341b49"
  },
  "status": "OK"
}

Tip: Export the file, check its format, then prepare it for import.

Last updated