POST api/productdatechecks

Create new Product Date Expiry

Request Information

URI Parameters

None.

Body Parameters

Date check record being added

ProductDateCheck
NameDescriptionTypeAdditional 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": "ONMBjAPb3UW+ibA6fCYB3g==",
  "pluGuid": "8c01d338-db03-45dd-be89-b03a7c2601de",
  "date": "2025-06-14T07:46:48.0628407",
  "quantity": 1,
  "created": "2025-06-14T07:46:48.0628407",
  "createdByUser": "sample string 3",
  "lastUpdated": "2025-06-14T07:46:48.0628407",
  "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-06-14T07:46:48.0628407+00:00</Created>
  <CreatedByUser>sample string 3</CreatedByUser>
  <Date>2025-06-14T07:46:48.0628407+00:00</Date>
  <IncrementMode>None</IncrementMode>
  <LastUpdated>2025-06-14T07:46:48.0628407+00:00</LastUpdated>
  <PLUG_UID>ONMBjAPb3UW+ibA6fCYB3g==</PLUG_UID>
  <PluGuid>8c01d338-db03-45dd-be89-b03a7c2601de</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.