查询门店储值消费金额
测试环境
https://gldopenapi.keruyun.com
测试环境
https://gldopenapi.keruyun.com
POST
/open/v1/crm/commercialTotalStore
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/commercialTotalStore?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": 810094162,
"accountType": 1,
"startDate": 1413132131321,
"startDate": 1413132131321
}'
响应示例响应示例
{
"result": {
"totalStoreValue": 10215829,
"totalStoreSendValue": 0,
"totalRevokeStoreConsumeValue": 38500,
"totalRevokeStoreConsumeSendValue": 0,
"totalStoreConsumeValue": 73100,
"totalStoreConsumeSendValue": null,
"totalRevokeStoreValue": 0,
"totalRevokeStoreSendValue": 0
},
"code": 0,
"message": "成功[OK]",
"messageUuid": "3ea7f81107464829a11c0279f8424c93",
"apiMessage": "成功[OK]"
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json