Retrieve Purchase Order Roles for User by VUUID
  • 06 Jan 2026
  • 1 Minute to read
  • Dark
    Light

Retrieve Purchase Order Roles for User by VUUID

  • Dark
    Light

Article summary

Get
/po-rest-api/rest/1/poRoles/3C303D36645F67D8E0630B811DAC0E46

Retrieve Purchase Order Roles for User by VUUID:
This endpoint retrieves the purchase order roles assigned to a user by VUUID.

Response Body:
The response will contain the details of purchase order roles assigned to a user in the JSON format. Here is an example of the response body:

{
    "items": [
        {
            "PorlCompCode": "",
            "PorlUserID": "",
            "PorlUserName": "",
            "PorlRequesterFlag": "",
            "PorlBuyerFlag": "",
            "PorlReceiverFlag": "",
            "PorlDescription": null,
            "PorlVUuid": "",
            "links": [
                {
                    "rel": "",
                    "href": "",
                    "name": "",
                    "kind": ""
                }
            ]
        }
    ]
}

Security
HTTP
Type basic

Basic authentication

Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
"{\n    \"PorlCompCode\": \"ZZ\",\n    \"PorlUserID\": \"IBRAHIM0033\",\n    \"PorlUserName\": \"IBRAHIM002\",\n    \"PorlRequesterFlag\": \"Y\",\n    \"PorlBuyerFlag\": \"Y\",\n    \"PorlReceiverFlag\": \"N\",\n    \"PorlDescription\": null,\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