POST ZR/ZhiCustomerUpdate
请求信息
URI 参数
None.
Body 参数
AddZhiCustomerParameter名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ManufacturersId | globally unique identifier |
None. |
|
ParentId | globally unique identifier |
None. |
|
Account | string |
None. |
|
Name | string |
None. |
|
Password | string |
None. |
|
Phone | string |
None. |
|
IsBan | boolean |
None. |
|
Type | integer |
None. |
请求格式
application/json, text/json
Sample:
{ "Id": "1b8a5d2f-dffd-4c37-b3a0-703101052e6a", "ManufacturersId": "a15bbc22-398d-42f0-910b-817b6fbaa7f3", "ParentId": "31dd3e1d-f9af-40d2-bf11-9bd0d1af570e", "Account": "sample string 4", "Name": "sample string 5", "Password": "sample string 6", "Phone": "sample string 7", "IsBan": true, "Type": 9 }
application/xml, text/xml
Sample:
<AddZhiCustomerParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels"> <Account>sample string 4</Account> <Id>1b8a5d2f-dffd-4c37-b3a0-703101052e6a</Id> <IsBan>true</IsBan> <ManufacturersId>a15bbc22-398d-42f0-910b-817b6fbaa7f3</ManufacturersId> <Name>sample string 5</Name> <ParentId>31dd3e1d-f9af-40d2-bf11-9bd0d1af570e</ParentId> <Password>sample string 6</Password> <Phone>sample string 7</Phone> <Type>9</Type> </AddZhiCustomerParameter>
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>