简要描述:
- 科研系统项目接受第三方平台项目项目经费数据推送,并可以展示到科研系统中。
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | 海浪 | 2024-07-06 | null |
请求URL:
- /ky-openapi/received-funds
请求方式:
- POST
请求示例:
POST /ky-openapi/received-funds HTTP/1.1
Sign: a34000ad9f1c456f942acc4ffb5423ae
App-Key: 12345678
Timestamp: 1691651505
Host: yourhost
Content-Type: application/json
{
"projectType": "vertical",
"category": "xxx1",
"sourceOrganizationName": "单位名称",
"amount": 10000,
"date": "2023-07-14T08:40:44Z"
}
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Sign | 是 | string | 请求签名 |
App-Key | 是 | string | 科研系统提供的 app key |
Timestamp | 是 | number | 当前时间戳,到秒 |
Content-Type | 是 | string | application/json |
请求参数说明:
参数名 | 类型 | 说明 |
---|---|---|
projectType | string | 项目类型(横向项目:horizontal,纵向项目:vertical ) |
category | string | 经费类别(专项经费|配套经费) |
sourceOrganizationName | string | 到款单位 |
amount | number | 到款金额(单位:元) |
date | date | 到款日期 |
返回示例:
正确时返回:
正确接受数据后,返回Http状态码 200
body:
{"id":"id"}
错误时返回:
查看公共响应
备注:
- 更多返回错误代码请看错误代码描述
作者:Lin 创建时间:2024-07-26 08:59
最后编辑:Lin 更新时间:2025-01-23 09:40
最后编辑:Lin 更新时间:2025-01-23 09:40