<dependency>
<groupId>com.cic.businsurance.regulatory</groupId>
<artifactId>veh-unity-insci</artifactId>
<version>4.0.0-SNAPSHOT</version>
</dependency>
com.cic.businsurance.regulatory.vehunityinsci.facade.api.carshiptax.CarShipTaxCIApi
carShipTaxDataContrast
{
"guide": {
"productCategoryCode": "03",
"productSmallCategoryCode": "0302",
"productCode": "D03002",
"provinceCode": "330000",
"cityCode": "330100",
"countyCode": "330102",
"channelType": "in",
"bizSourceCd": "eiusmod ea id",
"businessNature": "culpa",
"systemSourceCode": "51",
"systemSourceLeve12Code": "57",
"underwritingMethodCd": "1"
},
"confirmSequenceNoList": [
"01CICP4332050447097338246645891567129",
"01CICP0713754777899071968979988778770"
],
"relevancyOrganize": {
"signOrgCode": "32",
"issueOrgCode": "10",
"handlerOrgCode": "26",
"provinceIssueOrgCode": "72",
"handlerName": "生自革例",
"handlerEmpNo": "nisi",
"recordHolderName": "身走二",
"recordHolderEmpNo": "labore",
"partnerName": "不段具专",
"partnerCode": "62"
},
"amendConfirmNoList": [
"04CICP2805538290847171148293202112839"
]
}
curl --location --request POST '10.207.138.234:9202/cic/platform/car/unity/ci/81' \
--header 'Content-Type: application/json' \
--data-raw '{
"guide": {
"productCategoryCode": "03",
"productSmallCategoryCode": "0302",
"productCode": "D03002",
"provinceCode": "330000",
"cityCode": "330100",
"countyCode": "330102",
"channelType": "in",
"bizSourceCd": "eiusmod ea id",
"businessNature": "culpa",
"systemSourceCode": "51",
"systemSourceLeve12Code": "57",
"underwritingMethodCd": "1"
},
"confirmSequenceNoList": [
"01CICP4332050447097338246645891567129",
"01CICP0713754777899071968979988778770"
],
"relevancyOrganize": {
"signOrgCode": "32",
"issueOrgCode": "10",
"handlerOrgCode": "26",
"provinceIssueOrgCode": "72",
"handlerName": "生自革例",
"handlerEmpNo": "nisi",
"recordHolderName": "身走二",
"recordHolderEmpNo": "labore",
"partnerName": "不段具专",
"partnerCode": "62"
},
"amendConfirmNoList": [
"04CICP2805538290847171148293202112839"
]
}'
{
"status": "0000",
"message": "成功",
"errorCode": "string",
"errorResponseCode": "string",
"timestamp": "string",
"data": [
{
"basePart": {
"confirmSequenceNo": "string",
"amendConfirmNo": "string",
"payDate": "string",
"declareStatusIa": "string",
"declareStatusLt": "string"
},
"taxAmountIA": {
"taxAmountFlag": "string",
"annualTaxDue": "string",
"sumTaxDefault": "string",
"sumOverdue": "string",
"sumTax": "string"
},
"taxAmountLT": {
"taxAmountFlag": "string",
"annualTaxDue": "string",
"sumTaxDefault": "string",
"sumOverdue": "string",
"sumTax": "string"
}
}
]
}