POST api/Account/RegisterExternal

请求参数

URI 参数

无。

Body 参数

RegisterExternalBindingModel
名称描述类型附加信息
Email

string

Required

请求格式

application/json, text/json

示例:
{
  "Email": "sample string 1"
}

application/xml, text/xml

示例:
<RegisterExternalBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OpenAPI.Models">
  <Email>sample string 1</Email>
</RegisterExternalBindingModel>

application/x-www-form-urlencoded

示例:

Sample not available.

Response 信息

资源描述

IHttpActionResult

无。

Response 格式

application/json, text/json, application/xml, text/xml

示例:

示例不可用。