POST ActionApi/T_Inventory/GetHistoryInventoryErrorFKPanDianDetail

Request Information

URI Parameters

None.

Body Parameters

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_GetHistoryInventoryErrorPanDianDetail_Result
NameDescriptionTypeAdditional information
id

integer

None.

iProuductId

integer

None.

iKucunOpening

integer

None.

iDeliveryMonth

integer

None.

iSaleMonth

integer

None.

iCurrentInventory

integer

None.

iSalesCount

integer

None.

iSalesAmount

decimal number

None.

iReceiptNumber

integer

None.

cReportType

string

None.

iTaskId

integer

None.

dtReportTime

date

None.

dtCreateTime

date

None.

iStoreId

globally unique identifier

None.

iUserId

globally unique identifier

None.

iInventoryId

integer

None.

iDirectorId

globally unique identifier

None.

iAuthorizeId

globally unique identifier

None.

dtAuthorizeTime

date

None.

dtDirectorTime

date

None.

iDirectorStatue

integer

None.

iAuthorizeStatue

integer

None.

cReportSkuCode

string

None.

cReportSkuType

string

None.

cReportSkuTypeId

integer

None.

cErrorCount

integer

None.

cErrorContent

string

None.

cLogisticsNo

string

None.

cLogisticsName

string

None.

cRemark

string

None.

iBrandid

globally unique identifier

None.

dtBrandTime

date

None.

iBrandStatue

integer

None.

iStoreHouseId

integer

None.

isSame

integer

None.

iOAStatue

integer

None.

isReturnOrder

integer

None.

cProductFullName

string

None.

RealTimeInventory

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "iProuductId": 1,
    "iKucunOpening": 1,
    "iDeliveryMonth": 1,
    "iSaleMonth": 1,
    "iCurrentInventory": 1,
    "iSalesCount": 1,
    "iSalesAmount": 1.0,
    "iReceiptNumber": 1,
    "cReportType": "sample string 2",
    "iTaskId": 1,
    "dtReportTime": "2023-03-24T19:38:05.8529664+08:00",
    "dtCreateTime": "2023-03-24T19:38:05.8529664+08:00",
    "iStoreId": "1ee2da7a-6a97-4a6b-ab43-074345eead02",
    "iUserId": "4741bb2e-0096-4760-9ba8-47d5b851e91c",
    "iInventoryId": 1,
    "iDirectorId": "c7dd8dd7-9f86-4ca3-9df9-6ca270e280a6",
    "iAuthorizeId": "71cc909c-1607-4189-8d6d-b5b41e8ac287",
    "dtAuthorizeTime": "2023-03-24T19:38:05.853944+08:00",
    "dtDirectorTime": "2023-03-24T19:38:05.853944+08:00",
    "iDirectorStatue": 1,
    "iAuthorizeStatue": 1,
    "cReportSkuCode": "sample string 3",
    "cReportSkuType": "sample string 4",
    "cReportSkuTypeId": 1,
    "cErrorCount": 1,
    "cErrorContent": "sample string 5",
    "cLogisticsNo": "sample string 6",
    "cLogisticsName": "sample string 7",
    "cRemark": "sample string 8",
    "iBrandid": "50c494f2-c1a8-4c7d-9b48-0864039c4aab",
    "dtBrandTime": "2023-03-24T19:38:05.8549152+08:00",
    "iBrandStatue": 1,
    "iStoreHouseId": 1,
    "isSame": 1,
    "iOAStatue": 1,
    "isReturnOrder": 1,
    "cProductFullName": "sample string 9",
    "RealTimeInventory": 1
  },
  {
    "id": 1,
    "iProuductId": 1,
    "iKucunOpening": 1,
    "iDeliveryMonth": 1,
    "iSaleMonth": 1,
    "iCurrentInventory": 1,
    "iSalesCount": 1,
    "iSalesAmount": 1.0,
    "iReceiptNumber": 1,
    "cReportType": "sample string 2",
    "iTaskId": 1,
    "dtReportTime": "2023-03-24T19:38:05.8529664+08:00",
    "dtCreateTime": "2023-03-24T19:38:05.8529664+08:00",
    "iStoreId": "1ee2da7a-6a97-4a6b-ab43-074345eead02",
    "iUserId": "4741bb2e-0096-4760-9ba8-47d5b851e91c",
    "iInventoryId": 1,
    "iDirectorId": "c7dd8dd7-9f86-4ca3-9df9-6ca270e280a6",
    "iAuthorizeId": "71cc909c-1607-4189-8d6d-b5b41e8ac287",
    "dtAuthorizeTime": "2023-03-24T19:38:05.853944+08:00",
    "dtDirectorTime": "2023-03-24T19:38:05.853944+08:00",
    "iDirectorStatue": 1,
    "iAuthorizeStatue": 1,
    "cReportSkuCode": "sample string 3",
    "cReportSkuType": "sample string 4",
    "cReportSkuTypeId": 1,
    "cErrorCount": 1,
    "cErrorContent": "sample string 5",
    "cLogisticsNo": "sample string 6",
    "cLogisticsName": "sample string 7",
    "cRemark": "sample string 8",
    "iBrandid": "50c494f2-c1a8-4c7d-9b48-0864039c4aab",
    "dtBrandTime": "2023-03-24T19:38:05.8549152+08:00",
    "iBrandStatue": 1,
    "iStoreHouseId": 1,
    "isSame": 1,
    "iOAStatue": 1,
    "isReturnOrder": 1,
    "cProductFullName": "sample string 9",
    "RealTimeInventory": 1
  }
]