POST services/api/rest/v1/Delete_Sales_DayOpen
Request Information
URI Parameters
None.
Body Parameters
Rest_CustomFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
|
| Type | integer |
None. |
|
| ActualInvNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2,
"Type": 3,
"ActualInvNo": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Data | Object |
None. |
|
| Satus | boolean |
None. |
|
| Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Data": {},
"Satus": true,
"Count": 4
}