Skip to main content

Delete Work Order Statuses

DELETE 

/organizations/:organizationId/work-orders/:workOrderId/statuses

Delete work order statuses

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    workOrderId stringrequired

    The ID of work order.

Query Parameters

    startDate numberrequired

    The start date in milliseconds since epoch.

    endDate numberrequired

    The end date in milliseconds since epoch.

Responses

Schema
    data objectrequired

    Data of the work order statuses.

Loading...