POST api/printBatch/designs/{designCount}/pageCount
This is a GET request masked as a POST request to get around query string limits for location filtering. Gets a count of labels printed based on current settings that can be used to determine a page count
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| designCount |
The number of labels printed per label in page layout |
integer |
Required |
Body Parameters
Filtering options for print batch details(mostly focused on Store, Shelf Location, Department and Campaign)
PrintBatchDetailQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| HeaderIdentifier | Collection of byte |
None. |
|
| HeaderGuid | globally unique identifier |
None. |
|
| PrintRequestType | PrintRequestType |
None. |
|
| SortKind | PrintBatchSortKind |
None. |
|
| Sort | SortOrder |
None. |
|
| Printed |
Whether to include the print batch details that have been printed |
boolean |
None. |
| PrintDate |
The date that a print batch detail was printed, incompatible with printed filter being set to false |
date |
None. |
| UTCOffset |
UTC offset to be used with the single date to get the results accurately |
decimal number |
None. |
| UseExactPrintDateTime | boolean |
None. |
|
| Keyword | string |
None. |
|
| Search | ProductQuerySearch |
None. |
|
| ShelfLocationGuids |
Print Batch Details assigned to these location only |
Collection of globally unique identifier |
None. |
| SupplierIdentifier |
Print Batch Details with product with this preffered supplier only |
Collection of byte |
None. |
| SupplierGuid | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| Stores | Collection of integer |
None. |
|
| PLU |
PLU |
integer |
None. |
| APN | string |
None. |
|
| Name | string |
None. |
|
| ItemNumber |
Item number |
string |
None. |
| DirectNumber |
PluOrderingDetail.ItemCode |
string |
None. |
| DepartmentCode |
Print Batch Details with product in this department |
string |
None. |
| SubDepartmentCode |
Print Batch Details with product in this sub department Added for react app |
string |
None. |
| MinorDepartmentCode |
Print Batch Details with product in this minor department Added for react app |
string |
None. |
| Tobacco |
Print Batch Details with product has a tobacco product type |
boolean |
None. |
| Liquor |
Print Batch Details with product has a liquor product type |
boolean |
Deprecated. |
| GlutenFree |
Print Batch Details with product that is gluten free |
boolean |
None. |
| ExcludeTalkers |
Print Batch details with a product that has departments with matching ExcludeTalkers values |
boolean |
None. |
| Direct |
Print Batch details with a product that has a SupplierDirect Warehouse Indicator |
boolean |
None. |
| Variety |
Print Batch details with a product that has a Variety Warehouse Indicator |
boolean |
None. |
| Warehouse |
Print Batch details with a product that has a WarehouseLine Warehouse Indicator |
boolean |
None. |
| SlowMoving |
Print Batch Details with product is (not) Slow Moving? (true or false option, matched to Product value) |
boolean |
None. |
| GeneralMerchandise |
Print Batch Details with product is (not) General Merchandise? (true or false option, matched to Product value) |
boolean |
None. |
| HasCampaign |
Print Batch Details with products that has a campaign (when it's set to true) |
boolean |
None. |
| ComplianceIndicator |
Print Batch Details with product has this ComplianceIndicator/CoreRangeIndicator |
string |
None. |
| ComplianceIndicators |
Print Batch Details with product has these ComplianceIndicators/CoreRangeIndicators |
Collection of string |
None. |
| Grades |
Print Batch Details with product has these ProductGrade(s) |
Collection of string |
None. |
| StartsWith |
Whether to make searches starting with rather than anywhere. |
boolean |
None. |
| ExcludeZeroQty |
Excludes any talkers with zero quantity |
boolean |
None. |
| CampaignNames |
Filter batch details by campaign names. Added for react app |
Collection of string |
None. |
| DepartmentCodes |
Filter batch details by department codes. Added for react app |
Collection of string |
None. |
| SubDepartmentCodes |
Filter batch details by subdepartment codes Added for react app |
Collection of string |
None. |
| MinorDepartmentCodes |
Filter batch details by minordepartment codes Added for react app |
Collection of string |
None. |
| LesserDepartmentCodes |
Filter batch details by lesserdepartment codes Added for react app |
Collection of string |
None. |
| WarehouseDirectIndicators |
filter by warehouse indicator of PLU |
Collection of string |
None. |
| Users |
Filter print batch details by users |
Collection of string |
None. |
| PrintBatchTypes |
filter by PrintBatchtypes |
Collection of integer |
None. |
| IncludeZeroQtyOnly |
filter labels having 0 Qty only - for react app |
boolean |
None. |
| LabelPageLayoutG_UID | Collection of byte |
None. |
|
| LabelPageLayoutGuid | globally unique identifier |
None. |
|
| CampaignStartDate |
The detail campaign will starts after this date |
date |
None. |
| CampaignEndDate |
The detail campaign will starts before this date |
date |
None. |
| Relations |
Load all product, location, bin and operator models |
boolean |
None. |
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"headerIdentifier": "coIttC1VOE2vv8klvO0Niw==",
"headerGuid": "b42d8272-552d-4d38-afbf-c925bced0d8b",
"printRequestType": 1,
"sortKind": 0,
"sort": 0,
"printed": true,
"printDate": "2026-04-03T06:26:05.7163277",
"utcOffset": 3.1,
"useExactPrintDateTime": true,
"keyword": "sample string 5",
"search": 0,
"shelfLocationGuids": [
"f809c7ca-04ef-48a4-8f55-5097021f10bc",
"b06241f5-2d80-43b1-b833-46baddee5126"
],
"supplierIdentifier": "0gJbRk9JgUGRj/4smp5R9w==",
"supplierGuid": "465b02d2-494f-4181-918f-fe2c9a9e51f7",
"storeID": 1,
"stores": [
1,
2
],
"plu": 1,
"apn": "sample string 6",
"name": "sample string 7",
"itemNumber": "sample string 8",
"directNumber": "sample string 9",
"departmentCode": "sample string 10",
"subDepartmentCode": "sample string 11",
"minorDepartmentCode": "sample string 12",
"tobacco": true,
"liquor": true,
"glutenFree": true,
"excludeTalkers": true,
"direct": true,
"variety": true,
"warehouse": true,
"slowMoving": true,
"generalMerchandise": true,
"hasCampaign": true,
"complianceIndicator": "sample string 14",
"complianceIndicators": [
"sample string 1",
"sample string 2"
],
"grades": [
"sample string 1",
"sample string 2"
],
"startsWith": true,
"excludeZeroQty": true,
"campaignNames": [
"sample string 1",
"sample string 2"
],
"departmentCodes": [
"sample string 1",
"sample string 2"
],
"subDepartmentCodes": [
"sample string 1",
"sample string 2"
],
"minorDepartmentCodes": [
"sample string 1",
"sample string 2"
],
"lesserDepartmentCodes": [
"sample string 1",
"sample string 2"
],
"warehouseDirectIndicators": [
"sample string 1",
"sample string 2"
],
"users": [
"sample string 1",
"sample string 2"
],
"printBatchTypes": [
1,
2
],
"includeZeroQtyOnly": true,
"labelPageLayoutG_UID": "ZPsActieu0u4YvRbqg77VQ==",
"labelPageLayoutGuid": "7200fb64-9ed8-4bbb-b862-f45baa0efb55",
"campaignStartDate": "2026-04-03T06:26:05.7319362",
"campaignEndDate": "2026-04-03T06:26:05.7319362",
"relations": true,
"skip": 1,
"take": 1,
"totalCount": 1
}
application/xml, text/xml
<PrintBatchDetailQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Labels">
<Skip xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">1</Skip>
<Take xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">1</Take>
<TotalCount xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">1</TotalCount>
<APN>sample string 6</APN>
<CampaignEndDate>2026-04-03T06:26:05.7319362+00:00</CampaignEndDate>
<CampaignNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</CampaignNames>
<CampaignStartDate>2026-04-03T06:26:05.7319362+00:00</CampaignStartDate>
<ComplianceIndicator>sample string 14</ComplianceIndicator>
<ComplianceIndicators xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ComplianceIndicators>
<DepartmentCode>sample string 10</DepartmentCode>
<DepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</DepartmentCodes>
<Direct>true</Direct>
<DirectNumber>sample string 9</DirectNumber>
<ExcludeTalkers>true</ExcludeTalkers>
<ExcludeZeroQty>true</ExcludeZeroQty>
<GeneralMerchandise>true</GeneralMerchandise>
<GlutenFree>true</GlutenFree>
<Grades xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Grades>
<HasCampaign>true</HasCampaign>
<HeaderGuid>b42d8272-552d-4d38-afbf-c925bced0d8b</HeaderGuid>
<HeaderIdentifier>coIttC1VOE2vv8klvO0Niw==</HeaderIdentifier>
<IncludeZeroQtyOnly>true</IncludeZeroQtyOnly>
<ItemNumber>sample string 8</ItemNumber>
<Keyword>sample string 5</Keyword>
<LabelPageLayoutG_UID>ZPsActieu0u4YvRbqg77VQ==</LabelPageLayoutG_UID>
<LabelPageLayoutGuid>7200fb64-9ed8-4bbb-b862-f45baa0efb55</LabelPageLayoutGuid>
<LesserDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</LesserDepartmentCodes>
<Liquor>true</Liquor>
<MinorDepartmentCode>sample string 12</MinorDepartmentCode>
<MinorDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MinorDepartmentCodes>
<Name>sample string 7</Name>
<PLU>1</PLU>
<PrintBatchTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</PrintBatchTypes>
<PrintDate>2026-04-03T06:26:05.7163277+00:00</PrintDate>
<PrintRequestType>1</PrintRequestType>
<Printed>true</Printed>
<Relations>true</Relations>
<Search>Default</Search>
<ShelfLocationGuids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f809c7ca-04ef-48a4-8f55-5097021f10bc</d2p1:guid>
<d2p1:guid>b06241f5-2d80-43b1-b833-46baddee5126</d2p1:guid>
</ShelfLocationGuids>
<SlowMoving>true</SlowMoving>
<Sort>Asc</Sort>
<SortKind>Location</SortKind>
<StartsWith>true</StartsWith>
<StoreID>1</StoreID>
<Stores xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</Stores>
<SubDepartmentCode>sample string 11</SubDepartmentCode>
<SubDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</SubDepartmentCodes>
<SupplierGuid>465b02d2-494f-4181-918f-fe2c9a9e51f7</SupplierGuid>
<SupplierIdentifier>0gJbRk9JgUGRj/4smp5R9w==</SupplierIdentifier>
<Tobacco>true</Tobacco>
<UTCOffset>3.1</UTCOffset>
<UseExactPrintDateTime>true</UseExactPrintDateTime>
<Users xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Users>
<Variety>true</Variety>
<Warehouse>true</Warehouse>
<WarehouseDirectIndicators xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</WarehouseDirectIndicators>
</PrintBatchDetailQuery>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A count of the number of labels that will be printed for the current settings
integerResponse Formats
application/json, text/json
1
application/xml, text/xml
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK B3�\��}�� 5 xl/workbook.xml � (� ����0��&�C��� '.^=x_a������ě����o'��Z��#�2[��{�1��%��6�®�V�Ҿ�n[Qc��D�Y�y�,�V��х���и��aAI���!���!pt��Zw2 [B�7�ϰ�bVD�ĂV��ٹ5�(���=��%J�''����n�
���w�PK B3�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
B3�\���' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rf1661264ba5c45ab" /></Relationships>PK B3�\��4 � xl/worksheets/sheet1.xml � (� �Q�n� ��}%��j�U���n�ۙ%N@
82����6M�e������<��Ȯ@��ox��8�bg���9�w����t ��aO
71N{!Bk��� |z둜�)�A`��N��|۪� �Q�T*;���G+L�+ܸJ9m=W��I=�g}Ï5gBɂ|���_1�m|"^r��5�*X�|.�_�u��y�o�<�LLz(��Pv�l�gN�ʹ�.��?m��j�M�v��z��+��:騕$\�礚��G����Z�kf���ߎW�Is:#F����W�PK B3�\����� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;����M7l)p��G$�e�R��E��+ԢR�.�a5��ӓf>�?6��i$���`M
<c@�(���p��S��怣�i"�$��PC�[ST���uhR��~�1���N���.+��3�I�W��!ڶ>[u���?��b�)��Q�c
?�@o�g�
d�k8�*^�
�,r �>L-�����;�ɬDѠM�D�k%*�K��%�t�Ӽ<SÂ7UY4咉\s~S�w��PK B3�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK B3�\�/�� � xl/sharedStrings.xml � (� 5�A� �B�nA�h&�@@ڵ����������d2;}Ҧ�X9frp(�9/�V���p��i�[&t�E5��YTO��r՚���R7�\���u�\*����M��9��#��s#qЧ��������~PK- B3�\��}�� 5 xl/workbook.xmlPK- B3�\���� � [Content_Types].xmlPK-
B3�\���' ' V _rels/.relsPK- B3�\��4 � � xl/worksheets/sheet1.xmlPK- B3�\����� P . xl/_rels/workbook.xml.relsPK- B3�\Ѓc'2 E
u xl/styles.xmlPK- B3�\�/�� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK B3�\G�u� 5 xl/workbook.xml � (� ����0��&�C�`�!���ū�l������Ƿ@ ��mgv��)'�_��/�ѣ ��`����n ��d����k�I�'�R��۽5��/B��ӈQY���X�y�>DQ�+J�2P��s���),2[��d|
��T����E1��*h0"�Ź����B��j�{̺,��`gﰒo��/PK B3�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
B3�\O���' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R99966d2bdf3d409c" /></Relationships>PK B3�\��4 � xl/worksheets/sheet1.xml � (� �Q�n� ��}%��j�U���n�ۙ%N@
82����6M�e������<��Ȯ@��ox��8�bg���9�w����t ��aO
71N{!Bk��� |z둜�)�A`��N��|۪� �Q�T*;���G+L�+ܸJ9m=W��I=�g}Ï5gBɂ|���_1�m|"^r��5�*X�|.�_�u��y�o�<�LLz(��Pv�l�gN�ʹ�.��?m��j�M�v��z��+��:騕$\�礚��G����Z�kf���ߎW�Is:#F����W�PK B3�\"��5� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�I����ݰa[z��=N�&vd�@�Ƃ#q�"A*�`��h~OO��|���ަ�����
� FV9=خ�S4wk�m7{1���s`iņ���i��l��'�)��Q�#^Qs�d�5��3���=:u���?����c�"���b?��/!�ؓn`_j�5J%�1��L-��H���;_�PQ�\c{_R
mn*ӣ'�}���iY^�uI+\�F������~PK B3�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK B3�\�/�� � xl/sharedStrings.xml � (� 5�A� �B�nA�h&�@@ڵ����������d2;}Ҧ�X9frp(�9/�V���p��i�[&t�E5��YTO��r՚���R7�\���u�\*����M��9��#��s#qЧ��������~PK- B3�\G�u� 5 xl/workbook.xmlPK- B3�\���� � � [Content_Types].xmlPK-
B3�\O���' ' T _rels/.relsPK- B3�\��4 � � xl/worksheets/sheet1.xmlPK- B3�\"��5� P , xl/_rels/workbook.xml.relsPK- B3�\Ѓc'2 E
r xl/styles.xmlPK- B3�\�/�� � � xl/sharedStrings.xmlPK � �