GET api/User/GetCounpounCount?uid={uid}&crmuid={crmuid}

“GetCounpounCount”的文档。

Request Information

Parameters

NameDescriptionAdditional information
uid
“uid”的文档。

Define this parameter in the request URI.

crmuid
“crmuid”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "OrderCount": 1,
  "AddressCount": 2,
  "CouponsCount": 3,
  "IntergralCount": 4.0
}

application/xml, text/xml

Sample:
<UserDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TyretoolMail.Models">
  <AddressCount>2</AddressCount>
  <CouponsCount>3</CouponsCount>
  <IntergralCount>4</IntergralCount>
  <OrderCount>1</OrderCount>
</UserDataModel>