GET api/Sellings/GetLastSellings?PageSize={PageSize}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| PageSize | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"SellingId": 1,
"SellingTot": 2.1,
"SellingNo": "sample string 3",
"SellingDate": "sample string 4",
"SellingType": "sample string 5",
"CustomerName": "sample string 6",
"EnterpriseId": 1
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]