---
title: "Create AP Manual Check With Extension"
slug: "create-ap-manual-check-with-extension"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-ap-manual-check-with-extension"
---

> ## 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.

# Create AP Manual Check With Extension

Post/ap-rest-api/rest/1/manualcheck

## Create Manual Cheque with Extension

### 

SecurityHTTPType basic

Basic authentication

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

Body parameters<select class='api-response-data' aria-label='Media type'><option value='3d6edef3-87ad-46f3-82a6-c7c461262b81'>application/json</option>
</select>object  Example{
  "ChqAccCode": "10001",
  "ChqAmt": "3000",
  "ChqBankCompCode": "001",
  "ChqBchName": "TEST",
  "ChqBchPost": "N",
  "ChqPostDate": null,
  "ChqCompCode": "001",
  "ChqDate": "2023-06-23",
  "ChqDeptCode": "00",
  "ChqDesc": null,
  "ChqNum": "5201100",
  "ChqRecCode": "N",
  "ChqSeqNum": "1453",
  "ChqVenCode": "0714",
  "ChqVouCode": "Y",
  "PayamtChqmanViewObj": [
    {
      "PaCompCode": "001",
      "PaChqCompCode": "001",
      "PaVenCode": "0714",
      "PaChqNum": "5201100",
      "PaPayCurrAmt": "3000",
      "PaAmt": "3000",
      "PaVouInvCode": "LTEST1234",
      "PaDiscAmt": "-200",
      "PaChqSeqNum": "1453"
    }
  ]
}ChqAccCodestring    Required

This is the GL Account Code for the bank account the check was paid from. This must be a VALID CMiC Account Code.

ChqVouCodestring    

This field indicates that the check paid a voucher rather than being a Non Accounts Payable Check. Set the field to 'Y' to indicate the check paid a voucher.

Max length1
ChqBankCompCodestring    

This is the company code of the bank account the check was paid out of.

Max length8
ChqRecCodestring    

Code to indicate if Reconciled date is null or not

Max length1
ChqDatestring    Required

This is the date of the check.

ChqVenCodestring    Required

This is the vendor code of the vendor the check was produced for. This must be a VALID CMiC Vendor Code.

PayamtChqmanViewObjstring    
ChqPostDatestring    

This is the post date of the check. This should be the same date as the post date on the check.

ChqBchPoststring    
ChqDescstring    

This is only applicable if the check was a manual check and a unique description is available for the check.

Max length60
ChqBchNamestring    
ChqDeptCodestring    Required

This is department of the GL Bank Account that the check was paid out of. This must be a VALID CMiC department code for the company in CHQ_COMP_CODE.

ChqNumnumber    

Check Number

Max length2211
ChqCompCodestring    

This is the company code that prepared the check. This must be a VALID CMiC Company Code.

Max length8
ChqSeqNumstring    Required

This is an internal check number created by the system. Start numbering at –50000 and increment by 1 for each record. (i.e. –50000, -49999, -49998….) It must be unique across all checks.

ChqAmtstring    Required

This is the full amount of the check.

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='f665288e-7d88-40c2-9cc5-e1eed4ef79de'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='5110f34b-3d21-452f-91ea-24442819f625'>example-0</option>
<option value='11556751-cb66-4628-b8d9-b9bf360bd60a'>example-1</option>
</select>example-0

Successful Response

```json
{
  "Chq1099Code": "X",
  "ChqAccCode": "10001",
  "ChqAmt": 3000,
  "ChqBankCompCode": "001",
  "ChqBchName": "TEST",
  "ChqBchNum": 4461781,
  "ChqBchPost": "N",
  "ChqCompCode": "001",
  "ChqCurrCode": "USD",
  "ChqCurcFactorNum": 1,
  "ChqDate": "2023-06-23",
  "ChqDeptCode": "00",
  "ChqDesc": null,
  "ChqDraftCode": null,
  "ChqJobCode": null,
  "ChqJointVenName": null,
  "ChqNum": 5201101,
  "ChqPayeeAddr1": null,
  "ChqPayeeAddr2": null,
  "ChqPayeeAddr3": null,
  "ChqPayeeCountry": null,
  "ChqPayeeName1": null,
  "ChqPayeeName2": null,
  "ChqPayeePostalCode": null,
  "ChqPayeeRegCode": null,
  "ChqPostDate": null,
  "ChqRecCode": "N",
  "ChqSeqNum": 1829278,
  "ChqTempBchNum": 4461781,
  "ChqVenCode": "0714",
  "ChqVouCode": "Y",
  "ChqRefundFlag": "N",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/manualcheck/1829278",
      "name": "manualcheck",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/manualcheck/1829278",
      "name": "manualcheck",
      "kind": "item"
    },
    {
      "rel": "child",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/manualcheck/1829278/child/VouChqViewObj",
      "name": "VouChqViewObj",
      "kind": "collection"
    },
    {
      "rel": "child",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/manualcheck/1829278/child/PayamtChqmanViewObj",
      "name": "PayamtChqmanViewObj",
      "kind": "collection"
    }
  ]
}
```

example-1

Successful Response

```json
{
  "Chq1099Code": "X",
  "ChqAccCode": "10001",
  "ChqAmt": 3000,
  "ChqBankCompCode": "001",
  "ChqBchName": "TEST",
  "ChqBchNum": 4461781,
  "ChqBchPost": "N",
  "ChqCompCode": "001",
  "ChqCurrCode": "USD",
  "ChqCurcFactorNum": 1,
  "ChqDate": "2023-06-23",
  "ChqDeptCode": "00",
  "ChqDesc": null,
  "ChqDraftCode": null,
  "ChqJobCode": null,
  "ChqJointVenName": null,
  "ChqNum": 5201101,
  "ChqPayeeAddr1": null,
  "ChqPayeeAddr2": null,
  "ChqPayeeAddr3": null,
  "ChqPayeeCountry": null,
  "ChqPayeeName1": null,
  "ChqPayeeName2": null,
  "ChqPayeePostalCode": null,
  "ChqPayeeRegCode": null,
  "ChqPostDate": null,
  "ChqRecCode": "N",
  "ChqSeqNum": 1829278,
  "ChqTempBchNum": 4461781,
  "ChqVenCode": "0714",
  "ChqVouCode": "Y",
  "ChqRefundFlag": "N",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/manualcheck/1829278",
      "name": "manualcheck",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/manualcheck/1829278",
      "name": "manualcheck",
      "kind": "item"
    },
    {
      "rel": "child",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/manualcheck/1829278/child/VouChqViewObj",
      "name": "VouChqViewObj",
      "kind": "collection"
    },
    {
      "rel": "child",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/manualcheck/1829278/child/PayamtChqmanViewObj",
      "name": "PayamtChqmanViewObj",
      "kind": "collection"
    }
  ]
}
```

object
