POST VueApi/InsertSave

保存表单

Request Information

URI Parameters

None.

Body Parameters

SaveDataSetReqModel
NameDescriptionTypeAdditional information
fClassId

string

None.

fParentId

integer

None.

fId

string

None.

ds

Collection of GetDataModel

None.

fLastModifyTime

date

None.

listClassFile

Collection of ClassFile

None.

dsCnt

Collection of GetDataCntModel

None.

Request Formats

application/json, text/json

Sample:
{
  "fClassId": "sample string 1",
  "fParentId": 2,
  "fId": "sample string 3",
  "ds": [
    {
      "fPageIndex": 1,
      "list": null,
      "listDic": [
        {
          "sample string 1": {},
          "sample string 3": {}
        },
        {
          "sample string 1": {},
          "sample string 3": {}
        }
      ]
    },
    {
      "fPageIndex": 1,
      "list": null,
      "listDic": [
        {
          "sample string 1": {},
          "sample string 3": {}
        },
        {
          "sample string 1": {},
          "sample string 3": {}
        }
      ]
    }
  ],
  "fLastModifyTime": "2026-04-21T19:16:11.3238185+08:00",
  "listClassFile": [
    {
      "fClassFileId": 1,
      "fPageIndex": 2,
      "fIndex": 3,
      "fEntry": 4,
      "fFieldName": "sample string 5",
      "listEntry": [
        {
          "fOriginName": "sample string 1",
          "fName": "sample string 2",
          "fLenght": "sample string 3",
          "fType": "sample string 4",
          "fDate": "sample string 5",
          "fUrl": "sample string 6",
          "fThumbName": "sample string 7",
          "fThumbUrl": "sample string 8"
        },
        {
          "fOriginName": "sample string 1",
          "fName": "sample string 2",
          "fLenght": "sample string 3",
          "fType": "sample string 4",
          "fDate": "sample string 5",
          "fUrl": "sample string 6",
          "fThumbName": "sample string 7",
          "fThumbUrl": "sample string 8"
        }
      ]
    },
    {
      "fClassFileId": 1,
      "fPageIndex": 2,
      "fIndex": 3,
      "fEntry": 4,
      "fFieldName": "sample string 5",
      "listEntry": [
        {
          "fOriginName": "sample string 1",
          "fName": "sample string 2",
          "fLenght": "sample string 3",
          "fType": "sample string 4",
          "fDate": "sample string 5",
          "fUrl": "sample string 6",
          "fThumbName": "sample string 7",
          "fThumbUrl": "sample string 8"
        },
        {
          "fOriginName": "sample string 1",
          "fName": "sample string 2",
          "fLenght": "sample string 3",
          "fType": "sample string 4",
          "fDate": "sample string 5",
          "fUrl": "sample string 6",
          "fThumbName": "sample string 7",
          "fThumbUrl": "sample string 8"
        }
      ]
    }
  ],
  "dsCnt": [
    {
      "fPageIndex": 1,
      "fCnt": 2
    },
    {
      "fPageIndex": 1,
      "fCnt": 2
    }
  ]
}

application/xml, text/xml

