token: ********************
{
"name": "管理员专利代理费报销20220610",
"patentContributeId": 5,
"reimbursementWayName": "纵向课题",
"projectReimbursements": [
{
"cards": [
{
"accountBalance": 1000,
"availableBalance": 900,
"cardName": "资助(A卡)",
"cardType": 16,
"frozenAmount": 0,
"id": 304,
"originalAmount": 1000,
"receivedAmount": 1000,
"remainingAmount": 1000,
"useAmount": null
},
{
"accountBalance": 1000,
"availableBalance": 100,
"cardName": "补助(B卡)",
"cardType": 17,
"frozenAmount": 0,
"id": 305,
"originalAmount": 1000,
"receivedAmount": 1000,
"remainingAmount": 1000,
"useAmount": null
},
{
"accountBalance": 0,
"availableBalance": 0,
"cardName": "配套(C卡)",
"cardType": 18,
"frozenAmount": 0,
"id": 306,
"originalAmount": 0,
"receivedAmount": 0,
"remainingAmount": 0,
"useAmount": null
}
],
"reimbursementCost": "30",
"fundType": 26,
"cardName": "资助(A卡)",
"availableBalance": 900,
"projectFundId": 304
}
],
"invoices": [
{
"invoiceNumber": "123asz123"
}
],
"totalCost": 30,
"realTotalCost": 0,
"applyTotalCost": 30,
"excessTotalCost": 0,
"patentFee": "20",
"agencyCost": "10",
"reimbursementWay": 227,
"projectName": "多学科团队下脊髓损伤患者康复护理干预研究(2018ZYC-A001)",
"projectId": 27,
"payType": 329,
"reason": "2323",
"leaderName": "管理员",
"projectNumber": "2018ZYC-A001",
"files": "[{\"id\":\"2f5434254cb54ab392f7eb22da208037\",\"name\":\"结题报告审查.doc\",\"type\":\"application\"}]"
}
curl --location --request POST '/patentAgencyFeeReimbursement/submit' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"name": "管理员专利代理费报销20220610",
"patentContributeId": 5,
"reimbursementWayName": "纵向课题",
"projectReimbursements": [
{
"cards": [
{
"accountBalance": 1000,
"availableBalance": 900,
"cardName": "资助(A卡)",
"cardType": 16,
"frozenAmount": 0,
"id": 304,
"originalAmount": 1000,
"receivedAmount": 1000,
"remainingAmount": 1000,
"useAmount": null
},
{
"accountBalance": 1000,
"availableBalance": 100,
"cardName": "补助(B卡)",
"cardType": 17,
"frozenAmount": 0,
"id": 305,
"originalAmount": 1000,
"receivedAmount": 1000,
"remainingAmount": 1000,
"useAmount": null
},
{
"accountBalance": 0,
"availableBalance": 0,
"cardName": "配套(C卡)",
"cardType": 18,
"frozenAmount": 0,
"id": 306,
"originalAmount": 0,
"receivedAmount": 0,
"remainingAmount": 0,
"useAmount": null
}
],
"reimbursementCost": "30",
"fundType": 26,
"cardName": "资助(A卡)",
"availableBalance": 900,
"projectFundId": 304
}
],
"invoices": [
{
"invoiceNumber": "123asz123"
}
],
"totalCost": 30,
"realTotalCost": 0,
"applyTotalCost": 30,
"excessTotalCost": 0,
"patentFee": "20",
"agencyCost": "10",
"reimbursementWay": 227,
"projectName": "多学科团队下脊髓损伤患者康复护理干预研究(2018ZYC-A001)",
"projectId": 27,
"payType": 329,
"reason": "2323",
"leaderName": "管理员",
"projectNumber": "2018ZYC-A001",
"files": "[{\"id\":\"2f5434254cb54ab392f7eb22da208037\",\"name\":\"结题报告审查.doc\",\"type\":\"application\"}]"
}'
{
"code": 200,
"message": "",
"data": {},
"jurisdiction": {
"token": "",
"menuButtonVos": [
{
"id": 0,
"parentId": 0,
"name": "",
"path": "",
"icon": "",
"children": [
{
"id": 0,
"parentId": 0,
"name": "",
"path": "",
"icon": "",
"children": [],
"type": "",
"sort": 0,
"level": 0,
"status": "",
"routeList": [
{
"id": 0,
"name": "",
"url": "",
"methodType": "",
"methodName": "",
"className": "",
"type": ""
}
],
"routes": [
0
]
}
],
"type": "",
"sort": 0,
"level": 0,
"status": "",
"routeList": [
{
"id": 0,
"name": "",
"url": "",
"methodType": "",
"methodName": "",
"className": "",
"type": ""
}
],
"routes": [
0
]
}
],
"urls": {
"": ""
},
"matchUrl": {
"": ""
},
"user": {
"id": 0,
"name": "",
"password": "",
"sex": "",
"birthday": "",
"educationBackground": 0,
"degree": "",
"politicsStatus": 0,
"phone": "",
"telephoneCornet": "",
"identificationCardNumber": "",
"address": "",
"loginName": "",
"individualitySignature": "",
"status": ""
},
"latest": false,
"whetherDefaultPassword": false
}
}