POST Small/StaffSave
请求信息
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": "b1374ee4-1ded-469d-b9bc-29be0dc2d7bf",
"Account": "sample string 2",
"Name": "sample string 3",
"Password": "sample string 4",
"Phone": "sample string 5",
"StaffId": "cb2732a8-97db-4b5e-8b01-f99eaddcdc6a"
}
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>b1374ee4-1ded-469d-b9bc-29be0dc2d7bf</Id> <Name>sample string 3</Name> <Password>sample string 4</Password> <Phone>sample string 5</Phone> <StaffId>cb2732a8-97db-4b5e-8b01-f99eaddcdc6a</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>