| appId 绑定 | 能查到的范围 |
|---|---|
| 企业 | 当前企业 |
| 代理商 | 该代理商名下的全部企业。多家企业的报表会在同一个结果集里返回,使用行里的 companyId 进行区分 |
{
"page": 1,
"size": 10,
"quarterCode": "2026Q3"
}curl --location 'https://getway.upfreework.com/openapi/v1/proprietor/settlement/page' \
--header 'appId;' \
--header 'appSign;' \
--header 'timeStamp;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data '{
"page": 1,
"size": 10,
"quarterCode": "2026Q3"
}'{
"code": 0,
"message": "成功",
"context": {
"data": [
{
"reportId": 10086,
"companyId": 1743889921536,
"quarterCode": "2026Q2",
"quarterLabel": "26年2季度",
"proprietorName": "杭州张三日用百货商行",
"legalName": "张三",
"serverName": "某某人力资源服务商",
"registrationDate": "2025-03-12",
"cancellationDate": null,
"receivedAmount": 158000.0,
"taxAmount": null,
"taxProofUrls": [
"https://oss.example.com/proof/2026Q2-a.jpg",
"https://oss.example.com/proof/2026Q2-b.pdf"
]
}
],
"total": 1
}
}