POST api/productdatechecks
Create new Product Date Expiry
Request Information
URI Parameters
None.
Body Parameters
Date check record being added
ProductDateCheck| Name | 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. |
|
| DepartmentName | string |
Relation. This field may not always be loaded or used for updates. |
|
| SubDepartmentName | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"pluG_UID": "xGrBNQ5naEquxyXBiuB8Fw==",
"pluGuid": "35c16ac4-670e-4a68-aec7-25c18ae07c17",
"date": "2026-06-03T18:30:42.2410166",
"quantity": 1,
"created": "2026-06-03T18:30:42.2410166",
"createdByUser": "sample string 3",
"lastUpdated": "2026-06-03T18:30:42.2410166",
"updatedByUser": "sample string 5",
"incrementMode": 0,
"updateUser": true,
"productName": "sample string 7",
"productAPN": "sample string 8",
"departmentName": "sample string 9",
"subDepartmentName": "sample string 10"
}
application/xml, text/xml
<ProductDateCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <Created>2026-06-03T18:30:42.2410166+00:00</Created> <CreatedByUser>sample string 3</CreatedByUser> <Date>2026-06-03T18:30:42.2410166+00:00</Date> <DepartmentName>sample string 9</DepartmentName> <IncrementMode>None</IncrementMode> <LastUpdated>2026-06-03T18:30:42.2410166+00:00</LastUpdated> <PLUG_UID>xGrBNQ5naEquxyXBiuB8Fw==</PLUG_UID> <PluGuid>35c16ac4-670e-4a68-aec7-25c18ae07c17</PluGuid> <ProductAPN>sample string 8</ProductAPN> <ProductName>sample string 7</ProductName> <Quantity>1</Quantity> <SubDepartmentName>sample string 10</SubDepartmentName> <UpdateUser>true</UpdateUser> <UpdatedByUser>sample string 5</UpdatedByUser> </ProductDateCheck>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.