车牌号变更

曹操测车牌变更,通知三方  曹操会重试

请求地址: /v3/agent/carNumberChange

服务协议: HTTP/POST

请求参数

参数名称 类型 必选 说明
client_id String Y 申请的client_id
timestamp Long Y 时间戳
sign String Y 签名
previousCarNum String Y 老的车牌号
newCarNum String Y 新的车牌号
ackEventNo String Y ack事件编号,三方需要在异步处理成功后,ack回调通知曹操
参考:ACK 回调事件

结果示例

{
    "msg":"成功",
    "code":200,
    "success":true
}