Skip to main content
JSON Manual Created Edited

Import to Json

Input URI

{base url} + doc/IMPORT



Active Methods

POST



JSON Schema

Details

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "doc/IMPORT",
    "type": "object",
    "properties": {
        "Argument": {
            "type": "string"
        }
    }
}


Examples

Import to Json

{
    "Argument": "C:\\MIDAS\\FSM.json"
}


Specifications

No. Description Key Value Type Default Required

1

JSON File Path

-

String

 -

-



0
Was this article helpful?