里程保存接口

接口地址

/openapi/carmileage/point/save

请求类型

POST

请求参数

参数说明

参数名称 类型 是否必填 参数说明
address String 地址
longitude String 经度
latitude String 维度
timeStamp Date 打点时间
pointType String 点位类型:
START 出发点
END 结束点
VIA 途径点
employeeId String 员工id
carAllowanceCode String 里程补贴编码,点位类型为途经点和结束点时,该字段必填
distance double 里程距离,单位类型为结束点时,该字段必填

参数示例

{
  "address":"浙江省杭州市莫干山路1号",
  "longitude":"120.11111",
  "latitude":"24.12312414",
  "timeStamp":1709801029881,
  "pointType":"END",
  "employeeId":"emp001",
  "carAllowanceCode":"ECA2403081I08INLS",
  "distance":0.01
}

响应参数

参数说明

参数名称 类型 是否必填 参数说明
data String 里程补贴编码

参数示例

{
    "code": "ACK",
    "message": "",
    "data": "ECA2403081I08INLS",
    "errorCode": null,
    "success": true
}
Copyright © 杭州每刻科技有限公司 www.maycur.com all right reserved,powered by Gitbook该文件修订时间: 2024-11-20 10:52:00

results matching ""

    No results matching ""

    results matching ""

      No results matching ""