{
"serviceName": "string",
"fmtStr_Web": "string",
"fmtStr_App": "string",
"worCRS": "string",
"lodMin": 0,
"lodMax": 0,
"projFlatBase": "string",
"projFlatSize": "string",
"projFlatRootNum": "string",
"layerResType": "string",
"picTransp": 0,
"revertResX": true,
"revertResY": true,
"revertU": true,
"revertV": true,
"biasRootXY": "string",
"enableCoverage": true,
"effectiveCoverageTop": "string",
"effectiveCoverageDown": "string",
"effectiveCoverageLeft": "string",
"effectiveCoverageRight": "string",
"wmtsTemplateId": "245471cb-506c-4001-b1cc-510c11e46481"
}
curl --location --request PUT '/blackHole3D/project/wmtsTemplate/v3' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"serviceName": "string",
"fmtStr_Web": "string",
"fmtStr_App": "string",
"worCRS": "string",
"lodMin": 0,
"lodMax": 0,
"projFlatBase": "string",
"projFlatSize": "string",
"projFlatRootNum": "string",
"layerResType": "string",
"picTransp": 0,
"revertResX": true,
"revertResY": true,
"revertU": true,
"revertV": true,
"biasRootXY": "string",
"enableCoverage": true,
"effectiveCoverageTop": "string",
"effectiveCoverageDown": "string",
"effectiveCoverageLeft": "string",
"effectiveCoverageRight": "string",
"wmtsTemplateId": "245471cb-506c-4001-b1cc-510c11e46481"
}'
{
"isSuccess": true,
"errMsg": "string",
"data": "808ac6e4-93ed-4040-85a5-6c71a2444e90"
}