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": "1dac76f6-ef48-47c0-a43d-0bb42ef3673b",
"ManufacturersId": "8ac95629-2e53-4956-879a-839c34496ba8",
"ParentId": "4f4f8aea-2a09-4fb3-8dff-d0a752361b96",
"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>1dac76f6-ef48-47c0-a43d-0bb42ef3673b</Id> <IsBan>true</IsBan> <ManufacturersId>8ac95629-2e53-4956-879a-839c34496ba8</ManufacturersId> <Name>sample string 5</Name> <ParentId>4f4f8aea-2a09-4fb3-8dff-d0a752361b96</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>