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": "3c1aa684-399b-4b31-9c91-8b6580943eaf",
"Account": "sample string 2",
"Name": "sample string 3",
"Password": "sample string 4",
"Phone": "sample string 5",
"StaffId": "0adc5000-7a55-435a-add4-07976885c7d2"
}
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>3c1aa684-399b-4b31-9c91-8b6580943eaf</Id> <Name>sample string 3</Name> <Password>sample string 4</Password> <Phone>sample string 5</Phone> <StaffId>0adc5000-7a55-435a-add4-07976885c7d2</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>