GET api/WareHouseInfo/GetWareHousePage?pageIndex={pageIndex}&pageSize={pageSize}&wareId={wareId}&wareName={wareName}
获取仓库信息(分页)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex |
当前页 |
integer |
Default value is 1 |
| pageSize |
每页条数 |
integer |
Default value is 10 |
| wareId |
仓库Id |
string |
Default value is |
| wareName |
仓库名称 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
InfoResultOfPagerSourceOfMallWareHouseDetaillMobDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PagerSourceOfMallWareHouseDetaillMobDto |
None. |
|
| IsSuccess |
是否成功:true:成功,false:失败 |
boolean |
None. |
| Msg |
返回消息 |
string |
None. |
| Extra |
特定信息 |
string |
None. |
| Code |
内部代码:[成功 000000|失败 000001|未登陆/未授权 000002] |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Data": [
{
"Id": "sample string 1",
"WareName": "sample string 2",
"Lng": 3.0,
"Lat": 4.0,
"SortCode": 1,
"TelepHone": "sample string 5",
"MobilePhone": "sample string 6",
"Address": "sample string 7",
"ContactInfo": "sample string 8",
"UserId": 1,
"Remark": "sample string 9",
"Enabled": true,
"CreateByTime": "sample string 10",
"attachmentList": [
{
"Id": 1,
"BusinessCode": "sample string 2",
"AttachName": "sample string 3",
"AttachUrl": "sample string 4"
},
{
"Id": 1,
"BusinessCode": "sample string 2",
"AttachName": "sample string 3",
"AttachUrl": "sample string 4"
}
]
},
{
"Id": "sample string 1",
"WareName": "sample string 2",
"Lng": 3.0,
"Lat": 4.0,
"SortCode": 1,
"TelepHone": "sample string 5",
"MobilePhone": "sample string 6",
"Address": "sample string 7",
"ContactInfo": "sample string 8",
"UserId": 1,
"Remark": "sample string 9",
"Enabled": true,
"CreateByTime": "sample string 10",
"attachmentList": [
{
"Id": 1,
"BusinessCode": "sample string 2",
"AttachName": "sample string 3",
"AttachUrl": "sample string 4"
},
{
"Id": 1,
"BusinessCode": "sample string 2",
"AttachName": "sample string 3",
"AttachUrl": "sample string 4"
}
]
}
],
"PageIndex": 1,
"PageSize": 2,
"RecordCount": 3,
"PageCount": 4
},
"IsSuccess": true,
"Msg": "sample string 2",
"Extra": "sample string 3",
"Code": "sample string 4"
}
application/xml, text/xml
Sample:
<InfoResultOfPagerSourceOfMallWareHouseDetaillMobDto8taVmWcUom1kJJU9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMS.Core.ShareData">
<Code>sample string 4</Code>
<Extra>sample string 3</Extra>
<IsSuccess>true</IsSuccess>
<Msg>sample string 2</Msg>
<Data>
<PageCount>4</PageCount>
<PageIndex>1</PageIndex>
<PageSize>2</PageSize>
<RecordCount>3</RecordCount>
<Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/CMS.Domain.Dto">
<d3p1:MallWareHouseDetaillMobDto>
<d3p1:Address>sample string 7</d3p1:Address>
<d3p1:ContactInfo>sample string 8</d3p1:ContactInfo>
<d3p1:CreateByTime>sample string 10</d3p1:CreateByTime>
<d3p1:Enabled>true</d3p1:Enabled>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:Lat>4</d3p1:Lat>
<d3p1:Lng>3</d3p1:Lng>
<d3p1:MobilePhone>sample string 6</d3p1:MobilePhone>
<d3p1:Remark>sample string 9</d3p1:Remark>
<d3p1:SortCode>1</d3p1:SortCode>
<d3p1:TelepHone>sample string 5</d3p1:TelepHone>
<d3p1:UserId>1</d3p1:UserId>
<d3p1:WareName>sample string 2</d3p1:WareName>
<d3p1:attachmentList>
<d3p1:AttachmentInfo>
<d3p1:AttachName>sample string 3</d3p1:AttachName>
<d3p1:AttachUrl>sample string 4</d3p1:AttachUrl>
<d3p1:BusinessCode>sample string 2</d3p1:BusinessCode>
<d3p1:Id>1</d3p1:Id>
</d3p1:AttachmentInfo>
<d3p1:AttachmentInfo>
<d3p1:AttachName>sample string 3</d3p1:AttachName>
<d3p1:AttachUrl>sample string 4</d3p1:AttachUrl>
<d3p1:BusinessCode>sample string 2</d3p1:BusinessCode>
<d3p1:Id>1</d3p1:Id>
</d3p1:AttachmentInfo>
</d3p1:attachmentList>
</d3p1:MallWareHouseDetaillMobDto>
<d3p1:MallWareHouseDetaillMobDto>
<d3p1:Address>sample string 7</d3p1:Address>
<d3p1:ContactInfo>sample string 8</d3p1:ContactInfo>
<d3p1:CreateByTime>sample string 10</d3p1:CreateByTime>
<d3p1:Enabled>true</d3p1:Enabled>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:Lat>4</d3p1:Lat>
<d3p1:Lng>3</d3p1:Lng>
<d3p1:MobilePhone>sample string 6</d3p1:MobilePhone>
<d3p1:Remark>sample string 9</d3p1:Remark>
<d3p1:SortCode>1</d3p1:SortCode>
<d3p1:TelepHone>sample string 5</d3p1:TelepHone>
<d3p1:UserId>1</d3p1:UserId>
<d3p1:WareName>sample string 2</d3p1:WareName>
<d3p1:attachmentList>
<d3p1:AttachmentInfo>
<d3p1:AttachName>sample string 3</d3p1:AttachName>
<d3p1:AttachUrl>sample string 4</d3p1:AttachUrl>
<d3p1:BusinessCode>sample string 2</d3p1:BusinessCode>
<d3p1:Id>1</d3p1:Id>
</d3p1:AttachmentInfo>
<d3p1:AttachmentInfo>
<d3p1:AttachName>sample string 3</d3p1:AttachName>
<d3p1:AttachUrl>sample string 4</d3p1:AttachUrl>
<d3p1:BusinessCode>sample string 2</d3p1:BusinessCode>
<d3p1:Id>1</d3p1:Id>
</d3p1:AttachmentInfo>
</d3p1:attachmentList>
</d3p1:MallWareHouseDetaillMobDto>
</Data>
</Data>
</InfoResultOfPagerSourceOfMallWareHouseDetaillMobDto8taVmWcUom1kJJU9>