POST api/UnionPay/StoreList

cfdUserID必传

Request Information

URI Parameters

None.

Body Parameters

FenDianParam
NameDescriptionTypeAdditional information
ifdState

状态

integer

None.

ifdType

integer

None.

cfdUserID

登录用户ID(限制门店数据范围)

globally unique identifier

None.

id

支付方式(限制门店数据范围)产品(限制门店数据范围)

string

None.

Expression

ExpressionableOftblFenDian

None.

ifdAreaId

integer

None.

SearchArea

列表按地区

string

None.

OpenPage

使用的页面

string

None.

limit

每页多少行(默认30)

integer

None.

page

当前页(默认1)

integer

None.

Keyword

关键字

string

None.

SortField

排序字段

string

None.

SortOrder

排序方式,升序:ascend;降序:descend"

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ifdState": 1,
  "ifdType": 1,
  "cfdUserID": "bd8dad87-68b0-4353-bc4e-68feb294e6cb",
  "id": "sample string 1",
  "Expression": {},
  "ifdAreaId": 1,
  "SearchArea": "sample string 2",
  "OpenPage": "sample string 3",
  "limit": 4,
  "page": 5,
  "Keyword": "sample string 6",
  "SortField": "sample string 7",
  "SortOrder": "sample string 8"
}

application/xml, text/xml

Sample:
<FenDianParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Langquan.WebCRM.Model.Param">
  <Keyword>sample string 6</Keyword>
  <SortField>sample string 7</SortField>
  <SortOrder>sample string 8</SortOrder>
  <limit>4</limit>
  <page>5</page>
  <Expression xmlns:d2p1="http://schemas.datacontract.org/2004/07/SqlSugar" />
  <OpenPage>sample string 3</OpenPage>
  <SearchArea>sample string 2</SearchArea>
  <cfdUserID>bd8dad87-68b0-4353-bc4e-68feb294e6cb</cfdUserID>
  <id>sample string 1</id>
  <ifdAreaId>1</ifdAreaId>
  <ifdState>1</ifdState>
  <ifdType>1</ifdType>
</FenDianParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

cfdUserID必传

ResultModelOfUnionPayStoreInfoVM
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

UnionPayStoreInfoVM

None.

count

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": {
    "store_id": 1,
    "store_name": "sample string 2",
    "ifdAreaId": 1,
    "cfdTelA": "sample string 3",
    "cfdAddress": "sample string 4",
    "ifdState": 5
  },
  "count": 1
}

application/xml, text/xml

Sample:
<ResultModelOfUnionPayStoreInfoVMAmV0npg7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Langquan.WebCRM.WebApi.Models.Model">
  <code>1</code>
  <count>1</count>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Langquan.WebCRM.Model.ViewModel">
    <d2p1:cfdAddress>sample string 4</d2p1:cfdAddress>
    <d2p1:cfdTelA>sample string 3</d2p1:cfdTelA>
    <d2p1:ifdAreaId>1</d2p1:ifdAreaId>
    <d2p1:ifdState>5</d2p1:ifdState>
    <d2p1:store_id>1</d2p1:store_id>
    <d2p1:store_name>sample string 2</d2p1:store_name>
  </data>
  <msg>sample string 2</msg>
</ResultModelOfUnionPayStoreInfoVMAmV0npg7>