/
Request details editing (Transferred to Wiki)

Request details editing (Transferred to Wiki)

Prerequisite: Access to WLM, Request ID

Some fields are not editable using the CAMMS edit request page, such as the MER date.

Here’s the steps to fix any of these fields:

  1. Connect to the Swagger page Workload Manager

    1. Dev: https://ncdsafsecsurapp-work-management-service.azurewebsites.net/swagger/index.html

    2. Acc: https://nctsafsecsurapp-work-management-service.azurewebsites.net/swagger/index.html

    3. Prod: https://pcpsafsecsurapp-work-management-service.azurewebsites.net/swagger/index.html

  2. Using the “/api/v1/workitems/{id}” API call, query the API using the request id. Copy the JSON response into a text editor.
    Note: If you do not have the request id, you may be able to find the request using the “/api/v1/workitems/detailcolumnquery/workitems“ API call using the file number or the MER date.

  3. Inside the “detail” field, change the values that are incorrect.

  4. Put the modified response into the request body of “/api/v1/workitems“.

  5. If you have access, confirm that the changes appear in the CAMMS edit request page.

 

Related content

CAMMS Troubleshooting and data fixes (Transferred to Wiki)
CAMMS Troubleshooting and data fixes (Transferred to Wiki)
More like this
How to use the Workload Management API
How to use the Workload Management API
More like this
How to update document template in ROFS using the Document Management API
How to update document template in ROFS using the Document Management API
More like this
TimeTrackingService API Documentation
TimeTrackingService API Documentation
More like this
API Connections
API Connections
More like this
WLM Development Environment
WLM Development Environment
More like this