GET api/SystemApi/GetAllCustomerDebitInvoice
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerDebitInvoice| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Invoice_Header_Id | integer |
None. |
|
| Prd_Id | integer |
None. |
|
| Prd_Name | string |
None. |
|
| Price | string |
None. |
|
| Qty | string |
None. |
|
| Discount | string |
None. |
|
| Total | string |
None. |
|
| Customer_Id | integer |
None. |
|
| Date | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Invoice_Header_Id": 2,
"Prd_Id": 3,
"Prd_Name": "sample string 4",
"Price": "sample string 5",
"Qty": "sample string 6",
"Discount": "sample string 7",
"Total": "sample string 8",
"Customer_Id": 9,
"Date": "2025-12-22T13:03:45.2785857-08:00"
},
{
"Id": 1,
"Invoice_Header_Id": 2,
"Prd_Id": 3,
"Prd_Name": "sample string 4",
"Price": "sample string 5",
"Qty": "sample string 6",
"Discount": "sample string 7",
"Total": "sample string 8",
"Customer_Id": 9,
"Date": "2025-12-22T13:03:45.2785857-08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomerDebitInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlsamanodyPosApi.Models">
<CustomerDebitInvoice>
<Customer_Id>9</Customer_Id>
<Date>2025-12-22T13:03:45.2785857-08:00</Date>
<Discount>sample string 7</Discount>
<Id>1</Id>
<Invoice_Header_Id>2</Invoice_Header_Id>
<Prd_Id>3</Prd_Id>
<Prd_Name>sample string 4</Prd_Name>
<Price>sample string 5</Price>
<Qty>sample string 6</Qty>
<Total>sample string 8</Total>
</CustomerDebitInvoice>
<CustomerDebitInvoice>
<Customer_Id>9</Customer_Id>
<Date>2025-12-22T13:03:45.2785857-08:00</Date>
<Discount>sample string 7</Discount>
<Id>1</Id>
<Invoice_Header_Id>2</Invoice_Header_Id>
<Prd_Id>3</Prd_Id>
<Prd_Name>sample string 4</Prd_Name>
<Price>sample string 5</Price>
<Qty>sample string 6</Qty>
<Total>sample string 8</Total>
</CustomerDebitInvoice>
</ArrayOfCustomerDebitInvoice>