POST VueApi/ClassFile
查询图片接口
Request Information
URI Parameters
None.
Body Parameters
GetClassFileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fItemId | string |
None. |
|
| fUrl | string |
None. |
|
| fBillTypeId | integer |
None. |
|
| fPageIndex | integer |
None. |
|
| fFieldName | string |
None. |
|
| fRowIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fItemId": "sample string 1",
"fUrl": "sample string 2",
"fBillTypeId": 3,
"fPageIndex": 4,
"fFieldName": "sample string 5",
"fRowIndex": 6
}
application/xml, text/xml
Sample:
<GetClassFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi"> <fBillTypeId>3</fBillTypeId> <fFieldName>sample string 5</fFieldName> <fItemId>sample string 1</fItemId> <fPageIndex>4</fPageIndex> <fRowIndex>6</fRowIndex> <fUrl>sample string 2</fUrl> </GetClassFileModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ClassFileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| result | DataTable |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": null,
"error": 1,
"Msg": "sample string 2"
}
application/xml, text/xml
Sample:
<ClassFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi"> <Msg>sample string 2</Msg> <error>1</error> <result i:nil="true" /> </ClassFileModel>