Retrieve a Specific Invoice Registry Group By VUUID
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Retrieve a Specific Invoice Registry Group By VUUID
- Updated on 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/ap-rest-api/rest/1/apreggrp/E704B3A1DACE54FDE05316821FACB3AC
Query Standards
Key | Recommended | Description |
---|---|---|
finder | Yes | Filters data based on attributes |
limit | Yes | No. of items to return |
offset | Yes | item index |
totalResults | Yes | Returns total number of items |
orderBy | Yes | Returns list of items order by given attribute |
Finder
Following row finders are available for data filtering and optimizing request performance.
- By UUID
By UUID
This is the recommended finder for querying a specific Invoice Registry Group by its row ID.
Parameter | Description | Sample |
---|---|---|
/VUUID | The VUuid attribute is the Unique row ID | /ap-rest-api/rest/1/apreggrp/E704B3A1DACE54FDE05316821FACB3AC |
Security
HTTP
Type basic
Basic authentication
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"AprgCode": "AP1",
"AprgCompCode": "001",
"AprgDesc": "Invoicestest",
"AprgRowid": "AAAX4GAAIAAEJNHAAA",
"AprgVUuid": "E704B3A1DACE54FDE05316821FACB3AC",
"DiscriminatorCode": null,
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/apreggrp/E704B3A1DACE54FDE05316821FACB3AC",
"name": "apreggrp",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/apreggrp/E704B3A1DACE54FDE05316821FACB3AC",
"name": "apreggrp",
"kind": "item"
}
]
}
object