A 'Cancelled' ticket is a ticket that has been cancelled and is not currently being worked on.
id | string <uuid> Ticket identifier. | ||||||
created_at | string <date-time> Date and time of creation. | ||||||
customer_id | string <uuid> Identifier of the customer for whom the ticket was created. | ||||||
ticket_number | integer <int64> Human-readable ticket identifier. | ||||||
vehicle_model_id | integer <int64> Identifier of the vehicle model on the ticket. | ||||||
vin | string = 17 characters Vehicle Identification Number (VIN) of the vehicle on the ticket. | ||||||
finished_at | string <date-time> Date and time service stopped on this ticket. | ||||||
cancel_reason_id | integer <int32> Reference to a cancel reason. | ||||||
externally_processed | boolean Whether this ticket has been processed by an external system. This field is purely present to allow an external system to easily register if it has already "processed" it. This property value is never changed from within the Jifeline system. | ||||||
operator_id | string or null <uuid> Identifier of the assigned operator. When a ticket has been automatically cancelled this value is empty. | ||||||
external_reference | string <= 255 characters Reference of this ticket to something in an external system. This property value is never changed from within the Jifeline system. | ||||||
vehicle_battery_voltage | string Detected vehicle battery voltage system 12 volt or 24 volt.
| ||||||
connection_id | string or null <uuid> Identifier of the connection. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
- "ticket_number": 7440303,
- "vehicle_model_id": 0,
- "vin": "JH4KA7630PC007649",
- "finished_at": "2019-08-24T14:15:22Z",
- "cancel_reason_id": 0,
- "externally_processed": true,
- "operator_id": "fa9de6bb-1df8-4ba6-9e6d-1172fbf7e166",
- "external_reference": "string",
- "vehicle_battery_voltage": "12v",
- "connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9"
}
Retrieve a list of 'Cancelled' tickets.
Successful response.
object >= 0 properties Applied query parameters, including defaults. | |||||||||||||||||||||||||||||||||
Array of objects (Cancelled ticket) >= 0 items List of 'Cancelled' tickets. | |||||||||||||||||||||||||||||||||
Array (>= 0 items)
| |||||||||||||||||||||||||||||||||
total | integer <int64> Total number of resources matching provided query parameters. |
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25,
- "offset": 0
}, - "result": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
- "ticket_number": 7440303,
- "vehicle_model_id": 0,
- "vin": "JH4KA7630PC007649",
- "finished_at": "2019-08-24T14:15:22Z",
- "cancel_reason_id": 0,
- "externally_processed": true,
- "operator_id": "fa9de6bb-1df8-4ba6-9e6d-1172fbf7e166",
- "external_reference": "string",
- "vehicle_battery_voltage": "12v",
- "connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9"
}
], - "total": 3255
}
Retrieve a single 'Cancelled' ticket by its identifier.
Successful response.
id | string <uuid> Ticket identifier. | ||||||
created_at | string <date-time> Date and time of creation. | ||||||
customer_id | string <uuid> Identifier of the customer for whom the ticket was created. | ||||||
ticket_number | integer <int64> Human-readable ticket identifier. | ||||||
vehicle_model_id | integer <int64> Identifier of the vehicle model on the ticket. | ||||||
vin | string = 17 characters Vehicle Identification Number (VIN) of the vehicle on the ticket. | ||||||
finished_at | string <date-time> Date and time service stopped on this ticket. | ||||||
cancel_reason_id | integer <int32> Reference to a cancel reason. | ||||||
externally_processed | boolean Whether this ticket has been processed by an external system. This field is purely present to allow an external system to easily register if it has already "processed" it. This property value is never changed from within the Jifeline system. | ||||||
operator_id | string or null <uuid> Identifier of the assigned operator. When a ticket has been automatically cancelled this value is empty. | ||||||
external_reference | string <= 255 characters Reference of this ticket to something in an external system. This property value is never changed from within the Jifeline system. | ||||||
vehicle_battery_voltage | string Detected vehicle battery voltage system 12 volt or 24 volt.
| ||||||
connection_id | string or null <uuid> Identifier of the connection. |
An error occurred - see status code and problem response for more information.
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
- "ticket_number": 7440303,
- "vehicle_model_id": 0,
- "vin": "JH4KA7630PC007649",
- "finished_at": "2019-08-24T14:15:22Z",
- "cancel_reason_id": 0,
- "externally_processed": true,
- "operator_id": "fa9de6bb-1df8-4ba6-9e6d-1172fbf7e166",
- "external_reference": "string",
- "vehicle_battery_voltage": "12v",
- "connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9"
}
Update a single cancelled ticket by its identifier.
The cancelled ticket you wish to update.
externally_processed required | boolean Whether this ticket has been processed by an external system. This field is purely present to allow an external system to easily register if it has already "processed" it. This property value is never changed from within the Jifeline system. |
external_reference required | string <= 255 characters Reference of this ticket to something in an external system. This property value is never changed from within the Jifeline system. |
Successful response.
id | string <uuid> Ticket identifier. | ||||||
created_at | string <date-time> Date and time of creation. | ||||||
customer_id | string <uuid> Identifier of the customer for whom the ticket was created. | ||||||
ticket_number | integer <int64> Human-readable ticket identifier. | ||||||
vehicle_model_id | integer <int64> Identifier of the vehicle model on the ticket. | ||||||
vin | string = 17 characters Vehicle Identification Number (VIN) of the vehicle on the ticket. | ||||||
finished_at | string <date-time> Date and time service stopped on this ticket. | ||||||
cancel_reason_id | integer <int32> Reference to a cancel reason. | ||||||
externally_processed | boolean Whether this ticket has been processed by an external system. This field is purely present to allow an external system to easily register if it has already "processed" it. This property value is never changed from within the Jifeline system. | ||||||
operator_id | string or null <uuid> Identifier of the assigned operator. When a ticket has been automatically cancelled this value is empty. | ||||||
external_reference | string <= 255 characters Reference of this ticket to something in an external system. This property value is never changed from within the Jifeline system. | ||||||
vehicle_battery_voltage | string Detected vehicle battery voltage system 12 volt or 24 volt.
| ||||||
connection_id | string or null <uuid> Identifier of the connection. |
An error occurred - see status code and problem response for more information.
{- "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
- "vehicle_model_id": 0,
- "vin": "JH4KA7630PC007649",
- "externally_processed": true,
- "external_reference": "string"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
- "ticket_number": 7440303,
- "vehicle_model_id": 0,
- "vin": "JH4KA7630PC007649",
- "finished_at": "2019-08-24T14:15:22Z",
- "cancel_reason_id": 0,
- "externally_processed": true,
- "operator_id": "fa9de6bb-1df8-4ba6-9e6d-1172fbf7e166",
- "external_reference": "string",
- "vehicle_battery_voltage": "12v",
- "connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9"
}
Transition a single 'Cancelled' ticket by its identifier.
The changes you wish to make.
required | Complete (object) Transition this ticket to a different state. |
One of: Complete a ticket, meaning it was successfully finished. If it is currently cancelled, this transition is only possible when its cancel reason allows reopening, when it is not externally processed or it is not already part of the providers' periodic invoice. |
{- "transition": {
- "type": "complete"
}
}
{- "status": 400,
- "type": "about:blank",
- "title": "Some title for the error situation",
- "detail": "Some description for the error situation"
}