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": "fe8c4be7-7c44-4b5e-a2f6-ed04cf10e79e",
  "Account": "sample string 2",
  "Name": "sample string 3",
  "Password": "sample string 4",
  "Phone": "sample string 5",
  "StaffId": "3c918d03-d9a6-40df-8f53-196e6058e18c"
}

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>fe8c4be7-7c44-4b5e-a2f6-ed04cf10e79e</Id>
  <Name>sample string 3</Name>
  <Password>sample string 4</Password>
  <Phone>sample string 5</Phone>
  <StaffId>3c918d03-d9a6-40df-8f53-196e6058e18c</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>