Skip to main content

Update offline date

End-point to update signature and inspection done in offline mode for a trip. This end-point could also be used to add signature and inspection separately.

Path Parameters
    tripUUID string required

    Unique identifier for a trip

Header Parameters
    authorization string required

    Base64 encoded basic auth

Request Body required

Update offline request

    dealerDepartmentUUIDList string[]
    inspections object[]
  • Array [
  • inspectionType string

    Possible values: [CUSTOMER_VEHICLE, LOANER_VEHICLE]

    inspectionUuid string
  • ]
  • requesterUserUUID string
    signatureUrl string
    source string

    Possible values: [DEALER_APP, WEB, PND_API, EXTERNAL_CONTROLLER]

Responses

OK


Schema
    error object
    errorCode string
    errorDescription string
    metadata object
    property name* string
    status boolean
    statusCode int32
    warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...