---
title: "Retrieve a Specific AP Outstanding Invoice By Invoice Voucher Number"
slug: "retrieve-a-specific-ap-outstanding-invoice-by-invoice-voucher-number"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/retrieve-a-specific-ap-outstanding-invoice-by-invoice-voucher-number"
---

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

# Retrieve a Specific AP Outstanding Invoice By Invoice Voucher Number

Get/ap-rest-api/rest/1/apinvoutstanding/83166994

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='81f998bf-8324-4078-8079-040fd3d4525a'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='6519f9e5-0b78-4e67-b96d-3bff9407152b'>example-0</option>
<option value='1e5ac7ba-e61b-46f2-8b92-0cf312f5f0df'>example-1</option>
</select>example-0

Successful Response

```json
{
  "CompanyCode": "001",
  "VendorCode": "0212",
  "InvoiceCode": "303003",
  "InvoiceVoucherNum": 83166994,
  "InvoiceDate": "2019-04-24",
  "DueDate": "2019-05-24",
  "PostedDate": "2019-04-24",
  "OutstandingAmount": 1990,
  "OutstandingBucketName": "Over 120 days",
  "OutstandingBucketName4": "Over 90 days",
  "OutstandingBucketLabel": "Over 120",
  "OutstandingBucketLabel4": "Over 90",
  "OutstandingAmountCurrent": null,
  "OutstandingAmount31To60": null,
  "OutstandingAmount61To90": null,
  "OutstandingAmountOver90": 1990,
  "OutstandingAmount91To120": null,
  "OutstandingAmountOver120": 1990,
  "AmountOverDue": 1990,
  "AmountOverDueOver30Days": 1990,
  "AmountOverDue15To30Days": null,
  "AmountOverDue8To14Days": null,
  "AmountOverDue1To7Days": null,
  "AmountDueToday": null,
  "AmountDue1To7Days": null,
  "AmountDue8To14Days": null,
  "AmountDue15To30Days": null,
  "AmountDue31To60Days": null,
  "AmountDue61To90Days": null,
  "AmountDueOver90Days": null,
  "LastUpdatedDate": "2019-04-24T15:06:53Z",
  "LastUpdatedUser": "CANDICE",
  "RecordCreatedDate": "2019-04-24T14:46:21Z",
  "RecordCreatedUser": "CANDICE",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/apinvoutstanding/83166994",
      "name": "apinvoutstanding",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/apinvoutstanding/83166994",
      "name": "apinvoutstanding",
      "kind": "item"
    }
  ]
}
```

example-1

Successful Response

```json
{
  "CompanyCode": "001",
  "VendorCode": "0212",
  "InvoiceCode": "303003",
  "InvoiceVoucherNum": 83166994,
  "InvoiceDate": "2019-04-24",
  "DueDate": "2019-05-24",
  "PostedDate": "2019-04-24",
  "OutstandingAmount": 1990,
  "OutstandingBucketName": "Over 120 days",
  "OutstandingBucketName4": "Over 90 days",
  "OutstandingBucketLabel": "Over 120",
  "OutstandingBucketLabel4": "Over 90",
  "OutstandingAmountCurrent": null,
  "OutstandingAmount31To60": null,
  "OutstandingAmount61To90": null,
  "OutstandingAmountOver90": 1990,
  "OutstandingAmount91To120": null,
  "OutstandingAmountOver120": 1990,
  "AmountOverDue": 1990,
  "AmountOverDueOver30Days": 1990,
  "AmountOverDue15To30Days": null,
  "AmountOverDue8To14Days": null,
  "AmountOverDue1To7Days": null,
  "AmountDueToday": null,
  "AmountDue1To7Days": null,
  "AmountDue8To14Days": null,
  "AmountDue15To30Days": null,
  "AmountDue31To60Days": null,
  "AmountDue61To90Days": null,
  "AmountDueOver90Days": null,
  "LastUpdatedDate": "2019-04-24T15:06:53Z",
  "LastUpdatedUser": "CANDICE",
  "RecordCreatedDate": "2019-04-24T14:46:21Z",
  "RecordCreatedUser": "CANDICE",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/apinvoutstanding/83166994",
      "name": "apinvoutstanding",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/apinvoutstanding/83166994",
      "name": "apinvoutstanding",
      "kind": "item"
    }
  ]
}
```

object
