{
"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.CCRT_LINE_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": [
{
"createSourceType": "OTHER",
"objectVersionNumber": "1",
"lastUpdateDate": "2025-04-23 15:05:03",
"arrType": "OC",
"description": "121212",
"uuid": "b3662855ec44455c9358c35cdc8eceeb",
"price": "124",
"lineType": "rent",
"materialsDesc": "1212",
"id": "4073799",
"materialsName": "螺旋浆叶2",
"serviceEndDate": "2025-04-25 00:00:00",
"contractLineId": "4073799",
"lastUpdatedBy": "695643182304997376",
"quantity": "1",
"serialNumber": "202504230004",
"creationDate": "2025-04-23 15:05:03",
"typeCode": "OC_HCBM_CONTRACT_LINE",
"taxRate": "3",
"totalAmount": "124",
"unit": "PCS",
"serviceStartDate": "2025-04-09 00:00:00",
"createdBy": "695643182304997376",
"tenantId": "1273",
"contractId": "320190341213676534",
"materialsCode": "P23479125"
}
],
"number": 0,
"size": 100,
"totalElements": 1,
"totalPages": 1
}
},
"success": true
}