POST ActionApi/T_Orders/Get_T_OrderSalesList

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

sp_GetOrderSalesList_Result
NameDescriptionTypeAdditional information
cOrderCode

string

None.

dtPrepTime

date

None.

OPPid

integer

None.

OPCount

integer

None.

OPMoney

decimal number

None.

ZPPid

integer

None.

ZPCount

integer

None.

ZPMoney

decimal number

None.

cStoreCode

string

None.

cStoreFullName

string

None.

dtSalesTime

date

None.

iAuthorizeId

globally unique identifier

None.

iDirectorId

globally unique identifier

None.

iBrandUserId

globally unique identifier

None.

RealName

string

None.

keyword

string

None.

iPreparedId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "cOrderCode": "sample string 1",
  "dtPrepTime": "2023-03-23T16:09:10.4750727+08:00",
  "OPPid": 2,
  "OPCount": 3,
  "OPMoney": 4.0,
  "ZPPid": 5,
  "ZPCount": 6,
  "ZPMoney": 7.0,
  "cStoreCode": "sample string 8",
  "cStoreFullName": "sample string 9",
  "dtSalesTime": "2023-03-23T16:09:10.4760217+08:00",
  "iAuthorizeId": "bb12e685-4d2a-4be6-8198-18c4574a6db4",
  "iDirectorId": "3f04f5cc-dca3-4b9c-bfbd-6b537e6db2bf",
  "iBrandUserId": "d1395b43-120b-49e2-9931-3901168e82d9",
  "RealName": "sample string 10",
  "keyword": "sample string 11",
  "iPreparedId": "a9cdc3ab-68e3-4a74-9ce1-9a740ac10522"
}