GET api/AllocationWindowInvoices?DB={DB}&CustomerName={CustomerName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DB | string |
Required |
|
| CustomerName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AllocationReceipt| Name | Description | Type | Additional information |
|---|---|---|---|
| AR_PostingID | integer |
None. |
|
| Trans_Date | date |
None. |
|
| Doc_Ref_No | string |
None. |
|
| Debit | decimal number |
None. |
|
| Credit | decimal number |
None. |
|
| CustomerID | integer |
None. |
|
| RepID | integer |
None. |
|
| Allocation | string |
None. |
|
| Outstanding_Balance | decimal number |
None. |
|
| ProjectID | integer |
None. |
|
| Foreign_Outstanding | decimal number |
None. |
|
| Date_Time_Stamp | date |
None. |
|
| Added_by | string |
None. |
|
| BranchID | integer |
None. |
|
| CurrencyID | integer |
None. |
|
| Exchange_Rate | decimal number |
None. |
|
| Foreign_Debit | decimal number |
None. |
|
| Foreign_Credit | decimal number |
None. |
|
| Period | integer |
None. |
|
| Reconciled | boolean |
None. |
|
| Debit_or_Credit_Account | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AR_PostingID": 1,
"Trans_Date": "2026-04-21T14:46:09.8908777+01:00",
"Doc_Ref_No": "sample string 3",
"Debit": 4.0,
"Credit": 5.0,
"CustomerID": 6,
"RepID": 7,
"Allocation": "sample string 8",
"Outstanding_Balance": 9.0,
"ProjectID": 10,
"Foreign_Outstanding": 11.0,
"Date_Time_Stamp": "2026-04-21T14:46:09.8908777+01:00",
"Added_by": "sample string 13",
"BranchID": 14,
"CurrencyID": 15,
"Exchange_Rate": 16.1,
"Foreign_Debit": 17.0,
"Foreign_Credit": 18.0,
"Period": 19,
"Reconciled": true,
"Debit_or_Credit_Account": 21
},
{
"AR_PostingID": 1,
"Trans_Date": "2026-04-21T14:46:09.8908777+01:00",
"Doc_Ref_No": "sample string 3",
"Debit": 4.0,
"Credit": 5.0,
"CustomerID": 6,
"RepID": 7,
"Allocation": "sample string 8",
"Outstanding_Balance": 9.0,
"ProjectID": 10,
"Foreign_Outstanding": 11.0,
"Date_Time_Stamp": "2026-04-21T14:46:09.8908777+01:00",
"Added_by": "sample string 13",
"BranchID": 14,
"CurrencyID": 15,
"Exchange_Rate": 16.1,
"Foreign_Debit": 17.0,
"Foreign_Credit": 18.0,
"Period": 19,
"Reconciled": true,
"Debit_or_Credit_Account": 21
}
]
application/xml, text/xml
Sample:
<ArrayOfAllocationReceipt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdroitERPWebApis">
<AllocationReceipt>
<AR_PostingID>1</AR_PostingID>
<Added_by>sample string 13</Added_by>
<Allocation>sample string 8</Allocation>
<BranchID>14</BranchID>
<Credit>5</Credit>
<CurrencyID>15</CurrencyID>
<CustomerID>6</CustomerID>
<Date_Time_Stamp>2026-04-21T14:46:09.8908777+01:00</Date_Time_Stamp>
<Debit>4</Debit>
<Debit_or_Credit_Account>21</Debit_or_Credit_Account>
<Doc_Ref_No>sample string 3</Doc_Ref_No>
<Exchange_Rate>16.1</Exchange_Rate>
<Foreign_Credit>18</Foreign_Credit>
<Foreign_Debit>17</Foreign_Debit>
<Foreign_Outstanding>11</Foreign_Outstanding>
<Outstanding_Balance>9</Outstanding_Balance>
<Period>19</Period>
<ProjectID>10</ProjectID>
<Reconciled>true</Reconciled>
<RepID>7</RepID>
<Trans_Date>2026-04-21T14:46:09.8908777+01:00</Trans_Date>
</AllocationReceipt>
<AllocationReceipt>
<AR_PostingID>1</AR_PostingID>
<Added_by>sample string 13</Added_by>
<Allocation>sample string 8</Allocation>
<BranchID>14</BranchID>
<Credit>5</Credit>
<CurrencyID>15</CurrencyID>
<CustomerID>6</CustomerID>
<Date_Time_Stamp>2026-04-21T14:46:09.8908777+01:00</Date_Time_Stamp>
<Debit>4</Debit>
<Debit_or_Credit_Account>21</Debit_or_Credit_Account>
<Doc_Ref_No>sample string 3</Doc_Ref_No>
<Exchange_Rate>16.1</Exchange_Rate>
<Foreign_Credit>18</Foreign_Credit>
<Foreign_Debit>17</Foreign_Debit>
<Foreign_Outstanding>11</Foreign_Outstanding>
<Outstanding_Balance>9</Outstanding_Balance>
<Period>19</Period>
<ProjectID>10</ProjectID>
<Reconciled>true</Reconciled>
<RepID>7</RepID>
<Trans_Date>2026-04-21T14:46:09.8908777+01:00</Trans_Date>
</AllocationReceipt>
</ArrayOfAllocationReceipt>