PUT api/product/{id}/date/{date}/check
Update quantity for Product Date Expiry
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
GUID of product being changed |
globally unique identifier |
Required |
date |
Expiry date of the product |
date |
Required |
Body Parameters
Date check record being modified
ProductDateCheckName | Description | Type | Additional information |
---|---|---|---|
PLUG_UID |
Reference to PLU G_UID |
Collection of byte |
None. |
PluGuid | globally unique identifier |
None. |
|
Date |
Expiry date of the product |
date |
None. |
Quantity |
The remain quantity of the product. The record will be removed if quantity is 0 |
integer |
None. |
Created |
Created time in UTC |
date |
None. |
CreatedByUser | string |
None. |
|
LastUpdated |
Last Updated time in UTC |
date |
None. |
UpdatedByUser | string |
None. |
|
IncrementMode |
Mode that the order quantity increment is in. |
DateCheckIncrementMode |
Relation. This field may not always be loaded or used for updates. |
UpdateUser |
Indicate that the model is providing the update user |
boolean |
Relation. This field may not always be loaded or used for updates. |
ProductName | string |
Relation. This field may not always be loaded or used for updates. |
|
ProductAPN | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{ "pluG_UID": "5oON2YaHWEavEBskNSmQOw==", "pluGuid": "d98d83e6-8786-4658-af10-1b243529903b", "date": "2025-06-14T06:28:50.6405692", "quantity": 1, "created": "2025-06-14T06:28:50.6405692", "createdByUser": "sample string 3", "lastUpdated": "2025-06-14T06:28:50.6405692", "updatedByUser": "sample string 5", "incrementMode": 0, "updateUser": true, "productName": "sample string 7", "productAPN": "sample string 8" }
application/xml, text/xml
<ProductDateCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <Created>2025-06-14T06:28:50.6405692+00:00</Created> <CreatedByUser>sample string 3</CreatedByUser> <Date>2025-06-14T06:28:50.6405692+00:00</Date> <IncrementMode>None</IncrementMode> <LastUpdated>2025-06-14T06:28:50.6405692+00:00</LastUpdated> <PLUG_UID>5oON2YaHWEavEBskNSmQOw==</PLUG_UID> <PluGuid>d98d83e6-8786-4658-af10-1b243529903b</PluGuid> <ProductAPN>sample string 8</ProductAPN> <ProductName>sample string 7</ProductName> <Quantity>1</Quantity> <UpdateUser>true</UpdateUser> <UpdatedByUser>sample string 5</UpdatedByUser> </ProductDateCheck>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.