post https://yourorgsite.com/api/ImportFileType/_execute
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"
}