Skip to main content

RouteImportRequestData

routeData object[]nullable
  • Array [
  • sheetNo int32
    sheetName stringnullable
    headerData object
    routeName stringnullable
    routeDescription stringnullable
    routeId stringnullable
    importStatus int32
    statusReason stringnullable
    tenantId stringnullable
    routePoints object[]nullable
  • Array [
  • sequence int32
    routePointType stringnullable
    timeAtLocation int32
    locationName stringnullable
    latitude stringnullable
    longitude stringnullable
    pointLatLong stringnullable
  • ]
  • ]
  • RouteImportRequestData
    {
    "routeData": [
    {
    "sheetNo": 0,
    "sheetName": "string",
    "headerData": {
    "routeName": "string",
    "routeDescription": "string",
    "routeId": "string",
    "importStatus": 0,
    "statusReason": "string",
    "tenantId": "string"
    },
    "routePoints": [
    {
    "sequence": 0,
    "routePointType": "string",
    "timeAtLocation": 0,
    "locationName": "string",
    "latitude": "string",
    "longitude": "string",
    "pointLatLong": "string"
    }
    ]
    }
    ]
    }