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": "AxvdrgLJ3USVRW2PlXDn2Q==",
"pluGuid": "aedd1b03-c902-44dd-9545-6d8f9570e7d9",
"date": "2026-04-03T06:15:03.4799107",
"quantity": 1,
"created": "2026-04-03T06:15:03.4799107",
"createdByUser": "sample string 3",
"lastUpdated": "2026-04-03T06:15:03.4799107",
"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-04-03T06:15:03.4799107+00:00</Created> <CreatedByUser>sample string 3</CreatedByUser> <Date>2026-04-03T06:15:03.4799107+00:00</Date> <DepartmentName>sample string 9</DepartmentName> <IncrementMode>None</IncrementMode> <LastUpdated>2026-04-03T06:15:03.4799107+00:00</LastUpdated> <PLUG_UID>AxvdrgLJ3USVRW2PlXDn2Q==</PLUG_UID> <PluGuid>aedd1b03-c902-44dd-9545-6d8f9570e7d9</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.