Update User Assigned With Tracking code
- 06 Jan 2026
- 1 Minute to read
- Print
- DarkLight
Update User Assigned With Tracking code
- Updated on 06 Jan 2026
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Patch
/po-rest-api/rest/1/poUserIdCrossRef/3CE3CF4F428A47BFE0630B811DAC18D1
Update Assigned Tracking Codes
This endpoint allows users to update assigned tracking codes by sending an HTTP PATCH request to:
{{CMIC_BaseUrl}}/po-rest-api/rest/1/poUserIdCrossRef/:VUUID
* Users can update the following three attributes:
• EmpAccessCode
• EmpConfirmAccessCode
• EmpMandatoryApprover
Request Body:
The request must include a JSON payload with the appropriate key-value pairs for the attributes to be updated.
Sample body:
{
"EmpAccessCode": "Adampass",
"EmpConfirmAccessCode": "Adampass",
"EmpMandatoryApprover": "Y"
}
Important Information:
Updating EmpMandatoryApprover flag with "Y" or "N" requires entering EmpConfirmAccessCode.
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "EmpAccessCode": "Adam001", "EmpConfirmAccessCode": "Adampass", "EmpMandatoryApprover": "Y" }
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
"{\n \"EmpCompCode\": \"ZZ\",\n \"EmpTrackingCode\": \"Adam1\",\n \"EmpUserName\": \"Adam\",\n \"EmpUserID\": \"Adam1\",\n \"EmpAccessCode\": \" *******************\",\n \"EmpConfirmAccessCode\": \" *******************\",\n \"EmpMandatoryApprover\": \"Y\",\n \"EmpVUuid\": \"3B548FEC2A4D97D5E0630B811DACE03B\",\n \"links\": [\n {\n \"rel\": \"self\",\n \"href\": \"http://127.0.0.1:7101/po-rest-api/rest/1/poUserIdCrossRef/3B548FEC2A4D97D5E0630B811DACE03B\",\n \"name\": \"poUserIdCrossRef\",\n \"kind\": \"item\"\n },\n {\n \"rel\": \"canonical\",\n \"href\": \"http://127.0.0.1:7101/po-rest-api/rest/1/poUserIdCrossRef/3B548FEC2A4D97D5E0630B811DACE03B\",\n \"name\": \"poUserIdCrossRef\",\n \"kind\": \"item\"\n }\n ]\n}"string