GET api/Sales/ListSales
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SaleName | 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": "2025-06-25T17:02:57.4753898+02:00", "Status": "sample string 4", "TotalAmount": 5.0, "PaymentMethod": "sample string 6" }, { "Id": 1, "IdCustomer": 2, "SaleDate": "2025-06-25T17:02:57.4753898+02:00", "Status": "sample string 4", "TotalAmount": 5.0, "PaymentMethod": "sample string 6" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.