POST api/BasicData/GetFCustomerList
请求参数信息
URI 参数
None.
Body 参数
BasePageRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| keyid | string |
None. |
|
| querystr | string |
None. |
|
| pageindex | integer |
None. |
|
| pagesize | integer |
None. |
|
| startDate | string |
None. |
|
| endDate | string |
None. |
|
| status | string |
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",
"pageindex": 3,
"pagesize": 4,
"startDate": "sample string 5",
"endDate": "sample string 6",
"status": "sample string 7",
"queryparam": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"sign": "sample string 8"
}
application/xml, text/xml
Sample:
<BasePageRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models.RequestModel">
<sign xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models">sample string 8</sign>
<endDate>sample string 6</endDate>
<keyid>sample string 1</keyid>
<pageindex>3</pageindex>
<pagesize>4</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>
<startDate>sample string 5</startDate>
<status>sample string 7</status>
</BasePageRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
接口返回信息
返回信息说明
JMResponseOfViewPageModelOfCustomerEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | ViewPageModelOfCustomerEntity |
None. |
返回数据格式
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {
"Total": 1,
"ModelList": [
{
"FCustomerId": 1,
"FCustomerNumber": "sample string 2",
"FCustomerName": "sample string 3",
"FShortName": "sample string 4",
"FUseOrgId": 5,
"FUseOrgName": "sample string 6",
"FGroupName": "sample string 7",
"FDocumentStatus": "sample string 8",
"FForbidStatus": "sample string 9",
"FCustomerClass": "sample string 10",
"FCreditAmount": 1.0,
"FContactName": "sample string 11",
"FContactPhone": "sample string 12"
},
{
"FCustomerId": 1,
"FCustomerNumber": "sample string 2",
"FCustomerName": "sample string 3",
"FShortName": "sample string 4",
"FUseOrgId": 5,
"FUseOrgName": "sample string 6",
"FGroupName": "sample string 7",
"FDocumentStatus": "sample string 8",
"FForbidStatus": "sample string 9",
"FCustomerClass": "sample string 10",
"FCreditAmount": 1.0,
"FContactName": "sample string 11",
"FContactPhone": "sample string 12"
}
],
"PageIndex": 2,
"PageSize": 3,
"PageNum": 1
}
}
application/xml, text/xml
Sample:
<JMResponseOfViewPageModelOfCustomerEntity1qFbQ_PnPrIMl6kOh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models">
<code>sample string 1</code>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.APIHelp">
<d2p1:ModelList xmlns:d3p1="http://schemas.datacontract.org/2004/07/WLYServices.Domain._03_Entity.BasicData">
<d3p1:CustomerEntity>
<d3p1:FContactName>sample string 11</d3p1:FContactName>
<d3p1:FContactPhone>sample string 12</d3p1:FContactPhone>
<d3p1:FCreditAmount>1</d3p1:FCreditAmount>
<d3p1:FCustomerClass>sample string 10</d3p1:FCustomerClass>
<d3p1:FCustomerId>1</d3p1:FCustomerId>
<d3p1:FCustomerName>sample string 3</d3p1:FCustomerName>
<d3p1:FCustomerNumber>sample string 2</d3p1:FCustomerNumber>
<d3p1:FDocumentStatus>sample string 8</d3p1:FDocumentStatus>
<d3p1:FForbidStatus>sample string 9</d3p1:FForbidStatus>
<d3p1:FGroupName>sample string 7</d3p1:FGroupName>
<d3p1:FShortName>sample string 4</d3p1:FShortName>
<d3p1:FUseOrgId>5</d3p1:FUseOrgId>
<d3p1:FUseOrgName>sample string 6</d3p1:FUseOrgName>
</d3p1:CustomerEntity>
<d3p1:CustomerEntity>
<d3p1:FContactName>sample string 11</d3p1:FContactName>
<d3p1:FContactPhone>sample string 12</d3p1:FContactPhone>
<d3p1:FCreditAmount>1</d3p1:FCreditAmount>
<d3p1:FCustomerClass>sample string 10</d3p1:FCustomerClass>
<d3p1:FCustomerId>1</d3p1:FCustomerId>
<d3p1:FCustomerName>sample string 3</d3p1:FCustomerName>
<d3p1:FCustomerNumber>sample string 2</d3p1:FCustomerNumber>
<d3p1:FDocumentStatus>sample string 8</d3p1:FDocumentStatus>
<d3p1:FForbidStatus>sample string 9</d3p1:FForbidStatus>
<d3p1:FGroupName>sample string 7</d3p1:FGroupName>
<d3p1:FShortName>sample string 4</d3p1:FShortName>
<d3p1:FUseOrgId>5</d3p1:FUseOrgId>
<d3p1:FUseOrgName>sample string 6</d3p1:FUseOrgName>
</d3p1:CustomerEntity>
</d2p1:ModelList>
<d2p1:PageIndex>2</d2p1:PageIndex>
<d2p1:PageSize>3</d2p1:PageSize>
<d2p1:Total>1</d2p1:Total>
</data>
<msg>sample string 2</msg>
</JMResponseOfViewPageModelOfCustomerEntity1qFbQ_PnPrIMl6kOh>