POST api/productdatechecks
Create new Product Date Expiry
Request Information
URI Parameters
None.
Body Parameters
Date check record being added
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
Sample:
{ "pluG_UID": "NT0vRKlQXkSm1LhGHHKOZQ==", "pluGuid": "442f3d35-50a9-445e-a6d4-b8461c728e65", "date": "2025-08-02T23:25:27.5328792", "quantity": 1, "created": "2025-08-02T23:25:27.5328792", "createdByUser": "sample string 3", "lastUpdated": "2025-08-02T23:25:27.5328792", "updatedByUser": "sample string 5", "incrementMode": 0, "updateUser": true, "productName": "sample string 7", "productAPN": "sample string 8" }
application/xml, text/xml
Sample:
<ProductDateCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <Created>2025-08-02T23:25:27.5328792+00:00</Created> <CreatedByUser>sample string 3</CreatedByUser> <Date>2025-08-02T23:25:27.5328792+00:00</Date> <IncrementMode>None</IncrementMode> <LastUpdated>2025-08-02T23:25:27.5328792+00:00</LastUpdated> <PLUG_UID>NT0vRKlQXkSm1LhGHHKOZQ==</PLUG_UID> <PluGuid>442f3d35-50a9-445e-a6d4-b8461c728e65</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:
Sample not available.
Response Information
Resource Description
None.