POST Small/GetAIPower
请求信息
URI 参数
None.
Body 参数
AddCustomerVisitParameter名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
CustomerName | string |
None. |
|
OpenId | string |
None. |
|
Phone | string |
None. |
|
UserType | integer |
None. |
请求格式
application/json, text/json
Sample:
{ "CustomerName": "sample string 1", "OpenId": "sample string 2", "Phone": "sample string 3", "UserType": 4 }
application/xml, text/xml
Sample:
<AddCustomerVisitParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels"> <CustomerName>sample string 1</CustomerName> <OpenId>sample string 2</OpenId> <Phone>sample string 3</Phone> <UserType>4</UserType> </AddCustomerVisitParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
ApiJsonBaseOfObject名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Result | boolean |
None. |
|
Message | string |
None. |
|
State | integer |
None. |
|
BizData | Object |
None. |
响应格式
application/json, text/json
Sample:
{ "Result": true, "Message": "sample string 2", "State": 3, "BizData": {} }
application/xml, text/xml
Sample:
<ApiJsonBaseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models"> <BizData /> <Message>sample string 2</Message> <Result>true</Result> <State>3</State> </ApiJsonBaseOfanyType>