DELETE api/store/{storeID}/product/plu/{plu}/stockunitmeasure/{code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeID | integer |
Required |
|
| plu | integer |
Required |
|
| code | string |
Required |
Body Parameters
StockUnitMeasure| Name | Description | Type | Additional information |
|---|---|---|---|
| PluG_UID | Collection of byte |
None. |
|
| PLU | integer |
None. |
|
| StoreID | integer |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| Code | string |
String length: inclusive between 0 and 20 |
|
| Description | string |
String length: inclusive between 0 and 20 |
|
| NonCountSize | integer |
None. |
|
| SortOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pluG_UID": "nQ7KReGvlk22YHdET8+6SQ==",
"plu": 1,
"storeID": 2,
"pluGuid": "45ca0e9d-afe1-4d96-b660-77444fcfba49",
"code": "sample string 4",
"description": "sample string 5",
"nonCountSize": 6,
"sortOrder": 7
}
application/xml, text/xml
Sample:
<StockUnitMeasure xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <Code>sample string 4</Code> <Description>sample string 5</Description> <NonCountSize>6</NonCountSize> <PLU>1</PLU> <PluG_UID>nQ7KReGvlk22YHdET8+6SQ==</PluG_UID> <PluGuid>45ca0e9d-afe1-4d96-b660-77444fcfba49</PluGuid> <SortOrder>7</SortOrder> <StoreID>2</StoreID> </StockUnitMeasure>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.