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": "7bd176fa-95f7-442f-aa11-6017b07bcbf9", "ManufacturersId": "d6b8cfba-8c37-4f9a-bf00-cedf0dc7c2b0", "ParentId": "e0c5bad8-e094-43ba-bc57-56e54dc43269", "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>7bd176fa-95f7-442f-aa11-6017b07bcbf9</Id> <IsBan>true</IsBan> <ManufacturersId>d6b8cfba-8c37-4f9a-bf00-cedf0dc7c2b0</ManufacturersId> <Name>sample string 5</Name> <ParentId>e0c5bad8-e094-43ba-bc57-56e54dc43269</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>