HomeGuidesAPI ReferenceChangelogDiscussions
GuidesiMIS ProfessionaliMIS EnterpriseClient SupportLog In
API Reference
These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Executes an ImportFileType operation

Executes an operation of ImportFileType

With the ImportFileType service, you can perform the following operations on the execute endpoint:

  • ImportFile
  • ImportFilePassThrough

ImportFile

BODY PARAMS:
{
    "$type": "Asi.Soa.Core.DataContracts.ImportFileRequest, Asi.Contracts",
    "EntityTypeName": "ImportFileType",
    "OperationName": "ImportFile",
    "FileName": "string value",
    "FileTypeId": "string value",
    "UserId": "string value"
}

ImportFilePassThrough

BODY PARAMS:
{
    "$type": "Asi.Soa.Core.DataContracts.ImportFileRequest, Asi.Contracts",
    "EntityTypeName": "ImportFileType",
    "OperationName": "ImportFilePassThrough",
    "FileName": "string value",
    "FileTypeId": "string value",
    "UserId": "string value"
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!