POST services/api/rest/v1/Delete_Printer
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
RestPrinter_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Details | string |
None. |
|
| PType | string |
None. |
|
| LocId | integer |
None. |
|
| UserId | integer |
None. |
|
| UniqueId | string |
None. |
|
| IpAddress | string |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Details": "sample string 3",
"PType": "sample string 4",
"LocId": 5,
"UserId": 1,
"UniqueId": "sample string 6",
"IpAddress": "sample string 7",
"Status": 1
}