POST services/api/v1/Get_BoSalesByCustomer
Request Information
URI Parameters
None.
Body Parameters
Id_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CustomerSales| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| InvNo | string |
None. |
|
| InvDate | date |
None. |
|
| Amount | decimal number |
None. |
|
| Tax | decimal number |
None. |
|
| CustomerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"InvNo": "sample string 2",
"InvDate": "2026-09-09T15:20:24.7342557+04:00",
"Amount": 4.0,
"Tax": 5.0,
"CustomerName": "sample string 6"
},
{
"Id": 1,
"InvNo": "sample string 2",
"InvDate": "2026-09-09T15:20:24.7342557+04:00",
"Amount": 4.0,
"Tax": 5.0,
"CustomerName": "sample string 6"
}
]