---
title: "Post Vouchers"
slug: "post-vouchers"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/post-vouchers"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Post Vouchers

Post/ap-rest-api/rest/1/postvoucher

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.action+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='ee8b3dc8-188b-496f-8716-8d4d8ed15d05'>application/json</option>
</select>object  Example{
  "name": "postVoucher",
  "parameters": [
    {
      "compCode": "ZZ"
    },
    {
      "batchNum": "117585"
    },
    {
      "postDate": "2023-08-09"
    }
  ]
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.actionresult+json
<select class='api-response-data' aria-label='Media type'><option value='0108cacb-f56b-4777-ac63-884172f0cbc8'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='701a6933-61d4-4d91-9a1f-1e251e2bf948'>example-0</option>
<option value='cc5e0631-8adb-41fb-8a6d-a119d0803fa1'>example-1</option>
</select>example-0

Post Vouchers

```json
{
  "result": "SUCCESS"
}
```

example-1

Post Vouchers

```json
{
  "result": "SUCCESS"
}
```

object
