---
title: "Patch a Crew Maintenance Activity Assignment"
slug: "patch-a-crew-maintenance-activity-assignment"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/patch-a-crew-maintenance-activity-assignment"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Patch a Crew Maintenance Activity Assignment

Patch/hcm-rest-api/rest/1/pyctimecrewactivity/{VUuid}

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceItem+json

Path parametersVUuidstringRequired

Body parameters<select class='api-response-data' aria-label='Media type'><option value='9a2407c0-f6c0-45b7-86b6-372159acbb68'>application/json</option>
</select>object  Example{
  "CrwaComment": "comment"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='353bddbc-959c-4260-8d3c-663009381b41'>application/json</option>
</select>

```json
{
  "CrwaVUuid": "1E03494BC6356510E0630B811DACDF31",
  "CrwaAccessCode": null,
  "CrwaCrewCode": "TEST-01",
  "CrwaDataType": "J",
  "CrwaJobCompCode": "IA",
  "CrwaValue1": "IA00001",
  "CrwaValue2": "0715-01-01T00:00:00Z",
  "CrwaValue3": "1000",
  "CrwaSectorCode": "CIVIL",
  "CrwaScheduleCode": "TEST1",
  "CrwaWbsvCode1": null,
  "CrwaWbsvCode2": null,
  "CrwaWbsvCode3": null,
  "CrwaWbsvCode4": null,
  "CrwaComment": "comment",
  "CrwaName": null,
  "CrwaStartDate": "2021-11-02",
  "CrwaEndDate": null,
  "CrwaIuCreateDate": "2024-07-24T18:41:58Z",
  "CrwaIuUpdateDate": null,
  "links": [
    {
      "rel": "self",
      "href": "http://127.0.0.1:7101/hcm-rest-api/rest/1/pyctimecrewactivity/1E03494BC6356510E0630B811DACDF31",
      "name": "pyctimecrewactivity",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://127.0.0.1:7101/hcm-rest-api/rest/1/pyctimecrewactivity/1E03494BC6356510E0630B811DACDF31",
      "name": "pyctimecrewactivity",
      "kind": "item"
    }
  ]
}
```

object