Sample:
<SaveDataSetReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
  <ds xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:GetDataModel>
      <d2p1:fPageIndex>1</d2p1:fPageIndex>
      <d2p1:list i:nil="true" />
      <d2p1:listDic xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:ArrayOfKeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 3</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
        </d4p1:ArrayOfKeyValueOfstringanyType>
        <d4p1:ArrayOfKeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 3</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
        </d4p1:ArrayOfKeyValueOfstringanyType>
      </d2p1:listDic>
    </d2p1:GetDataModel>
    <d2p1:GetDataModel>
      <d2p1:fPageIndex>1</d2p1:fPageIndex>
      <d2p1:list i:nil="true" />
      <d2p1:listDic xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:ArrayOfKeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 3</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
        </d4p1:ArrayOfKeyValueOfstringanyType>
        <d4p1:ArrayOfKeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>sample string 3</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
        </d4p1:ArrayOfKeyValueOfstringanyType>
      </d2p1:listDic>
    </d2p1:GetDataModel>
  </ds>
  <dsCnt xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:GetDataCntModel>
      <d2p1:fCnt>2</d2p1:fCnt>
      <d2p1:fPageIndex>1</d2p1:fPageIndex>
    </d2p1:GetDataCntModel>
    <d2p1:GetDataCntModel>
      <d2p1:fCnt>2</d2p1:fCnt>
      <d2p1:fPageIndex>1</d2p1:fPageIndex>
    </d2p1:GetDataCntModel>
  </dsCnt>
  <fClassId>sample string 1</fClassId>
  <fId>sample string 3</fId>
  <fLastModifyTime>2026-04-21T19:16:11.3238185+08:00</fLastModifyTime>
  <fParentId>2</fParentId>
  <listClassFile xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:ClassFile>
      <d2p1:fClassFileId>1</d2p1:fClassFileId>
      <d2p1:fEntry>4</d2p1:fEntry>
      <d2p1:fFieldName>sample string 5</d2p1:fFieldName>
      <d2p1:fIndex>3</d2p1:fIndex>
      <d2p1:fPageIndex>2</d2p1:fPageIndex>
      <d2p1:listEntry>
        <d2p1:ClassFileEntry>
          <d2p1:fDate>sample string 5</d2p1:fDate>
          <d2p1:fLenght>sample string 3</d2p1:fLenght>
          <d2p1:fName>sample string 2</d2p1:fName>
          <d2p1:fOriginName>sample string 1</d2p1:fOriginName>
          <d2p1:fThumbName>sample string 7</d2p1:fThumbName>
          <d2p1:fThumbUrl>sample string 8</d2p1:fThumbUrl>
          <d2p1:fType>sample string 4</d2p1:fType>
          <d2p1:fUrl>sample string 6</d2p1:fUrl>
        </d2p1:ClassFileEntry>
        <d2p1:ClassFileEntry>
          <d2p1:fDate>sample string 5</d2p1:fDate>
          <d2p1:fLenght>sample string 3</d2p1:fLenght>
          <d2p1:fName>sample string 2</d2p1:fName>
          <d2p1:fOriginName>sample string 1</d2p1:fOriginName>
          <d2p1:fThumbName>sample string 7</d2p1:fThumbName>
          <d2p1:fThumbUrl>sample string 8</d2p1:fThumbUrl>
          <d2p1:fType>sample string 4</d2p1:fType>
          <d2p1:fUrl>sample string 6</d2p1:fUrl>
        </d2p1:ClassFileEntry>
      </d2p1:listEntry>
    </d2p1:ClassFile>
    <d2p1:ClassFile>
      <d2p1:fClassFileId>1</d2p1:fClassFileId>
      <d2p1:fEntry>4</d2p1:fEntry>
      <d2p1:fFieldName>sample string 5</d2p1:fFieldName>
      <d2p1:fIndex>3</d2p1:fIndex>
      <d2p1:fPageIndex>2</d2p1:fPageIndex>
      <d2p1:listEntry>
        <d2p1:ClassFileEntry>
          <d2p1:fDate>sample string 5</d2p1:fDate>
          <d2p1:fLenght>sample string 3</d2p1:fLenght>
          <d2p1:fName>sample string 2</d2p1:fName>
          <d2p1:fOriginName>sample string 1</d2p1:fOriginName>
          <d2p1:fThumbName>sample string 7</d2p1:fThumbName>
          <d2p1:fThumbUrl>sample string 8</d2p1:fThumbUrl>
          <d2p1:fType>sample string 4</d2p1:fType>
          <d2p1:fUrl>sample string 6</d2p1:fUrl>
        </d2p1:ClassFileEntry>
        <d2p1:ClassFileEntry>
          <d2p1:fDate>sample string 5</d2p1:fDate>
          <d2p1:fLenght>sample string 3</d2p1:fLenght>
          <d2p1:fName>sample string 2</d2p1:fName>
          <d2p1:fOriginName>sample string 1</d2p1:fOriginName>
          <d2p1:fThumbName>sample string 7</d2p1:fThumbName>
          <d2p1:fThumbUrl>sample string 8</d2p1:fThumbUrl>
          <d2p1:fType>sample string 4</d2p1:fType>
          <d2p1:fUrl>sample string 6</d2p1:fUrl>
        </d2p1:ClassFileEntry>
      </d2p1:listEntry>
    </d2p1:ClassFile>
  </listClassFile>
</SaveDataSetReqModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

InsertSaveResModel
NameDescriptionTypeAdditional information
fId

integer

None.

fNumber

string

None.

fLastModifyTime

date

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "fId": 1,
  "fNumber": "sample string 2",
  "fLastModifyTime": "2026-04-21T19:16:11.3396689+08:00",
  "error": 4,
  "Msg": "sample string 5"
}

application/xml, text/xml

Sample:
<InsertSaveResModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
  <Msg>sample string 5</Msg>
  <error>4</error>
  <fId>1</fId>
  <fLastModifyTime>2026-04-21T19:16:11.3396689+08:00</fLastModifyTime>
  <fNumber>sample string 2</fNumber>
</InsertSaveResModel>