GET api/printBatch/printJob/{jobID}/registered

Get the identifiers of print Job

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jobID

string

Required

Body Parameters

None.

Response Information

Resource Description

PrintJobRequest
NameDescriptionTypeAdditional 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": [
    "ed464801-de48-42b5-a41a-61e7d6ce7bbc",
    "4cd59611-513b-49f9-b542-9bf0e9fef3e5"
  ],
  "priceDate": "2026-04-03T06:27:05.8639107",
  "isTalker": true,
  "query": {
    "$id": "2",
    "headerIdentifier": "OjNHuskpgE2BZhN5j6O4qg==",
    "headerGuid": "ba47333a-29c9-4d80-8166-13798fa3b8aa",
    "printRequestType": 1,
    "sortKind": 0,
    "sort": 0,
    "printed": true,
    "printDate": "2026-04-03T06:27:05.8639107",
    "utcOffset": 3.1,
    "useExactPrintDateTime": true,
    "keyword": "sample string 5",
    "search": 0,
    "shelfLocationGuids": [
      "d82673ba-a248-40d6-bc26-fced36163489",
      "4510efa3-58c9-4918-ab23-1e2fa41c23d0"
    ],
    "supplierIdentifier": "snt7fvnlE0m/eS1b8qVw2A==",
    "supplierGuid": "7e7b7bb2-e5f9-4913-bf79-2d5bf2a570d8",
    "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": "aWOz4WGqfUe27PBg2pdPsg==",
    "labelPageLayoutGuid": "e1b36369-aa61-477d-b6ec-f060da974fb2",
    "campaignStartDate": "2026-04-03T06:27:05.8639107",
    "campaignEndDate": "2026-04-03T06:27:05.8639107",
    "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>ed464801-de48-42b5-a41a-61e7d6ce7bbc</d2p1:guid>
    <d2p1:guid>4cd59611-513b-49f9-b542-9bf0e9fef3e5</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-04-03T06:27:05.8639107+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-04-03T06:27:05.8639107+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-04-03T06:27:05.8639107+00:00</CampaignStartDate>
    <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>ba47333a-29c9-4d80-8166-13798fa3b8aa</HeaderGuid>
    <HeaderIdentifier>OjNHuskpgE2BZhN5j6O4qg==</HeaderIdentifier>
    <IncludeZeroQtyOnly>true</IncludeZeroQtyOnly>
    <ItemNumber>sample string 8</ItemNumber>
    <Keyword>sample string 5</Keyword>
    <LabelPageLayoutG_UID>aWOz4WGqfUe27PBg2pdPsg==</LabelPageLayoutG_UID>
    <LabelPageLayoutGuid>e1b36369-aa61-477d-b6ec-f060da974fb2</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://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </PrintBatchTypes>
    <PrintDate>2026-04-03T06:27:05.8639107+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>d82673ba-a248-40d6-bc26-fced36163489</d3p1:guid>
      <d3p1:guid>4510efa3-58c9-4918-ab23-1e2fa41c23d0</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>7e7b7bb2-e5f9-4913-bf79-2d5bf2a570d8</SupplierGuid>
    <SupplierIdentifier>snt7fvnlE0m/eS1b8qVw2A==</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:
PKb3�\{�5xl/workbook.xml �(�����0��&�C��b@)��x��}-�4П�5��B	$޼���~;|2nx3���/]E�lɘ=*�'cQϻ�8a���L�I��o�:���|eG�h�K��J���Ch}�Ը�HM���4{H�|����]L���M��/�"V���D��V4�ĕr�i�d�(��M[����a�m��/PKb3�\����	�[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="Rffadc7b408d64198" /></Relationships>PKb3�\WW��xl/worksheets/sheet1.xml �(���A�� ���ý"(�ug�i6�uzh�V1:%$ٟ_$�D�l������4}z��މKՊ>����RTm���Q�_x�ӳ�o��\{��Jf�����P�
�
��ͻZȮ�f*wP�u[�(��5�A@���B�T�i
\��O,u������%TW�=�Ӫ5ч�{��xF�-�S�j�Y݌�a'�x&߫�����H��uq�����ѦH�:��+{��v(�����m��$>��
]����c�Ͼxx���ЏÄ"d\��c?���c�%!	��Ƀ���G�\7=2yQ�S�����릣O?�7����ȏ1e4!,D8I>���ɧ� B&8�	����i��X��S)Ξ��M�a�l��6��e:�)<
�H���_]ω�K�s�KDsb�dN���[��'��L��
�ѹ����c���ڑ�<�oN����@�n�dQ$�@���<�z'�b[�;^�	�tUc�r\n��\ھ����_PKb3�\���S�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8i���ݰa[z��=��&vd�@�Ƃ#q�"A*�`��h~OO��|�Xoߦ�����Y��tj�}����a�Y�hĘ&���Ҋ
��΃44a��L6u��Ɣ���(��_��~ɀk&۟g��i=Hzt�4�������`�"�=��b?��/��ؓ�`W5E��I��RX�7S�<R����2�-K!�8T9�MezR�ѧK/���Z]�
�V�E%��Ư�b�PKb3�\Ѓc'2E
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��PKb3�\�?�*Exl/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-b3�\{�5xl/workbook.xmlPK-b3�\����	��[Content_Types].xmlPK-
b3�\�	�(''U_rels/.relsPK-b3�\WW���xl/worksheets/sheet1.xmlPK-b3�\���S�Pxl/_rels/workbook.xml.relsPK-b3�\Ѓc'2E
Hxl/styles.xmlPK-b3�\�?�*E�xl/sharedStrings.xmlPK�9

application/vnd.ms-excel

Sample:
PKb3�\J�g��5xl/workbook.xml �(�����0D�&�C���QR8q����R�@[����%�x�3;�v��|W;ב��m�}AU�C�X�

���N��yq���\�j���o�6�����C����@�?�0x�&(�h�e@[Z�w����S������l���oJ$�v��`��D�$9���GJ|��ᑝ��k)���3�ntco0����PKb3�\����	�[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�\U�''_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="Rf4662896b0854b24" /></Relationships>PKb3�\WW��xl/worksheets/sheet1.xml �(���A�� ���ý"(�ug�i6�uzh�V1:%$ٟ_$�D�l������4}z��މKՊ>����RTm���Q�_x�ӳ�o��\{��Jf�����P�
�
��ͻZȮ�f*wP�u[�(��5�A@���B�T�i
\��O,u������%TW�=�Ӫ5ч�{��xF�-�S�j�Y݌�a'�x&߫�����H��uq�����ѦH�:��+{��v(�����m��$>��
]����c�Ͼxx���ЏÄ"d\��c?���c�%!	��Ƀ���G�\7=2yQ�S�����릣O?�7����ȏ1e4!,D8I>���ɧ� B&8�	����i��X��S)Ξ��M�a�l��6��e:�)<
�H���_]ω�K�s�KDsb�dN���[��'��L��
�ѹ����c���ڑ�<�oN����@�n�dQ$�@���<�z'�b[�;^�	�tUc�r\n��\ھ����_PKb3�\faoP�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�I�*��ݰa[z��=N�&vd�@�Ƃ#q�"�+�`��h~OO��|����扽���-��FV9=ھ�S4w
춛=M�D�%��bCC���A
4c(�B6u��3Ɣ��/�����Xs�3����Ctƌ��:�d�`���1D�}O���R�P�
�I���jlD�������o��y�����g2z�R�P��\��Me���O�Ν�r�V�F5]�iD!;I5~��/PKb3�\Ѓc'2E
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��PKb3�\�?�*Exl/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-b3�\J�g��5xl/workbook.xmlPK-b3�\����	��[Content_Types].xmlPK-
b3�\U�''U_rels/.relsPK-b3�\WW���xl/worksheets/sheet1.xmlPK-b3�\faoP�Pxl/_rels/workbook.xml.relsPK-b3�\Ѓc'2E
Gxl/styles.xmlPK-b3�\�?�*E�xl/sharedStrings.xmlPK�8