GET api/printBatch/printJob/{jobID}/registered
Get the identifiers of print Job
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jobID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PrintJobRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreID | integer |
None. |
|
| Ids | Collection of globally unique identifier |
None. |
|
| PriceDate | date |
None. |
|
| IsTalker | boolean |
None. |
|
| Query | PrintBatchDetailQuery |
None. |
|
| IsBatch |
(false: multi-selection Guids , true: printBatchDetailQuery) as print job input |
boolean |
None. |
| LabelNames | Collection of string |
None. |
|
| PrintSettings | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"storeID": 1,
"ids": [
"719cd517-6178-48fa-969e-4536abc76ab7",
"c9637149-60fe-4f2b-a975-5175c912710a"
],
"priceDate": "2026-06-03T18:34:32.1891285",
"isTalker": true,
"query": {
"$id": "2",
"headerIdentifier": "Z+AdPuaXm0uke4ORvAb3kQ==",
"headerGuid": "3e1de067-97e6-4b9b-a47b-8391bc06f791",
"printRequestType": 1,
"sortKind": 0,
"sort": 0,
"printed": true,
"printDate": "2026-06-03T18:34:32.1891285",
"utcOffset": 3.1,
"useExactPrintDateTime": true,
"keyword": "sample string 5",
"search": 0,
"shelfLocationGuids": [
"f962b0b8-8bf4-42a8-9f59-2813ef5baaf3",
"d1d04392-2100-4ba9-81cf-1baec5288d81"
],
"supplierIdentifier": "/wllTcTFfkeDItp8JHXpqg==",
"supplierGuid": "4d6509ff-c5c4-477e-8322-da7c2475e9aa",
"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,
"chargeThrough": 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": [
0,
0
],
"includeZeroQtyOnly": true,
"labelPageLayoutG_UID": "GlKxLQ+U6U+fLJsov97Q4A==",
"labelPageLayoutGuid": "2db1521a-940f-4fe9-9f2c-9b28bfded0e0",
"campaignStartDate": "2026-06-03T18:34:32.1891285",
"campaignEndDate": "2026-06-03T18:34:32.1891285",
"relations": true,
"skip": 1,
"take": 1,
"totalCount": 1
},
"isBatch": true,
"labelNames": [
"sample string 1",
"sample string 2"
],
"printSettings": {
"$id": "3",
"sample string 1": {
"$id": "4"
},
"sample string 3": {
"$id": "5"
}
}
}
application/xml, text/xml
Sample:
<PrintJobRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Labels">
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>719cd517-6178-48fa-969e-4536abc76ab7</d2p1:guid>
<d2p1:guid>c9637149-60fe-4f2b-a975-5175c912710a</d2p1:guid>
</Ids>
<IsBatch>true</IsBatch>
<IsTalker>true</IsTalker>
<LabelNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</LabelNames>
<PriceDate>2026-06-03T18:34:32.1891285+00:00</PriceDate>
<PrintSettings xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
</PrintSettings>
<Query>
<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-06-03T18:34:32.1891285+00:00</CampaignEndDate>
<CampaignNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</CampaignNames>
<CampaignStartDate>2026-06-03T18:34:32.1891285+00:00</CampaignStartDate>
<ChargeThrough>true</ChargeThrough>
<ComplianceIndicator>sample string 14</ComplianceIndicator>
<ComplianceIndicators xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</ComplianceIndicators>
<DepartmentCode>sample string 10</DepartmentCode>
<DepartmentCodes xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</DepartmentCodes>
<Direct>true</Direct>
<DirectNumber>sample string 9</DirectNumber>
<ExcludeTalkers>true</ExcludeTalkers>
<ExcludeZeroQty>true</ExcludeZeroQty>
<GeneralMerchandise>true</GeneralMerchandise>
<GlutenFree>true</GlutenFree>
<Grades xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</Grades>
<HasCampaign>true</HasCampaign>
<HeaderGuid>3e1de067-97e6-4b9b-a47b-8391bc06f791</HeaderGuid>
<HeaderIdentifier>Z+AdPuaXm0uke4ORvAb3kQ==</HeaderIdentifier>
<IncludeZeroQtyOnly>true</IncludeZeroQtyOnly>
<ItemNumber>sample string 8</ItemNumber>
<Keyword>sample string 5</Keyword>
<LabelPageLayoutG_UID>GlKxLQ+U6U+fLJsov97Q4A==</LabelPageLayoutG_UID>
<LabelPageLayoutGuid>2db1521a-940f-4fe9-9f2c-9b28bfded0e0</LabelPageLayoutGuid>
<LesserDepartmentCodes xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</LesserDepartmentCodes>
<Liquor>true</Liquor>
<MinorDepartmentCode>sample string 12</MinorDepartmentCode>
<MinorDepartmentCodes xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</MinorDepartmentCodes>
<Name>sample string 7</Name>
<PLU>1</PLU>
<PrintBatchTypes xmlns:d3p1="http://gapsolutions.com.au/schema/ezimanager">
<d3p1:PrintBatchType>PDE</d3p1:PrintBatchType>
<d3p1:PrintBatchType>PDE</d3p1:PrintBatchType>
</PrintBatchTypes>
<PrintDate>2026-06-03T18:34:32.1891285+00:00</PrintDate>
<PrintRequestType>1</PrintRequestType>
<Printed>true</Printed>
<Relations>true</Relations>
<Search>Default</Search>
<ShelfLocationGuids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>f962b0b8-8bf4-42a8-9f59-2813ef5baaf3</d3p1:guid>
<d3p1:guid>d1d04392-2100-4ba9-81cf-1baec5288d81</d3p1:guid>
</ShelfLocationGuids>
<SlowMoving>true</SlowMoving>
<Sort>Asc</Sort>
<SortKind>Location</SortKind>
<StartsWith>true</StartsWith>
<StoreID>1</StoreID>
<Stores xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</Stores>
<SubDepartmentCode>sample string 11</SubDepartmentCode>
<SubDepartmentCodes xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</SubDepartmentCodes>
<SupplierGuid>4d6509ff-c5c4-477e-8322-da7c2475e9aa</SupplierGuid>
<SupplierIdentifier>/wllTcTFfkeDItp8JHXpqg==</SupplierIdentifier>
<Tobacco>true</Tobacco>
<UTCOffset>3.1</UTCOffset>
<UseExactPrintDateTime>true</UseExactPrintDateTime>
<Users xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</Users>
<Variety>true</Variety>
<Warehouse>true</Warehouse>
<WarehouseDirectIndicators xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</WarehouseDirectIndicators>
</Query>
<StoreID>1</StoreID>
</PrintJobRequest>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK P��\�R!� 5 xl/workbook.xml � (� ����0D�&�C��� "N\�z��"
�%m
~��o�vfg�N>k3�Z�#Ge3S�)c�6=J�'=��N �K�b��D��n��c<�fp'����,]i���dZ�#:9�( B��x $_�=�6Holu��5�~Sy��AZ�J�soz��d����ӘCZ_x�[Bw������PK P��\���� � [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
P��\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="R7ef8c01f646344bf" /></Relationships>PK P��\6>��� � xl/worksheets/sheet1.xml � (� ���r�0E�Ѿ $��$uw��"]S��AI���2�y�fcs�}�����{�\�V�@~ <ޗ�j�]�����C���|S
��3x�V2�և��lxW(_xo��Bv�6�rE]�%_����^CJ�/�)�����9���A�[��種h{��Uk҇�{��xD�-�S�������p�?B�
?������J��uq��_���ѦI�:��+��u��:�uŇ�>��n2��(
(6tyTZt��?���ã�'�~&!��E�����,�I
0N�ԏF?����ɋ���T�4d���7}�ź��ŗ�F~�)� a!�I��F�M>
� B0�AL�M����u��<���I{ۄ�G�Tv�̌(3��y�����'�@s�K�9�v�pN<�D4'6.A�ċK�9�u�x"�i��!|��'�N[��ڎ(���� )M=r�ijK�����
y��8���m�WC��!4�v�o�PK P��\�k)u� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;\C!
ɦ�l�\`0c@�Nڜ���W��J-���&�����4����M#;��55dI
����`�NA?��ݬ�4b��f���5�!�+ν�iB�ؙL�h�&1u�Q�#.Ҵ�nɀ[&;\f��j=(z��4� ���uG�`t�~J�_C�D*�][�^?�R
,�\RT0~75.#�_��|!�X4Y���*�I��]eztԾ/�tZ�jJ�X�RV�UzU�7��PK P��\Ѓ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 P��\�?�* E xl/sharedStrings.xml � (� m��N�0�_��5$cH���X�4� �5m MF�"��ʄ�ݥ�c��N��Gm�w����9��ږ�:>1���8-���IL�Q(�4��B)�+���ۡ
ʳ�5p}�h�
��6j<���Q����TD��o
�~A��I�I���2�'��F?xYP�y�c
��\Z�yE���
�v�| �W}|
[47P�![�2��
Ĭ%�Z.]l���7�Y�zJ�r�
4$站��IvV�x)2hsp��e�!����3s�Nr���d�; �}o��9�G�ۗP��
� �PK- P��\�R!� 5 xl/workbook.xmlPK- P��\���� � [Content_Types].xmlPK-
P��\O�' ' V _rels/.relsPK- P��\6>��� � � xl/worksheets/sheet1.xmlPK- P��\�k)u� P xl/_rels/workbook.xml.relsPK- P��\Ѓc'2 E
K xl/styles.xmlPK- P��\�?�* E � xl/sharedStrings.xmlPK � <
application/vnd.ms-excel
Sample:
PK P��\#~Զ 5 xl/workbook.xml � (� ����0��&�C�`�� p��Ճ��,�H�����O ��mgv��)G�_k_�
_A�+8�'��d�i�Y�1N�?��:%����D�%���ʚ�+`���
���'�zXQ���x`�����a���՝M���M�l�X3���#[�k[A
�jnR\��)E!rjs��;�����PK P��\���� � [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
P��\�0dG' ' _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="R7b9d0df9ffa944ee" /></Relationships>PK P��\6>��� � xl/worksheets/sheet1.xml � (� ���r�0E�Ѿ $��$uw��"]S��AI���2�y�fcs�}�����{�\�V�@~ <ޗ�j�]�����C���|S
��3x�V2�և��lxW(_xo��Bv�6�rE]�%_����^CJ�/�)�����9���A�[��種h{��Uk҇�{��xD�-�S�������p�?B�
?������J��uq��_���ѦI�:��+��u��:�uŇ�>��n2��(
(6tyTZt��?���ã�'�~&!��E�����,�I
0N�ԏF?����ɋ���T�4d���7}�ź��ŗ�F~�)� a!�I��F�M>
� B0�AL�M����u��<���I{ۄ�G�Tv�̌(3��y�����'�@s�K�9�v�pN<�D4'6.A�ċK�9�u�x"�i��!|��'�N[��ڎ(���� )M=r�ijK�����
y��8���m�WC��!4�v�o�PK P��\��Q�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8��㠦ݰa[z��Q;�]�gc���V���X��j4��'�|�lvo�L^Ї�����V�a�c���춛=�2��`�5��bC&���Ҡ.2nE�:��EƔ���R刴.KN}k&9�W��i=)|t괠�����`#���#�~J�^BU$*������m��+�9Á�7S�<c����s��V�J�VȆ5��T�H��s��ҹS^��j�k��F�LbQ�W��PK P��\Ѓ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 P��\�?�* E xl/sharedStrings.xml � (� m��N�0�_��5$cH���X�4� �5m MF�"��ʄ�ݥ�c��N��Gm�w����9��ږ�:>1���8-���IL�Q(�4��B)�+���ۡ
ʳ�5p}�h�
��6j<���Q����TD��o
�~A��I�I���2�'��F?xYP�y�c
��\Z�yE���
�v�| �W}|
[47P�![�2��
Ĭ%�Z.]l���7�Y�zJ�r�
4$站��IvV�x)2hsp��e�!����3s�Nr���d�; �}o��9�G�ۗP��
� �PK- P��\#~Զ 5 xl/workbook.xmlPK- P��\���� � � [Content_Types].xmlPK-
P��\�0dG' ' U _rels/.relsPK- P��\6>��� � � xl/worksheets/sheet1.xmlPK- P��\��Q�� P xl/_rels/workbook.xml.relsPK- P��\Ѓc'2 E
H xl/styles.xmlPK- P��\�?�* E � xl/sharedStrings.xmlPK � 9