{
"contractNumber": "CON_0120250409004",
"page": 0,
"size": 100
}
curl --location --request POST 'https://oc-test.onecontract-cloud.com/api/hitf/v2p/rest/invoke/SFpFUk86T1JDSEVTVFJBVElPTjpISVRGLkFQSS5TSU5HTEUtU0NSSVBU?domain=BASE.CONTRACT.PAY_SETT_DETAIL_QUERY' \
--header 'Authorization: bearer eb2446a6-93f9-456b-b713-5cb6f6adf765' \
--header 'Content-Type: application/json' \
--data-raw '{
"contractNumber": "CON_0120250409004",
"page": 0,
"size": 100
}'
{
"message": "execute success",
"result": {
"code": "0",
"msg": "查询成功",
"data": {
"content": [
{
"expenseItem": "GOODS",
"objectVersionNumber": "1",
"feeWithoutTax": "190.99",
"lastUpdateDate": "2025-04-23 15:17:52",
"contractUuid": "44f9000f4e4346f68ebab50c98c4911f",
"uuid": "50acf5faf6b444958789402dcc435e80",
"percent": "17.49",
"redundantRelationKey": "1626774665709",
"terms": "必输一次性付款",
"invoiceType": "01",
"currency": "CNY",
"id": "1626774665709",
"dataSources": "MANUALLY_CREATE",
"paymentName": "RENT",
"lastUpdatedBy": "695643182304997376",
"period": "2",
"planType": "ACYCLIC",
"redundantRelationTable": "hcbm_contract_pay_settlement_rd",
"tax": "21.01",
"creationDate": "2025-04-23 15:17:52",
"planDate": "2025-04-23 00:00:00",
"taxRate": "11",
"createdBy": "695643182304997376",
"needInvoice": true,
"tenantId": "1273",
"redundantId": "1626774665012",
"planAmount": "212"
}
],
"number": 0,
"size": 100,
"totalElements": 1,
"totalPages": 1
}
},
"success": true
}