Work Ticket Canceled Reasons
- 27 Jun 2025
- 1 Minute to read
- Print
- PDF
Work Ticket Canceled Reasons
- Updated on 27 Jun 2025
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
Defines the list of reasons available when a work ticket is canceled in Aspire. These can help standardize reporting and analytics around canceled jobs.
Resource Overview
Endpoint | Definition |
GET/WorkTicketCanceledReasons | Retrieve a list of work ticket cancelation reasons. |
Attributes
Attribute | Description | Data Type | Notes |
---|---|---|---|
WorkTicketCanceledReasonID | Unique ID for the cancelation reason | integer(int32) | |
WorkTicketCanceledReasonName | Label shown to users when selecting a reason | string | Max Length: 100 |
Active | Indicates if the reason is active | boolean | |
CreatedByUserID | ID of user who created the record | integer(int32) | |
CreatedByUserName | Name of user who created the record | string | Max Length: 101 |
CreatedDateTime | When the record was created | date-time | |
LastModifiedByUserID | ID of the user who last modified the record | integer(int32) | Nullable |
LastModifiedByUserName | Name of user who last modified the record | string | Max Length: 101 |
LastModifiedDateTime | When the record was last modified | date-time | Nullable |
Was this article helpful?