POST dz_api/Customer/UpdateCustAccessTime?custId={custId}

更新客户的最后访问时间(选择客户搜索后,下次该客户排在第一位)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
custId

客户ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

更新客户的最后访问时间(选择客户搜索后,下次该客户排在第一位)

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>