Details

Import Vendor details from file

post

Read and return MFA Vendor details from an ini file.

Body
VendorFilestring · binaryOptional

Vendor Details file to be uploaded.

VendorFilePathstringOptional
Responses
200
Success
application/json; api-version=1.0
post
POST /api/MFAVendor/Details HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 47

{
  "VendorFile": "binary",
  "VendorFilePath": "text"
}
[
  {
    "id": 1,
    "name": "text",
    "vendorAttributes": [
      {
        "id": 1,
        "name": "text",
        "type": [
          "0 = Number",
          "1 = String",
          "2 = IP",
          "3 = Time"
        ]
      }
    ]
  }
]

Last updated

Was this helpful?