GET api/View_Sales_Taf
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ViewR_Sales_Tafseele| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| val1 | decimal number |
None. |
|
| exchange_price | decimal number |
None. |
|
| taxval | decimal number |
None. |
|
| discount | decimal number |
None. |
|
| inv_type | integer |
None. |
|
| date | date |
None. |
|
| cust_id | integer |
None. |
|
| branch | integer |
None. |
|
| ProcType_InvProc | string |
None. |
|
| amount | decimal number |
None. |
|
| customer_name | string |
None. |
|
| trans_name_ar | string |
None. |
|
| symbol | string |
None. |
|
| name | string |
None. |
|
| network_part | decimal number |
None. |
|
| cash_part | decimal number |
None. |
|
| agel_part | decimal number |
None. |
|
| bank_part | decimal number |
None. |
|
| emp_part | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"val1": 1.1,
"exchange_price": 1.1,
"taxval": 1.1,
"discount": 1.1,
"inv_type": 1,
"date": "2025-11-09T14:13:36.4055187+03:00",
"cust_id": 1,
"branch": 1,
"ProcType_InvProc": "sample string 2",
"amount": 1.1,
"customer_name": "sample string 3",
"trans_name_ar": "sample string 4",
"symbol": "sample string 5",
"name": "sample string 6",
"network_part": 1.1,
"cash_part": 1.1,
"agel_part": 1.1,
"bank_part": 1.1,
"emp_part": 1.1
},
{
"id": 1,
"val1": 1.1,
"exchange_price": 1.1,
"taxval": 1.1,
"discount": 1.1,
"inv_type": 1,
"date": "2025-11-09T14:13:36.4055187+03:00",
"cust_id": 1,
"branch": 1,
"ProcType_InvProc": "sample string 2",
"amount": 1.1,
"customer_name": "sample string 3",
"trans_name_ar": "sample string 4",
"symbol": "sample string 5",
"name": "sample string 6",
"network_part": 1.1,
"cash_part": 1.1,
"agel_part": 1.1,
"bank_part": 1.1,
"emp_part": 1.1
}
]
application/xml, text/xml
Sample:
<ArrayOfViewR_Sales_Tafseele xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
<ViewR_Sales_Tafseele>
<ProcType_InvProc>sample string 2</ProcType_InvProc>
<agel_part>1.1</agel_part>
<amount>1.1</amount>
<bank_part>1.1</bank_part>
<branch>1</branch>
<cash_part>1.1</cash_part>
<cust_id>1</cust_id>
<customer_name>sample string 3</customer_name>
<date>2025-11-09T14:13:36.4055187+03:00</date>
<discount>1.1</discount>
<emp_part>1.1</emp_part>
<exchange_price>1.1</exchange_price>
<id>1</id>
<inv_type>1</inv_type>
<name>sample string 6</name>
<network_part>1.1</network_part>
<symbol>sample string 5</symbol>
<taxval>1.1</taxval>
<trans_name_ar>sample string 4</trans_name_ar>
<val1>1.1</val1>
</ViewR_Sales_Tafseele>
<ViewR_Sales_Tafseele>
<ProcType_InvProc>sample string 2</ProcType_InvProc>
<agel_part>1.1</agel_part>
<amount>1.1</amount>
<bank_part>1.1</bank_part>
<branch>1</branch>
<cash_part>1.1</cash_part>
<cust_id>1</cust_id>
<customer_name>sample string 3</customer_name>
<date>2025-11-09T14:13:36.4055187+03:00</date>
<discount>1.1</discount>
<emp_part>1.1</emp_part>
<exchange_price>1.1</exchange_price>
<id>1</id>
<inv_type>1</inv_type>
<name>sample string 6</name>
<network_part>1.1</network_part>
<symbol>sample string 5</symbol>
<taxval>1.1</taxval>
<trans_name_ar>sample string 4</trans_name_ar>
<val1>1.1</val1>
</ViewR_Sales_Tafseele>
</ArrayOfViewR_Sales_Tafseele>