POST services/api/v1/Delete_POSCashCollection
Request Information
URI Parameters
None.
Body Parameters
Id_CompanyId_BranchId_LocId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
|
| BranchId | integer |
None. |
|
| CompanyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2,
"BranchId": 3,
"CompanyId": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Id_CompanyId_BranchId_LocId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
|
| BranchId | integer |
None. |
|
| CompanyId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2,
"BranchId": 3,
"CompanyId": 4
}