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": "5b3d9e24-82e3-4ef6-8b5c-bcd9096de250",
"ManufacturersId": "8d577f0c-4bbb-4d97-8fa7-59b33ebc6e0a",
"ParentId": "f8241e4d-13ef-48da-97df-75a29e558bff",
"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>5b3d9e24-82e3-4ef6-8b5c-bcd9096de250</Id> <IsBan>true</IsBan> <ManufacturersId>8d577f0c-4bbb-4d97-8fa7-59b33ebc6e0a</ManufacturersId> <Name>sample string 5</Name> <ParentId>f8241e4d-13ef-48da-97df-75a29e558bff</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>