Valuekeep Developers - Web API Reference

Work | WO Assign Management

Overview


URL api/{tenantKey}/{orgKey}/maintenance/wOAssignManagements
Methods Supported GET, POST

All Operations

This service includes the following operations:

All Resources

This service uses the following resources:

GET Operations

GET WO Assign Management

Returns the list of entity records that can be processed by the 'WorkOrders' service.

The following elements are required:

pageIndex (int) The index of the page of the list that should be returned.
pageSize (int) The number of page elements that should be returned (max. is 1000).
workOrder (string) Work Order.
company (string) Company.

Response:

When successful, the response body contains the list of entity records available for processing. See WOAssignManagementLine.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /maintenance/wOAssignManagements/{pageIndex}/{pageSize}

POST Operations

POST WO Assign Management

Instructs the 'WorkOrders' service to process the specified entity records.

The following elements are required:

list (WOAssignManagementLine) List of the entity records that should be processed.
See WOAssignManagementLine.
companyKey (string) The company key.

Response:

When successful, the response body is empty. The URL of the processed items is returned in the response location header.

Response status codes:

201 Created. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

POST /maintenance/wOAssignManagements/{companyKey}

Resources


WOAssignManagement

The following elements are required:

selectedCount (int) Selected Count.
workOrder (string) Work Order.
company (string) Company.


WOAssignManagementLine

The following elements are required:

selected (bool) Selected.

The following elements are optional:

picture (string) Picture.
specialty (string) Specialty.
entity (string) Entity.
description (string) Description.
employee (string) Employee.