POST Small/CustomerSave
请求信息
URI 参数
None.
Body 参数
AddZhiCustomerParameter1名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Account | string |
None. |
|
Name | string |
None. |
|
Password | string |
None. |
|
Phone | string |
None. |
|
StaffId | globally unique identifier |
None. |
请求格式
application/json, text/json
Sample:
{ "Id": "adbc3eb8-1dfd-492d-89b3-c4ecf0877568", "Account": "sample string 2", "Name": "sample string 3", "Password": "sample string 4", "Phone": "sample string 5", "StaffId": "e41ab63e-ad60-4064-a420-f0dad95ade3f" }
application/xml, text/xml
Sample:
<AddZhiCustomerParameter1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels"> <Account>sample string 2</Account> <Id>adbc3eb8-1dfd-492d-89b3-c4ecf0877568</Id> <Name>sample string 3</Name> <Password>sample string 4</Password> <Phone>sample string 5</Phone> <StaffId>e41ab63e-ad60-4064-a420-f0dad95ade3f</StaffId> </AddZhiCustomerParameter1>
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>