HonorsAwards: create

HonorsAwards: create

当前登录用户创建一个荣誉奖项。

Request

HTTP request

POST https://www.featapi.com/api/user/honors-awards/

Parameters

无需添加参数。

Authorization

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

Scopes
user_honors

For more information, see the authentication and authorization page.

Request body

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

Property nameValueDescriptionNotes
必填
organizationstring荣誉奖项的颁发机构纯文本
titlestring荣誉奖项的主题纯文本
issued_atstring荣誉奖项的获奖时间日期格式: YYYY-MM-DD
picfile荣誉奖项的相关图片仅允许图片文件
publishboolean确认是否发布默认:true

Response

如果请求成功,该API返回用户创建的User.Honors荣誉奖项数据在响应体信息。

201 Create an honors successfully

{
"data": {
    "id": 14,
    "user": 7710697714770,
    "title": "广州市三好学生",
    "organization": "广州市教育局",
    "issued_at": "1998-12-01",
    "pic": "/media/7710697714770/honor_awards/African_Daisy_OFZ1bSd.gif",
    "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