PartnerZFinaliseRequest Model

Request model for submitting a request to finalise a Z Report

Required
outletID : string (GUID)

The OutletID that the Z Report is associated with. This must be a valid Outlet ID configured within the POS system.
3rd party integrations can be provided with a valid Outlet ID for order submission depending on the customer's requirements.

Required
zReportID : string (GUID)

This is the ID of the Z period record that you want to finalise.

Nullable
finalisedDateTime : string (ISO 8601 DateTime)

(OPTIONAL) The date and time to record against this Z report as the "finalised outlet local time".
Default: The server's local time

Nullable MaxLength(32)
finalisedUserName : string

(OPTIONAL) The name of the POS User / interface that finalised the Z Report, or NULL if it is unfinalised.
Default: External Interface
Example: John or External Interface

Example
{
  "outletID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "zReportID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "finalisedDateTime": "2012-04-03T09:40:59.736Z",
  "finalisedUserName": "string value"
}