POST api/Factory/GetFile

“GetFile”的文档。

Request Information

Parameters

NameDescriptionAdditional information
posdate
“posdate”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "token": "sample string 1",
  "topNumber": 2,
  "orderid": "sample string 3",
  "isSave": true,
  "orderids": "sample string 5",
  "dmspath": "sample string 6"
}

application/xml, text/xml

Sample:
<LoginF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YII.ZXY.Web.API.Controllers">
  <dmspath>sample string 6</dmspath>
  <isSave>true</isSave>
  <orderid>sample string 3</orderid>
  <orderids>sample string 5</orderids>
  <token>sample string 1</token>
  <topNumber>2</topNumber>
</LoginF>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LoginF'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "File_Id": 1,
  "File_Guid": "sample string 1",
  "File_VipId": 1,
  "File_Name": "sample string 2",
  "File_Type": "sample string 3",
  "File_Size": 1.1,
  "File_OrderID": 1,
  "File_Path": "sample string 4",
  "File_ServerPath": "sample string 5",
  "File_LXType": 1,
  "File_UsState": true,
  "File_Time": "2026-08-02T16:36:08.6180943+08:00",
  "File_SysID": 1,
  "File_SysName": "sample string 6"
}

application/xml, text/xml

Sample:
<UserFiles xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YII.ZXY.Web.API.Models">
  <File_Guid>sample string 1</File_Guid>
  <File_Id>1</File_Id>
  <File_LXType>1</File_LXType>
  <File_Name>sample string 2</File_Name>
  <File_OrderID>1</File_OrderID>
  <File_Path>sample string 4</File_Path>
  <File_ServerPath>sample string 5</File_ServerPath>
  <File_Size>1.1</File_Size>
  <File_SysID>1</File_SysID>
  <File_SysName>sample string 6</File_SysName>
  <File_Time>2026-08-02T16:36:08.6180943+08:00</File_Time>
  <File_Type>sample string 3</File_Type>
  <File_UsState>true</File_UsState>
  <File_VipId>1</File_VipId>
</UserFiles>