---
title: "Create a Crew Maintenance Member Trade and Union Assignment"
slug: "create-a-crew-maintenance-member-trade-and-union-assignment"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-crew-maintenance-member-trade-and-union-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.

# Create a Crew Maintenance Member Trade and Union Assignment

Post/hcm-rest-api/rest/1/pyctimecrewempdetail

## Create Crew Maintenance Member Trade and Union Assignment

# 

SecurityHTTPType basic

Basic authentication

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

Body parameters<select class='api-response-data' aria-label='Media type'><option value='fd9b32aa-0136-488e-9647-d614d4b86537'>application/json</option>
</select>object  Example{
  "CrwedAccessCode": "MASTER",
  "CrwedCrewCode": "MCT2.19",
  "CrwedEmpNo": "IA00014",
  "CrwedCrewempVUuid": "B9C0AE2DED45FDBFE053508010AC7867",
  "CrwedUnionCode": "1000",
  "CrwedTradeCode": "ASST",
  "CrwedVUuid": ""
}CrwedVUuidstring    

💻 UI Fieldname: CrwedVUuid

Max length64
CrwedAccessCodestring    

💻 UI Fieldname: CrwedAccessCode

Max length100
CrwedCrewempVUuidstring    

💻 UI Fieldname: CrwedCrewempVUuid

Max length64
CrwedCrewCodestring    

💻 UI Fieldname: CrwedCrewCode

Max length30
CrwedEmpNostring    Required

💻 UI Fieldname: CrwedEmpNo

Max length16
CrwedUnionCodestring    

💻 UI Fieldname: CrwedUnionCode

Max length4
CrwedTradeCodestring    

💻 UI Fieldname: CrwedTradeCode

Max length30
CrwedIuCreateDatestring    

💻 UI Fieldname: CrwedIuCreateDate

Max length7
CrwedIuUpdateDatestring    

💻 UI Fieldname: CrwedIuUpdateDate

Max length7

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='3be742c1-73c8-4423-b22a-60d6f9211f2a'>application/json</option>
</select>

```json
{
  "CrwedVUuid": "E499E317659B0ED6E053508010AC79B0",
  "CrwedAccessCode": "MASTER",
  "CrwedCrewempVUuid": "B9C0AE2DED45FDBFE053508010AC7867",
  "CrwedUnionCode": "1000",
  "CrwedTradeCode": "ASST",
  "CrwedIuCreateDate": null,
  "CrwedIuUpdateDate": null,
  "CrwedCrewCode": "MCT2.19",
  "CrwedEmpNo": "IA00014",
  "links": [
    {
      "rel": "self",
      "href": "http://127.0.0.1:7101/hcm-rest-api/rest/1/pyctimecrewempdetail/E499E317659B0ED6E053508010AC79B0",
      "name": "pyctimecrewempdetail",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://127.0.0.1:7101/hcm-rest-api/rest/1/pyctimecrewempdetail/E499E317659B0ED6E053508010AC79B0",
      "name": "pyctimecrewempdetail",
      "kind": "item"
    }
  ]
}
```

object
