OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Arguments
- # vehicleInspection: [Not documented]
- (
- : VehicleInspectionInput!
- ): VehicleInspectionDto
- # Arguments
- # vehicleInspectionId: [Not documented]
- # dateTime: [Not documented]
- (
- : ID!,
- : OffsetDateTime!
- ): Boolean
- # Arguments
- # vehicleInspectionId: [Not documented]
- # dateTime: [Not documented]
- # notes: [Not documented]
- (
- : ID!,
- : OffsetDateTime!,
- : String
- ): Boolean
- # Arguments
- # input: [Not documented]
- (: AlertRuleInput!): Boolean
- # Arguments
- # input: [Not documented]
- # userId: [Not documented]
- (: AlertRuleInput!, : UUID!): Boolean
- # Arguments
- # id: [Not documented]
- # input: [Not documented]
- (: UUID!, : AlertRuleInput!): Boolean
- # Arguments
- # id: [Not documented]
- (: UUID!): Boolean
- # Arguments
- # id: [Not documented]
- (: UUID!): Boolean
- # Arguments
- # id: [Not documented]
- (: UUID!): Boolean
- # Arguments
- # id: [Not documented]
- # targetUserId: [Not documented]
- (: UUID!, : UUID!): Boolean
- : Boolean
- # Arguments
- # vin: [Not documented]
- # data: [Not documented]
- # scheduledAt: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : String!,
- : CommandData!,
- : OffsetDateTime,
- : Boolean
- ): CarrierSendCommandStatus
- # Arguments
- # customerInput: [Not documented]
- (: CustomerInput): Boolean
- # Arguments
- # customerDataInput: [Not documented]
- (: CustomerDataInput): Boolean
- # Arguments
- # customerId: [Not documented]
- (: Int!): Boolean
- # Arguments
- # input: [Not documented]
- (
- : CustomerAssociationInput
- ): CustomerAssociationsDto
- # Arguments
- # id: [Not documented]
- # type: [Not documented]
- (
- : UUID!,
- : CustomerAssociationTypeEnum!
- ): Boolean
- # Arguments
- # id: [Not documented]
- (: UUID!): Boolean
- # Arguments
- # input: [Not documented]
- (
- : CustomerCargoCameraFullnessInput
- ): CustomerCargoCameraFullnessOutput
- # Arguments
- # customerVehicleInput: [Not documented]
- (
- : CustomerVehicleInput!
- ): CustomerVehicleDto
- # Arguments
- # customerFeatureInput: [Not documented]
- (
- : AssociateFeatureToCustomerInput!
- ): Boolean
- # Arguments
- # input: [Not documented]
- (: ImplicitAccessInput!): Boolean
- # Arguments
- # input: [Not documented]
- (: RecoveryModeInput): Boolean
- # Arguments
- # vin: [Not documented]
- (: String): Boolean
- # Arguments
- # vin: [Not documented]
- # mode: [Not documented]
- (: String, : DeviceModeEnum): Boolean
- # Arguments
- # deviceSerialNumber: [Not documented]
- # mode: [Not documented]
- # timeOut: [Not documented]
- (
- : String!,
- : GatewayModeEnum!,
- : Int!
- ): Boolean
- # Arguments
- # input: [Not documented]
- (
- : OptInOutCapabilitiesInput
- ): [Int]
- # Arguments
- # geofenceInput: [Not documented]
- (: GeofenceInput): GeofenceDetail
- # Arguments
- # geofenceInput: [Not documented]
- (
- : GeofenceInput
- ): GeofenceDetail
- # Arguments
- # geofenceInput: [Not documented]
- (: GeofenceInput): GeofenceDetail
- # Arguments
- # id: [Not documented]
- (: UUID): DeletionResult
- # Arguments
- # ids: [Not documented]
- (: [UUID]): DeletionResult
- # Arguments
- # vehicleId: [Not documented]
- # vin: [Not documented]
- (: UUID, : String): Boolean
- # Arguments
- # input: [Not documented]
- (: LeasingAgreementInput): LeasingDto
- # Arguments
- # id: [Not documented]
- (: UUID!): Boolean
- # Arguments
- # id: [Not documented]
- # input: [Not documented]
- (
- : UUID!,
- : UpdateLeasingAgreementInput
- ): Boolean
- # Arguments
- # id: [Not documented]
- (: UUID!): Boolean
- # Arguments
- # input: [Not documented]
- (: OrderInput): OrderDto
- # Arguments
- # id: [Not documented]
- # input: [Not documented]
- (: UUID!, : UpdateOrderInput): Boolean
- # Arguments
- # id: [Not documented]
- (: UUID!): Boolean
- # Arguments
- # input: [Not documented]
- (
- : OrderTrailerDetailsInput
- ): OrderTrailerDetailsDto
- # Arguments
- # id: [Not documented]
- # input: [Not documented]
- (
- : UUID!,
- : UpdateOrderTrailerDetailsInput
- ): Boolean
- # Arguments
- # id: [Not documented]
- (: UUID!): Boolean
- # Arguments
- # input: [Not documented]
- (
- : DeviceConfigVersionInput
- ): UUID
- # Arguments
- # fileName: [Not documented]
- # path: [Not documented]
- # otaFtpMfgType: [Not documented]
- (
- : String!,
- : String,
- : OtaFtpMfgType!
- ): Boolean
- # Arguments
- # input: [Not documented]
- (: OtaUpgradeJobsInput): Boolean
- # Arguments
- # input: [Not documented]
- (
- : FtpOtaUpgradeJobsInput
- ): Boolean
- # Arguments
- # vin: [Not documented]
- # unpairType: [Not documented]
- (: String!, : UnpairType): Boolean
- # Arguments
- # input: [Not documented]
- (: AssociateSensorBoxToVehicleInput!): PairingResponse
- # Arguments
- # newVIN: [Not documented]
- # originalVIN: [Not documented]
- (: String, : String): PairingResponse
- # Arguments
- # input: [Not documented]
- (: ReportConfigInput): UUID
- # Arguments
- # id: [Not documented]
- (: UUID): Int
- # Arguments
- # input: [Not documented]
- (: ReportConfigInput): UUID
- # Arguments
- # id: [Not documented]
- # targetUserId: [Not documented]
- (: UUID!, : UUID!): Boolean
- # Arguments
- # status: [Not documented]
- # serialNumber: [Not documented]
- (: simStatus!, : String!): Boolean
- # Arguments
- # sensorBoxId: [Not documented]
- # vehicleId: [Not documented]
- # vin: [Not documented]
- # emails: [Not documented]
- # forceEmailNotification: [Not documented]
- (
- : UUID,
- : UUID,
- : String,
- : [String],
- : Boolean
- ): Boolean
- # Arguments
- # detachedSensorBox: [Not documented]
- (
- : DetachedSensorBoxInput!
- ): Boolean!
- # Arguments
- # userEmail: [Not documented]
- # customerId: [Not documented]
- # renewalType: [Not documented]
- (
- : String!,
- : Int!,
- : RenewalTypeEnum
- ): RenewalResponse
- # Arguments
- # requestId: [Not documented]
- # comments: [Not documented]
- (
- : ID!,
- : String!
- ): Boolean
- : Boolean
- # Arguments
- # vin: [Not documented]
- # thermoKingBaseData: [Not documented]
- (
- : String!,
- : ThermoKingBaseData!
- ): Boolean
- # Arguments
- # vin: [Not documented]
- # scheduledAt: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : String!,
- : OffsetDateTime,
- : Boolean
- ): ThermoKingCommandResponse
- # Arguments
- # vin: [Not documented]
- # scheduledAt: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : String!,
- : OffsetDateTime,
- : Boolean
- ): ThermoKingCommandResponse
- # Arguments
- # vin: [Not documented]
- # scheduledAt: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : String!,
- : OffsetDateTime,
- : Boolean
- ): ThermoKingCommandResponse
- # Arguments
- # vin: [Not documented]
- # scheduledAt: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : String!,
- : OffsetDateTime,
- : Boolean
- ): ThermoKingCommandResponse
- # Arguments
- # vin: [Not documented]
- # scheduledAt: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : String!,
- : OffsetDateTime,
- : Boolean
- ): ThermoKingCommandResponse
- # Arguments
- # input: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : UpdateSetPointInput!,
- : Boolean
- ): ThermoKingCommandResponse
- # Arguments
- # vins: [Not documented]
- # scheduledAt: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : [String],
- : OffsetDateTime,
- : Boolean
- ): [ThermoKingCommandResponse]
- # Arguments
- # vins: [Not documented]
- # scheduledAt: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : [String],
- : OffsetDateTime,
- : Boolean
- ): [ThermoKingCommandResponse]
- # Arguments
- # vins: [Not documented]
- # scheduledAt: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : [String],
- : OffsetDateTime,
- : Boolean
- ): [ThermoKingCommandResponse]
- # Arguments
- # vins: [Not documented]
- # scheduledAt: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : [String],
- : OffsetDateTime,
- : Boolean
- ): [ThermoKingCommandResponse]
- # Arguments
- # vins: [Not documented]
- # scheduledAt: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : [String],
- : OffsetDateTime,
- : Boolean
- ): [ThermoKingCommandResponse]
- # Arguments
- # inputs: [Not documented]
- # sendConfirmationEmail: [Not documented]
- (
- : [UpdateSetPointInput],
- : Boolean
- ): [ThermoKingCommandResponse]
- : Boolean
- : Boolean
- # Arguments
- # input: [Not documented]
- (: TrailerTrackingInput!): String
- # Arguments
- # input: [Not documented]
- (: UnsubscribeInput): UnsubscribeResponse
- # Arguments
- # input: [Not documented]
- (: UserInput!): User
- # Arguments
- # username: [Not documented]
- # moreySensorOrder: [Not documented]
- # xirgoSensorOrder: [Not documented]
- # fleetColumnOrder: [Not documented]
- # expiredSubscriptionDismissalCount: [Not
- # documented]
- # expiringSubscriptionDismissalCount: [Not
- # documented]
- (
- : String!,
- : [Int],
- : [Int],
- : [String],
- : Boolean,
- : Boolean
- ): Boolean
- # Arguments
- # username: [Not documented]
- # preferenceType: [Not documented]
- # preferenceValue: [Not documented]
- (
- : String!,
- : PREFERENCE_TYPE!,
- : String!
- ): Boolean
- # Arguments
- # input: [Not documented]
- (
- : MultipleUsersAndGroupsInput!
- ): Boolean
- # Arguments
- # input: [Not documented]
- (
- : MultipleUsersAndGroupsInput!
- ): Boolean
- # Arguments
- # input: [Not documented]
- (: TrailerPickupInput): UUID!
- # Arguments
- # input: [Not documented]
- (: TrailerDropOffInput): Boolean!
- # Arguments
- # input: [Not documented]
- (: CargoLiveImageInput!): String
- # Arguments
- # input: [Not documented]
- (: UpdateVehicleGroupInput!): Boolean
- # Arguments
- # input: [Not documented]
- (: AddVehicleToGroupInput!): Boolean
- # Arguments
- # input: [Not documented]
- (: DeleteVehicleGroupInput!): [String]
- # Arguments
- # input: [Not documented]
- (
- : AddVehicleGroupParentInput!
- ): Boolean
- # Arguments
- # input: [Not documented]
- (: RenameVehicleGroupInput!): [RenameVehicleGroupResponse]
- # Arguments
- # input: [Not documented]
- (: MultipleVehiclesAndGroupsInput!): Boolean
- # Arguments
- # input: [Not documented]
- (
- : MultipleVehicleUnitIDsOrVINsAndGroupNamesInput!
- ): Boolean
- # Arguments
- # input: [Not documented]
- (
- : MultipleVehiclesAndGroupsInput!
- ): Boolean
- # Arguments
- # input: [Not documented]
- (
- : DeleteVehicleGroupIDInput!
- ): [String]
- # Arguments
- # input: [Not documented]
- (
- : DeleteVehicleGroupsInput!
- ): [String]
- # Arguments
- # vehicleList: [Not documented]
- (: [VehicleUnitIdInput!]!): [UpdateVehicleUnitIdResponse!]!
- # Arguments
- # vehicleInput: [Not documented]
- (
- : VehicleInput!
- ): Boolean
- # Arguments
- # input: [Not documented]
- (: VehicleInput!): Boolean
- # Arguments
- # input: [Not documented]
- (: VehicleSensorInputDto): Boolean
- # Arguments
- # orderNumbers: [Not documented]
- (: [String]): [PartsOrderRefreshResult]
- # Arguments
- # vin: [Not documented]
- # unitId: [Not documented]
- (: String!, : String!): CustomerVehicleDto
- # Arguments
- # input: [Not documented]
- (
- : XirgoOtaUpgradeJobsInput
- ): Boolean
- # Arguments
- # serial: [Not documented]
- (: String!): Boolean
- }
link Require by
This element is not required by anyone