Retrieve Unposted Vouchers By Code
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Retrieve Unposted Vouchers By Code
- 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/unpostedvouchers
Query Standards
Finder
Following row finders are available for data filtering and optimizing request performance.
- UnpostedVoucherFinder
- By UUID
Unposted Voucher Finder
This isRecommended finder parameters. Refer to Query Parameters for example.
Parameters
Parameter | Description | Example |
---|---|---|
WorkflowStatusVar | Work Flow Status | Y |
By UUID
This is an optional finder for querying a specific Unposted Voucher by row ID.
Parameter | Description | Sample |
---|---|---|
/VUUID | The VUuid attribute is the Unique row ID | /ap-rest-api/rest/1/unpostedvouchers/2021262646 |
Security
HTTP
Type basic
Basic authentication
Query parameters
finder
string
ExampleUnpostedVoucherFinder;WorkflowStatusVar=Y
limit
integer
Example500
offset
integer
Example0
totalResults
boolean
ExampleTrue
orderBy
string
ExampleVouNum:desc
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
{
"items": [],
"count": 0,
"hasMore": false,
"limit": 5,
"offset": 0,
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/unpostedvouchers",
"name": "unpostedvouchers",
"kind": "collection"
}
]
}
object