POST services/api/v1/POS/Get_PrintLastInvNo
Request Information
URI Parameters
None.
Body Parameters
Id_DayOpId_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| Id | integer |
None. |
|
| DayOpenId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1,
"Id": 2,
"DayOpenId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SalesByCounter| Name | Description | Type | Additional information |
|---|---|---|---|
| InvNo | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"InvNo": 1
}