Update Purchase Order Roles for a User
- 06 Jan 2026
- 1 Minute to read
- Print
- DarkLight
Update Purchase Order Roles for a User
- 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/poRoles/3C303D36645F67D8E0630B811DAC0E46
Update Purchase Order Roles for a User
This endpoint allows users to update Purchase Order Roles associated with user by sending an HTTP PATCH request to:
{{CMIC_BaseUrl}}/po-rest-api/rest/1/poRoles/:VUUID
* Users can update the following four attributes:
• PorlRequesterFlag
• PorlBuyerFlag
• PorlReceiverFla
• PorlDescription
Request Body:
The request must include a JSON payload with the appropriate key-value pairs for the attributes to be updated.
Sample body:
{
"PorlRequesterFlag": "N",
"PorlBuyerFlag": "Y",
"PorlReceiverFlag": "N",
"PorlDescription": "Test"
}
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "PorlRequesterFlag": "N", "PorlBuyerFlag": "Y", "PorlReceiverFlag": "N", "PorlDescription": "Test" }
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
"{\n \"PorlCompCode\": \"ZZ\",\n \"PorlUserID\": \"IBRAHIM0033\",\n \"PorlUserName\": \"IBRAHIM002\",\n \"PorlRequesterFlag\": \"N\",\n \"PorlBuyerFlag\": \"Y\",\n \"PorlReceiverFlag\": \"N\",\n \"PorlDescription\": \"Test\",\n \"PorlVUuid\": \"3C303D36645F67D8E0630B811DAC0E46\",\n \"links\": [\n {\n \"rel\": \"self\",\n \"href\": \"http://127.0.0.1:7101/po-rest-api/rest/1/poRoles/3C303D36645F67D8E0630B811DAC0E46\",\n \"name\": \"poRoles\",\n \"kind\": \"item\"\n },\n {\n \"rel\": \"canonical\",\n \"href\": \"http://127.0.0.1:7101/po-rest-api/rest/1/poRoles/3C303D36645F67D8E0630B811DAC0E46\",\n \"name\": \"poRoles\",\n \"kind\": \"item\"\n }\n ]\n}"string