POST ZR/ZhiCustomerAdd
请求信息
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": "37431e52-3cfe-40e2-b722-ec43703af69f",
"ManufacturersId": "787c43f6-8945-429e-b9b4-b49d0132472f",
"ParentId": "be902151-d74d-435b-84f2-78de89288953",
"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>37431e52-3cfe-40e2-b722-ec43703af69f</Id> <IsBan>true</IsBan> <ManufacturersId>787c43f6-8945-429e-b9b4-b49d0132472f</ManufacturersId> <Name>sample string 5</Name> <ParentId>be902151-d74d-435b-84f2-78de89288953</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>