Skip to main content

Update Work Request

PUT 

/organizations/:organizationId/work-requests/:workRequestId

Update work request

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    workRequestId stringrequired

    The ID of work request.

Body

required
    isTemplate boolean

    The work request is template.

    subject string

    The subject of work request.

    description string

    The description of work request.

    locationId string

    The location ID of work order.

    images string[]

    The images of work request.

    priority string

    The priority of work order.

Responses

Schema
    data objectrequired

    Data of the updated work request.

    subject stringrequired
    description stringrequired
    locationId stringrequired
    priority stringrequired
    isTemplate booleanrequired
    assetIds string[]required
    images string[]required
    files string[]required
    createdBy stringrequired
    createdAtDateString stringrequired
    createdAt stringrequired
Loading...