Skip to main content

JobBatchImportResponse

recordCount integer<int32>
failureCount integer<int32>
records object[]nullable
  • Array [
  • result stringnullable
    instance object
    id string<uuid>
    origAncestorId string<uuid>nullable
    lastAncestorId string<uuid>nullable
    docType integer<int32>

    Possible values: [0, 1, 2]

    name stringnullable
    customer stringnullable
    docReference stringnullable
    jobType stringnullable
    description stringnullable
    stayTimeMinutes integer<int32>
    location object
    id stringnullable
    name stringnullable
    address stringnullable
    contactName stringnullable
    contactNumber stringnullable
    latitude number<double>
    longitude number<double>
    toleranceMeters number<double>
    jobDate string<date-time>
    preferredFromTimeUTC string<date-time>nullable
    preferredToTimeUTC string<date-time>nullable
    driverId string<uuid>nullable
    vehicleId stringnullable
    requiredSkill string[]nullable
    recurring object
    range object
    startFromUTC string<date-time>nullable
    endOnUTC string<date-time>nullable
    numberOfTimes integer<int32>nullable
    status integer<int32>

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

    notifications object
    remindMinutesBefore integer<int32>[]nullable
    jobInstanceOrderDetailMetrics object[]nullable
  • Array [
  • lineNumber integer<int32>
    description stringnullable
    type integer<int32>

    Possible values: [0, 1, 2, 3, 4]

    isRequired boolean
    unitOfMeasurement stringnullable
    currency stringnullable
    value stringnullable
    driverInputRequired boolean
  • ]
  • jobInstanceDeliveryMetrics object[]nullable
  • Array [
  • lineNumber integer<int32>
    description stringnullable
    type integer<int32>

    Possible values: [0, 1, 2, 3, 4]

    isRequired boolean
    unitOfMeasurement stringnullable
    currency stringnullable
    value stringnullable
  • ]
  • tenant stringnullable
    scheduleId string<uuid>nullable
    reqSign booleannullable
    reqPhoto booleannullable
    createdDateUTC string<date-time>
    watchers object[]nullable
  • Array [
  • name stringnullable
    cell stringnullable
    email stringnullable
  • ]
  • pointPolyLongLat stringnullable
    driverDataBackup object
    name stringnullable
    surname stringnullable
    displayName stringnullable
    mobile stringnullable
    isReadOnly booleannullable
    instanceType integer<int32>

    Possible values: [0, 1]

    lastCompletedDateUTC string<date-time>nullable
    recurredToId string<uuid>nullable
    history object[]nullable
  • Array [
  • userId string<uuid>
    status integer<int32>

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

    dateTimeUTC string<date-time>
    comment stringnullable
  • ]
  • actualArrivalUTC string<date-time>nullable
    actualStayTimeMinutes integer<int32>nullable
    distanceCoveredMeter integer<int64>nullable
    attachments object[]nullable
  • Array [
  • type integer<int32>

    Possible values: [0, 1, 2, 3]

    fileName stringnullable
    urlId stringnullable
    size integer<int64>nullable
  • ]
  • ]
  • JobBatchImportResponse
    {
    "recordCount": 0,
    "failureCount": 0,
    "records": [
    {
    "result": "string",
    "instance": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "origAncestorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "lastAncestorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "docType": 0,
    "name": "string",
    "customer": "string",
    "docReference": "string",
    "jobType": "string",
    "description": "string",
    "stayTimeMinutes": 0,
    "location": {
    "id": "string",
    "name": "string",
    "address": "string",
    "contactName": "string",
    "contactNumber": "string",
    "latitude": 0,
    "longitude": 0,
    "toleranceMeters": 0
    },
    "jobDate": "2024-07-29T15:51:28.071Z",
    "preferredFromTimeUTC": "2024-07-29T15:51:28.071Z",
    "preferredToTimeUTC": "2024-07-29T15:51:28.071Z",
    "driverId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "vehicleId": "string",
    "requiredSkill": [
    "string"
    ],
    "recurring": {
    "range": {
    "startFromUTC": "2024-07-29T15:51:28.071Z",
    "endOnUTC": "2024-07-29T15:51:28.071Z",
    "numberOfTimes": 0
    }
    },
    "status": 0,
    "notifications": {
    "remindMinutesBefore": [
    0
    ]
    },
    "jobInstanceOrderDetailMetrics": [
    {
    "lineNumber": 0,
    "description": "string",
    "type": 0,
    "isRequired": true,
    "unitOfMeasurement": "string",
    "currency": "string",
    "value": "string",
    "driverInputRequired": true
    }
    ],
    "jobInstanceDeliveryMetrics": [
    {
    "lineNumber": 0,
    "description": "string",
    "type": 0,
    "isRequired": true,
    "unitOfMeasurement": "string",
    "currency": "string",
    "value": "string"
    }
    ],
    "tenant": "string",
    "scheduleId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "reqSign": true,
    "reqPhoto": true,
    "createdDateUTC": "2024-07-29T15:51:28.071Z",
    "watchers": [
    {
    "name": "string",
    "cell": "string",
    "email": "string"
    }
    ],
    "pointPolyLongLat": "string",
    "driverDataBackup": {
    "name": "string",
    "surname": "string",
    "displayName": "string",
    "mobile": "string"
    },
    "isReadOnly": true,
    "instanceType": 0,
    "lastCompletedDateUTC": "2024-07-29T15:51:28.071Z",
    "recurredToId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "history": [
    {
    "userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "status": 0,
    "dateTimeUTC": "2024-07-29T15:51:28.071Z",
    "comment": "string"
    }
    ],
    "actualArrivalUTC": "2024-07-29T15:51:28.071Z",
    "actualStayTimeMinutes": 0,
    "distanceCoveredMeter": 0,
    "attachments": [
    {
    "type": 0,
    "fileName": "string",
    "urlId": "string",
    "size": 0
    }
    ]
    }
    }
    ]
    }