Create a Crew Maintenance Member Trade and Union Assignment
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Create a Crew Maintenance Member Trade and Union Assignment
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/hcm-rest-api/rest/1/pyctimecrewempdetail
Create Crew Maintenance Member Trade and Union Assignment
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "CrwedAccessCode": "MASTER", "CrwedCrewCode": "MCT2.19", "CrwedEmpNo": "IA00014", "CrwedCrewempVUuid": "B9C0AE2DED45FDBFE053508010AC7867", "CrwedUnionCode": "1000", "CrwedTradeCode": "ASST", "CrwedVUuid": "" }
CrwedVUuid
string
CrwedAccessCode
string
CrwedCrewempVUuid
string
CrwedCrewCode
string
CrwedEmpNo
string Required
CrwedUnionCode
string
CrwedTradeCode
string
CrwedIuCreateDate
date
CrwedIuUpdateDate
date
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+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