Education: create

Education: create

当前登录用户创建一个教育经历。

Request

HTTP request

POST https://www.featapi.com/api/user/education/

Parameters

无需添加参数。

Authorization

该请求需要授权以下scopes访问权限:

Scopes
user_education

For more information, see the authentication and authorization page.

Request body

In the request body, supply a User.education resource with the following properties:

Property nameValueDescriptionNotes
必填
typeenum教育类型。分别为高中、大学、培训机构。Education.type
organizationstring教育经历所在学校名
titlestring这是教育经历的专业名或者培训主题。当教育类型为大学或培训机构时,该字段为必填字段。其他类型为null。
citystring这是教育经历所在城市名。当教育类型为高中时,该字段为必填字段。其他类型为null。
sincestring起始日期日期格式: YYYY-MM-DD
untilstring结束日期日期格式: YYYY-MM-DD。如果该教育经历仍在就读,则为null。
publishboolean是否确认发布默认:true
选填
descriptionstring教育经历描述
picfile教育经历的相关图片仅允许图片文件

Response

如果请求成功,该API返回用户创建的User.Education教育经历数据在响应体信息中。

201 成功创建教育经历

{
"data": { 
    "id": 121,
    "user": 7815769374283,
    "type": 100,
    "organization": "广东财经大学",
    "title": "计算机",
    "since": "2013-01-01",
    "until": "2016-01-01",
    "description": "无",
    "city": null,
    "pic": null, 
    "status": 100
  } 
}

400 Validation Exception

示例返回数据可参考 API Common – Validation Exception

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code