POST api/printBatch/printJob/register

Register Job ID and large payload in cache. If request/query/ids is null/empty, return null

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "storeID": 1,
  "ids": [
    "890819e0-f041-454d-867b-938c1787e8a8",
    "a7bbac75-4853-4066-aead-f4ff851e07f6"
  ],
  "priceDate": "2026-04-03T06:27:07.7545894",
  "isTalker": true,
  "query": {
    "$id": "2",
    "headerIdentifier": "Nxcx2xa9pEucAKuYBWO63Q==",
    "headerGuid": "db311737-bd16-4ba4-9c00-ab980563badd",
    "printRequestType": 1,
    "sortKind": 0,
    "sort": 0,
    "printed": true,
    "printDate": "2026-04-03T06:27:07.7545894",
    "utcOffset": 3.1,
    "useExactPrintDateTime": true,
    "keyword": "sample string 5",
    "search": 0,
    "shelfLocationGuids": [
      "626e1a76-7371-4f0b-aab5-89b8e701e1a7",
      "dc0fdc0c-43bd-44d9-b563-e528ad3ce3f2"
    ],
    "supplierIdentifier": "R/Z+EhTVPkW3cCufLTAg/w==",
    "supplierGuid": "127ef647-d514-453e-b770-2b9f2d3020ff",
    "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": "GKYUoXbpKk2b87W1Fdm2Gw==",
    "labelPageLayoutGuid": "a114a618-e976-4d2a-9bf3-b5b515d9b61b",
    "campaignStartDate": "2026-04-03T06:27:07.7545894",
    "campaignEndDate": "2026-04-03T06:27:07.7545894",
    "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>890819e0-f041-454d-867b-938c1787e8a8</d2p1:guid>
    <d2p1:guid>a7bbac75-4853-4066-aead-f4ff851e07f6</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:07.7545894+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:07.7545894+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:07.7545894+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>db311737-bd16-4ba4-9c00-ab980563badd</HeaderGuid>
    <HeaderIdentifier>Nxcx2xa9pEucAKuYBWO63Q==</HeaderIdentifier>
    <IncludeZeroQtyOnly>true</IncludeZeroQtyOnly>
    <ItemNumber>sample string 8</ItemNumber>
    <Keyword>sample string 5</Keyword>
    <LabelPageLayoutG_UID>GKYUoXbpKk2b87W1Fdm2Gw==</LabelPageLayoutG_UID>
    <LabelPageLayoutGuid>a114a618-e976-4d2a-9bf3-b5b515d9b61b</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:07.7545894+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>626e1a76-7371-4f0b-aab5-89b8e701e1a7</d3p1:guid>
      <d3p1:guid>dc0fdc0c-43bd-44d9-b563-e528ad3ce3f2</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>127ef647-d514-453e-b770-2b9f2d3020ff</SupplierGuid>
    <SupplierIdentifier>R/Z+EhTVPkW3cCufLTAg/w==</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/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKc3�\r�]�5xl/workbook.xml �(�����0��&�C��h")��x��})�4П�5��B	$޼���~;|2nh��G����}�`̋�����]g��0K�b���ڈ�BX�$W�p� �������X�:����A�+J�Դ:�K����G9[��$l
�����"*�AaIk@It�mIϔ�B�ã�eyӂH�K�_��������PKc3�\����	�[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
c3�\�5
''_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="R7b414fdce5074bee" /></Relationships>PKc3�\(��$�xl/worksheets/sheet1.xml �(��QMo� �+��
���*IU���۴�vf�P��4��3d�&�`���=��x�=��]ɗ��㺒��}��cUL�ADFp��:�� D�5X8��Z�ުH�������h�E��r+<�*�T�f|f�W<�&[��Le�q�*C��=�Ж���LTEF��¯��1>�)ynJ.3V�_��g
�j��+NO`:iC��Sc�ͬI{�̪{~'�DM�z��ȵ\����n�Y=�����<+�4Y󬢪
��L�)J����{�d!n������������g����>PKc3�\Y]�N�Pxl/_rels/workbook.xml.rels �(���Mn� F��f_�m��U�l��6��x���`I��u�#�
E����n�B�
<=�����޾�;�u��5��FZ�v�}
'�=�`�Y�iBn�a\O��a�~y�ܩ�ft�YH�Ng�>����#��3!Jnc�2������FE�F�f��05��"쀶'_�O���H�@�kk�7U.��Ȋ\�2����e"���]G2$��J�*�%�]e�Ծx6;�q���j%��Ô���o���PKc3�\Ѓ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��PKc3�\1uf��xl/sharedStrings.xml �(�5�A
�0E�2�ަ��$]�@ڱ
4�����޸p�y|޳�;��*1��}�#�y�<;�߮��h�)����a�VD�]Y.��l��� ].č<rMA۬��R)L�iZ͡�&��c�X�a������M�U/!��ZAmA��F�5?dZ��PK-c3�\r�]�5xl/workbook.xmlPK-c3�\����	�[Content_Types].xmlPK-
c3�\�5
''V_rels/.relsPK-c3�\(��$��xl/worksheets/sheet1.xmlPK-c3�\Y]�N�P8xl/_rels/workbook.xml.relsPK-c3�\Ѓc'2E
�xl/styles.xmlPK-c3�\1uf���xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PKc3�\�㬶5xl/workbook.xml �(�����0D�&�C��-Q8q����
[i�-ik��-H�yۙ�};�d]���'=���v!�9c��P�?�M�I�4�(݋Y)U��m�M`	�W�p����=]i����Z�!=�(
���x ���=N~�����&ak�����_,��X�P�8������8�yv	τ��S�ҝ��
����PKc3�\����	�[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
c3�\m��c''_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="R1fd088d937de4b76" /></Relationships>PKc3�\(��$�xl/worksheets/sheet1.xml �(��QMo� �+��
���*IU���۴�vf�P��4��3d�&�`���=��x�=��]ɗ��㺒��}��cUL�ADFp��:�� D�5X8��Z�ުH�������h�E��r+<�*�T�f|f�W<�&[��Le�q�*C��=�Ж���LTEF��¯��1>�)ynJ.3V�_��g
�j��+NO`:iC��Sc�ͬI{�̪{~'�DM�z��ȵ\����n�Y=�����<+�4Y󬢪
��L�)J����{�d!n������������g����>PKc3�\��d��Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;�	Ĉ������8�H��6�����W�E�6H]t�j4��'�|���o�@�b�]�`@�ioz�6pJ����f��A�<�~�$���@�Ҵ�4�G?���èRNCK'���E*[�0g�-�.����5>y}ѥ?��Շc���
-�~J�^/2��4�g��In�e�k �nj1]��^��LFZ�]��_̲�\�U�S�s
��s�yy�&��3�x��e%�U�����PKc3�\Ѓ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��PKc3�\1uf��xl/sharedStrings.xml �(�5�A
�0E�2�ަ��$]�@ڱ
4�����޸p�y|޳�;��*1��}�#�y�<;�߮��h�)����a�VD�]Y.��l��� ].č<rMA۬��R)L�iZ͡�&��c�X�a������M�U/!��ZAmA��F�5?dZ��PK-c3�\�㬶5xl/workbook.xmlPK-c3�\����	��[Content_Types].xmlPK-
c3�\m��c''U_rels/.relsPK-c3�\(��$��xl/worksheets/sheet1.xmlPK-c3�\��d��P7xl/_rels/workbook.xml.relsPK-c3�\Ѓc'2E
}xl/styles.xmlPK-c3�\1uf���xl/sharedStrings.xmlPK��