POST api/CaiGou/GetQuestionList
遗留问题
请求参数信息
URI 参数
None.
Body 参数
BasePageRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| keyid | string |
None. |
|
| querystr | string |
None. |
|
| Status | integer |
None. |
|
| pageindex | integer |
None. |
|
| pagesize | integer |
None. |
|
| queryparam | Dictionary of string [key] and string [value] |
None. |
|
| sign | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"keyid": "sample string 1",
"querystr": "sample string 2",
"Status": 3,
"pageindex": 4,
"pagesize": 5,
"queryparam": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"sign": "sample string 6"
}
application/xml, text/xml
Sample:
<BasePageRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JYSupply.APIApplication.Models.RequestModel">
<sign xmlns="http://schemas.datacontract.org/2004/07/JYSupply.APIApplication.Models">sample string 6</sign>
<Status>3</Status>
<keyid>sample string 1</keyid>
<pageindex>4</pageindex>
<pagesize>5</pagesize>
<queryparam xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</queryparam>
<querystr>sample string 2</querystr>
</BasePageRequestModel>
application/x-www-form-urlencoded
Sample:
接口返回信息
返回信息说明
JMResponseOfViewPageModelOfQuestionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | ViewPageModelOfQuestionModel |
None. |
返回数据格式
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {
"Total": 1,
"ModelList": [
{
"FId": "sample string 1",
"FBusinessType": "sample string 2",
"FBillNo": "sample string 3",
"ErrorMessage": "sample string 4",
"FSupplierId": 5,
"FSupplierName": "sample string 6",
"ZGStatus": 7
},
{
"FId": "sample string 1",
"FBusinessType": "sample string 2",
"FBillNo": "sample string 3",
"ErrorMessage": "sample string 4",
"FSupplierId": 5,
"FSupplierName": "sample string 6",
"ZGStatus": 7
}
],
"PageIndex": 2,
"PageSize": 3,
"PageNum": 1
}
}
application/xml, text/xml
Sample:
<JMResponseOfViewPageModelOfQuestionModellyKVn4wlzLR_StK6J xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JYSupply.APIApplication.Models">
<code>sample string 1</code>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JYSupply.APIApplication.APIHelp">
<d2p1:ModelList xmlns:d3p1="http://schemas.datacontract.org/2004/07/JYSupply.Domain.ViewModel">
<d3p1:QuestionModel>
<d3p1:ErrorMessage>sample string 4</d3p1:ErrorMessage>
<d3p1:FBillNo>sample string 3</d3p1:FBillNo>
<d3p1:FBusinessType>sample string 2</d3p1:FBusinessType>
<d3p1:FId>sample string 1</d3p1:FId>
<d3p1:FSupplierId>5</d3p1:FSupplierId>
<d3p1:FSupplierName>sample string 6</d3p1:FSupplierName>
<d3p1:ZGStatus>7</d3p1:ZGStatus>
</d3p1:QuestionModel>
<d3p1:QuestionModel>
<d3p1:ErrorMessage>sample string 4</d3p1:ErrorMessage>
<d3p1:FBillNo>sample string 3</d3p1:FBillNo>
<d3p1:FBusinessType>sample string 2</d3p1:FBusinessType>
<d3p1:FId>sample string 1</d3p1:FId>
<d3p1:FSupplierId>5</d3p1:FSupplierId>
<d3p1:FSupplierName>sample string 6</d3p1:FSupplierName>
<d3p1:ZGStatus>7</d3p1:ZGStatus>
</d3p1:QuestionModel>
</d2p1:ModelList>
<d2p1:PageIndex>2</d2p1:PageIndex>
<d2p1:PageSize>3</d2p1:PageSize>
<d2p1:Total>1</d2p1:Total>
</data>
<msg>sample string 2</msg>
</JMResponseOfViewPageModelOfQuestionModellyKVn4wlzLR_StK6J>