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:
- ImportFileRequest
- ImportFile
- ImportFilePassThrough
ImportFileRequest
BODY PARAMS:
{
"$type": "Asi.Soa.Core.DataContracts.ImportFileRequest, Asi.Contracts",
"EntityTypeName": "ImportFileType",
"OperationName": null,
"FileName": "string value",
"FileTypeId": "string value",
"UserId": "string value",
"RequestCulture": "string value"
}