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
example-0
Successful Response - Finder - UnpostedVoucherFinder
{
"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"
}
]
}example-1
Successful Response - Finder - UnpostedVoucherFinder
{
"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