POST ActionApi/T_Inventory/GetInventoryCheckByBrand

19262——获取待审批列表-品牌何文经理

Request Information

URI Parameters

None.

Body Parameters

{"iuserid":""}大区经理用户id

Collection of Object

None.

Request Formats

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

Sample:

Sample not available.

Response Information

Resource Description

19262——获取待审批列表-品牌何文经理

Collection of sp_GetInventoryCheckByBrand_Result
NameDescriptionTypeAdditional information
iStoreId

globally unique identifier

None.

iUserId

globally unique identifier

None.

dtReportTime

date

None.

statue

string

None.

cstorecode

string

None.

cStoreFullName

string

None.

cProvinceName

string

None.

cReportSkuCode

string

None.

iDirectorStatue

integer

None.

iAuthorizeStatue

integer

None.

cDirectorStatue

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "iStoreId": "9c4b24c4-79e0-4b0c-a028-daaec357eba9",
    "iUserId": "9c5675a6-c66a-451d-a261-b8653895c70d",
    "dtReportTime": "2023-03-24T19:56:13.0336323+08:00",
    "statue": "sample string 1",
    "cstorecode": "sample string 2",
    "cStoreFullName": "sample string 3",
    "cProvinceName": "sample string 4",
    "cReportSkuCode": "sample string 5",
    "iDirectorStatue": 1,
    "iAuthorizeStatue": 1,
    "cDirectorStatue": "sample string 6"
  },
  {
    "iStoreId": "9c4b24c4-79e0-4b0c-a028-daaec357eba9",
    "iUserId": "9c5675a6-c66a-451d-a261-b8653895c70d",
    "dtReportTime": "2023-03-24T19:56:13.0336323+08:00",
    "statue": "sample string 1",
    "cstorecode": "sample string 2",
    "cStoreFullName": "sample string 3",
    "cProvinceName": "sample string 4",
    "cReportSkuCode": "sample string 5",
    "iDirectorStatue": 1,
    "iAuthorizeStatue": 1,
    "cDirectorStatue": "sample string 6"
  }
]