<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
filingDateUpload
{
"guide": {
"productCategoryCode": "03",
"productSmallCategoryCode": "0301",
"productCode": "D03001",
"provinceCode": "330000",
"cityCode": "330100",
"countyCode": "330102"
},
"relevancyOrganize": {
"singOrgCode": "213703060000",
"issueOrgCode": "213703060000",
"handlerOrgCode": "213703060000",
"provinceIssueOrgCode": "213700000000"
},
"basePart": {
"declareDate": "20221211",
"confirmSequenceNoList": [
"02CICP370022101005367554115222",
"02CICP330022120950637361822457",
"02CICP330022120240594532742457",
"02CICP330022120240591971571445"
]
}
}
curl --location --request POST '10.207.138.234:9202/cic/platform/car/unity/ci/82' \
--header 'Content-Type: application/json' \
--data-raw '{
"guide": {
"productCategoryCode": "03",
"productSmallCategoryCode": "0301",
"productCode": "D03001",
"provinceCode": "330000",
"cityCode": "330100",
"countyCode": "330102"
},
"relevancyOrganize": {
"singOrgCode": "213703060000",
"issueOrgCode": "213703060000",
"handlerOrgCode": "213703060000",
"provinceIssueOrgCode": "213700000000"
},
"basePart": {
"declareDate": "20221211",
"confirmSequenceNoList": [
"02CICP370022101005367554115222",
"02CICP330022120950637361822457",
"02CICP330022120240594532742457",
"02CICP330022120240591971571445"
]
}
}'
{
"status": "0000",
"message": "成功",
"errorCode": "string",
"errorResponseCode": "string",
"timestamp": "string",
"data": {
"errorMessageList": [
{
"errorNo": "string",
"errorCode": "string",
"errorMessage": "string"
}
]
}
}