Patent Basic Data [P042]Receive Patent Fee Data
[P042]Receive Patent Fee DataPublic
V1
Receiving patent fee data by ticket_id
Note: 1.After creating the ticket_id, please wait a while before calling current API to obtain the patent fee data. In particular, due to the large number of patents, some time is needed for data synchronization and preparation.
2.If the apno_status of some application numbers shows "Data is synchronizing, please try again later", please try again later;
3.Multiple traffic/costs deductions were made according to the number of patents that successfully returned fee data. Repeated acquisition will only be deducted once.
Basic Information
Resource URL: /fee/get_fee
Request Mode: post
Return Format: application/json
The API can only be called after logging in, click to log in
Try in Sandbox
Debug Here
API Description Document Download
Request Parameters
body
FeeSearchRequest
Parameter | Type | Required | Description | Sample |
ticket | string | true | Enter the ticket | 3fafc688-4977-4194-aa5d-880dacd3ba8b |
Request Sample
curl -X POST "https://connect.zhihuiya.com/fee/get_fee?apikey="
-H "Content-Type:application/json"
-H "authorization:Bearer {token}"
-d '{"ticket":"3fafc688-4977-4194-aa5d-880dacd3ba8b"}'
Copy
Response Parameters
CommonResponse
Parameter | Type | Required | Description | Sample |
data | object | false | response data | no sample |
status | boolean | true | Status | false |
error_msg | string | false | Error Message | The request parameter format is incorrect! |
error_code | integer | true | Error Code | 0 |
FeeAsyncInfosOuputResponse
Parameter | Type | Required | Description | Sample |
size | integer | false | list size | 10 |
ticket | string | false | user ticket | 3fafc688-4977-4194-aa5d-880dacd3ba8b |
fee_infos_list | array | false | application details | Please check the form: FeeOutputInfos |
FeeOutputInfos
Parameter | Type | Required | Description | Sample |
apno | string | false | application number | CN201610244038.2 |
data | object | false | value of fee if sync is succ | Please check the form: Patent_maintenance_fee_cnModel |
apno_status | string | false | sync status:
Success
No fee fata
Data is synchronizing, please try again later
Error application number | 成功 |
Patent_maintenance_fee_cnModel
Parameter | Type | Required | Description | Sample |
apno | string | false | application number | CN201680038597.6 |
chongh | array | false | chonghong information | Please check the form: Fee_chonghField |
refund | array | false | Refund Information | Please check the form: RefundField |
paid_fee | array | false | Information of Paid Fee | Please check the form: Paid_feeField |
update_ts | integer | false | update time | 1695093322836 |
fee_to_pay | array | false | Information of Fee to pay | Please check the form: Fee_to_payField |
legal_status | string | false | legal status | 等年费滞纳金 |
overdue_fine | array | false | overdue fine information | Please check the form: Overdue_fineField |
receipt_information | array | false | Receipt dispath information | Please check the form: ReceiptInfo |
patent_maintenance_fee_cn_id | string | false | fee id | 82c5ad4f-2f59-11ed-b2e9-e454e89e8034 |
Fee_chonghField
Parameter | Type | Required | Description | Sample |
fee_type | string | false | Type of Payment | 冲红前: 发明专利申请费;冲红后: 发明专利申请费 |
chong_date | integer | false | chonghong date | 20210525 |
paid_amount | string | false | Paid Amount | 冲红前: 900;冲红后: 0 |
receipt_code | string | false | Receipt code | 冲红前: 100010220;冲红后: -- |
receipt_number | string | false | Receipt Number | 冲红前: 0000088346;冲红后:-- |
Fee_to_payField
Parameter | Type | Required | Description | Sample |
fee_type | string | false | Type of fee | 恢复权利请求费 |
payment_amount | number | false | Payment Amount | 1000 |
payment_status | string | false | Payment status | 未缴 |
payment_dateline | integer | false | Deadline of Payment | 20230731 |
Overdue_fineField
Parameter | Type | Required | Description | Sample |
sum | number | false | Sum | 5000 |
end_date | integer | false | End Date of Payment | 20230410 |
start_date | integer | false | Start Date of Payment | 20221111 |
late_payment_fee | number | false | Amount of late payment fee payable | 1000 |
annual_fee_amount | number | false | Current annual fee amount | 4000 |
Paid_feeField
Parameter | Type | Required | Description | Sample |
payer | string | false | Payer | 深圳中一专利商标事务所 |
fee_type | string | false | Type of Payment | 发明专利登记印刷费 |
paid_amount | number | false | Paid Amount | 250 |
payment_date | integer | false | Date of Payment | 20150813 |
receipt_code | string | false | Receipt code | 44296705 |
receipt_number | string | false | Receipt Number | 44296705 |
ReceiptInfo
Parameter | Type | Required | Description | Sample |
type | string | false | Type of Receipt | 发明专利年费滞纳金 |
payer | string | false | name of payer | TCL集团股份有限公司技术中心 |
amount | number | false | amout of fee | 100 |
mailed | string | false | is mailed | 是 |
pay_date | integer | false | Date of Fee | 20191127 |
issue_date | integer | false | Date of issue | 20191127 |
remit_date | integer | false | date of remit | 20191127 |
refund_date | integer | false | date of refund | 20191127 |
receipt_title | string | false | title of receipt | 收据抬头 |
receipt_number | string | false | receipt number | 1910295808 |
mailing_address | string | false | address | XXX@mail.com |
tracking_number | string | false | number of track | 5012312312312 |
RefundField
Parameter | Type | Required | Description | Sample |
payee | string | false | Payee | TCL集团股份有限公司 |
fee_type | string | false | Type of Fee | 发明专利申请审查费 |
refund_date | integer | false | Date of Refund | 20150813 |
receipt_code | string | false | Receipt code | 100010220 |
refund_amount | number | false | Refund Amount | 2500 |
receipt_number | string | false | Receipt Number | 33130256 |
Response Error Details
error_code | Description |
0 | Success |
201 | Created |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
68300004 | Invalid parameter! |
68300005 | Search api failure! |
68300006 | Analytic basic access error! |
68300007 | Bad request! |
68300008 | Service error, please try again later! |
68300010 | The file does not comply with upload specifications! |
67200001 | API call exceeds the total limit set by the platform! |
67200002 | Quota exceeds the limit! |
67200003 | Access token expired or authentication error! |
67200004 | No permission or API package quota has exceeded the limit! |
67200005 | Insufficient balance, call failed! |
67200006 | This client has expired and call failed! |
67200007 | Exceeded the call limit, call failed! |
Response Body
{
"data": {
"size": 10,
"ticket": "3fafc688-4977-4194-aa5d-880dacd3ba8b",
"fee_infos_list": [
{
"apno": "CN201610244038.2",
"data": {
"apno": "CN201680038597.6",
"chongh": [
{
"fee_type": "冲红前: 发明专利申请费;冲红后: 发明专利申请费",
"chong_date": 20210525,
"paid_amount": "冲红前: 900;冲红后: 0",
"receipt_code": "冲红前: 100010220;冲红后: --",
"receipt_number": "冲红前: 0000088346;冲红后:--"
}
],
"refund": [
{
"payee": "TCL集团股份有限公司",
"fee_type": "发明专利申请审查费",
"refund_date": 20150813,
"receipt_code": 100010220,
"refund_amount": 2500,
"receipt_number": 33130256
}
],
"paid_fee": [
{
"payer": "深圳中一专利商标事务所",
"fee_type": "发明专利登记印刷费",
"paid_amount": 250,
"payment_date": 20150813,
"receipt_code": 44296705,
"receipt_number": 44296705
}
],
"update_ts": 1695093322836,
"fee_to_pay": [
{
"fee_type": "恢复权利请求费",
"payment_amount": 1000,
"payment_status": "未缴",
"payment_dateline": 20230731
}
],
"legal_status": "等年费滞纳金",
"overdue_fine": [
{
"sum": 5000,
"end_date": 20230410,
"start_date": 20221111,
"late_payment_fee": 1000,
"annual_fee_amount": 4000
}
],
"receipt_information": [
{
"type": "发明专利年费滞纳金",
"payer": "TCL集团股份有限公司技术中心",
"amount": 100,
"mailed": "是",
"pay_date": 20191127,
"issue_date": 20191127,
"remit_date": 20191127,
"refund_date": 20191127,
"receipt_title": "收据抬头",
"receipt_number": 1910295808,
"mailing_address": "XXX@mail.com",
"tracking_number": 5012312312312
}
],
"patent_maintenance_fee_cn_id": "82c5ad4f-2f59-11ed-b2e9-e454e89e8034"
},
"apno_status": "成功"
}
]
},
"status": true,
"error_code": 0
}
Copy
[P041]Create Patent Fee Task