Career: create

Career: create

当前登录用户创建一个职业经历。

Request

HTTP request

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

Parameters

无需添加参数。

Authorization

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

Scopes
user_career

For more information, see the authentication and authorization page.

Request body

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

Property nameValueDescriptionNotes
必填
organizationstring职业经历的任职公司名
positionstring职位名
sincestring起始日期日期格式: YYYY-MM-DD
untilstring结束日期日期格式: YYYY-MM-DD。如果该职业经历为仍在任职,则改为null。
publishboolean是否确认发布默认:true
选填
descriptionstring职业经历描述纯文本
achievementstring职业经历成就纯文本
picfile职业经历的相关图片仅允许图片文件

Response

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

201 Create an career successfully

{
"data": {
  "id": 106,
  "user": 7710697714770,
  "organization": "XX外卖",
  "position": "外卖速递员",
  "since": "2010-01-01",
  "until": "2011-01-01",
  "description": null,
  "achievement": null,
  "working_on": false,
  "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