GET api/Sales/ListSales
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Sale| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdCustomer | integer |
None. |
|
| SaleDate | date |
None. |
|
| Status | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| PaymentMethod | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"IdCustomer": 2,
"SaleDate": "2026-02-05T05:33:50.34416+01:00",
"Status": "sample string 4",
"TotalAmount": 5.0,
"PaymentMethod": "sample string 6"
},
{
"Id": 1,
"IdCustomer": 2,
"SaleDate": "2026-02-05T05:33:50.34416+01:00",
"Status": "sample string 4",
"TotalAmount": 5.0,
"PaymentMethod": "sample string 6"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.