POST ActionApi/Patrol/GetItemsByiStoreId

获取巡店列表带状态

Request Information

URI Parameters

None.

Body Parameters

{ireportid :'0',istoreid:'23FF19E7-6B27-453C-9AA3-00108BA98AD4', ibrandid:'40'}

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

获取巡店列表带状态

Collection of sp_GetStatues_Result
NameDescriptionTypeAdditional information
name

string

None.

statue

integer

None.

sort

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "name": "sample string 1",
    "statue": 1,
    "sort": 2
  },
  {
    "name": "sample string 1",
    "statue": 1,
    "sort": 2
  }
]