POST api/DLndrc/GetBranch
获取门店信息接口
请求的信息
URI参数
None.
Body参数
DLndrcBranchInfo| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| BranchID |
店号 |
Collection of string |
None. |
| BranchName |
店名 |
Collection of string |
None. |
请求格式
application/json, text/json
Sample:
{
"branchID": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"branchName": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfDLndrcBranchModel| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| Content | DLndrcBranchModel |
None. |
响应格式
application/json, text/json
Sample:
{
"content": {
"$id": "2",
"list": [
{
"$id": "3",
"branchID": "sample string 1",
"branchName": "sample string 2",
"tel": "sample string 3",
"address": "sample string 4",
"pointy": "sample string 5",
"pointx": "sample string 6"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"customStatus": 10,
"customMessage": "sample string 1"
}
}