Retrieve Unposted Vouchers By Code
    • 06 Jan 2025
    • 1 Minute to read
    • Dark
      Light

    Retrieve Unposted Vouchers By Code

    • Dark
      Light

    Article summary

    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
    ParameterDescriptionExample
    WorkflowStatusVarWork Flow StatusY

    By UUID

    This is an optional finder for querying a specific Unposted Voucher by row ID.

    ParameterDescriptionSample
    /VUUIDThe 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