GET api/pde/order/id/{id}
Returns the order details as needed to summarise them for the PDE order receiving screen.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PdeOrderHeaderName | Description | Type | Additional information |
---|---|---|---|
OrderID | integer |
None. |
|
OrderGuid | Collection of byte |
None. |
|
OrderIdentifier | globally unique identifier |
None. |
|
BackToBack | integer |
None. |
|
B2bGuid | Collection of byte |
None. |
|
B2bIdentifier | globally unique identifier |
None. |
|
Status | OrderStatus |
None. |
|
Created | date |
None. |
|
CreatedLocal | date |
None. |
|
CreatedByUser | string |
String length: inclusive between 0 and 255 |
|
StoreID | integer |
None. |
|
TransferGuid | Collection of byte |
None. |
|
TransferIdentifier | globally unique identifier |
None. |
|
TransferInvoiceIdentifier | Collection of byte |
None. |
|
TransferInvoiceGuid | globally unique identifier |
None. |
|
TransferType | TransferType |
None. |
|
SupplierIdentifier | Collection of byte |
None. |
|
SupplierIdentifierGuid | globally unique identifier |
None. |
|
Description | string |
None. |
|
Rows | integer |
None. |
|
Cartons | integer |
None. |
|
Units | integer |
None. |
|
SentCount | integer |
None. |
|
Sent | date |
None. |
|
SentLocal | date |
None. |
|
SentByUser | string |
String length: inclusive between 0 and 255 |
|
LastSentStatus | integer |
None. |
|
Received | date |
None. |
|
ReceivedLocal | date |
None. |
|
Completed | date |
None. |
|
CompletedLocal | date |
None. |
|
Updated | date |
None. |
|
UpdatedLocal | date |
None. |
|
WarehouseNote | string |
None. |
|
WarehouseRef | string |
None. |
|
PdeSerialNumber | string |
None. |
|
TradingPartner | OrderTradingPartner |
None. |
|
OrderType | string |
String length: inclusive between 0 and 20 |
|
OrderTypeDescription | string |
String length: inclusive between 0 and 255 |
|
StateCode | string |
String length: inclusive between 0 and 20 |
|
MailCarbonCopy |
When Placing an order via email, send a Blind Carbon Copy to the current User |
boolean |
None. |
MailTo | string |
None. |
|
MailBcc | string |
None. |
|
Liquor | boolean |
None. |
|
Summary | string |
Data type: MultilineText |
|
Notes | string |
Data type: MultilineText |
|
SupplierName | string |
None. |
|
StoreName | string |
None. |
|
OrderCode | OrderCode |
None. |
|
PdeDetails | Collection of PdeOrderDetail |
None. |
Response Formats
application/json, text/json
Sample:
{ "orderID": 1, "orderGuid": "XllA8eMoek2+5CK3cWI5HQ==", "orderIdentifier": "f140595e-28e3-4d7a-bee4-22b77162391d", "backToBack": 1, "b2bGuid": "5M2mWjRO8U2ZZVg4N15sxw==", "b2bIdentifier": "5aa6cde4-4e34-4df1-9965-5838375e6cc7", "status": 2, "created": "2025-08-02T23:20:17.6167805", "createdLocal": "2025-08-02T23:20:17.6167805", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "YDHPEQGIVEy+MSoFtvq84w==", "transferIdentifier": "11cf3160-8801-4c54-be31-2a05b6fabce3", "transferInvoiceIdentifier": "34st2/hoLUaPLTA2IxYXuQ==", "transferInvoiceGuid": "db2d8bdf-68f8-462d-8f2d-3036231617b9", "transferType": 1, "supplierIdentifier": "oFHqXYa90k2AqZsQnRz1jQ==", "supplierIdentifierGuid": "5dea51a0-bd86-4dd2-80a9-9b109d1cf58d", "description": "sample string 4", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-08-02T23:20:17.6167805", "sentLocal": "2025-08-02T23:20:17.6167805", "sentByUser": "sample string 5", "lastSentStatus": 1, "received": "2025-08-02T23:20:17.6167805", "receivedLocal": "2025-08-02T23:20:17.6167805", "completed": "2025-08-02T23:20:17.6167805", "completedLocal": "2025-08-02T23:20:17.6167805", "updated": "2025-08-02T23:20:17.6167805", "updatedLocal": "2025-08-02T23:20:17.6167805", "warehouseNote": "sample string 6", "warehouseRef": "sample string 7", "pdeSerialNumber": "sample string 8", "tradingPartner": 1, "orderType": "sample string 1", "orderTypeDescription": "sample string 2", "stateCode": "sample string 11", "mailCarbonCopy": true, "mailTo": "sample string 13", "mailBcc": "sample string 14", "liquor": true, "summary": "sample string 16", "notes": "sample string 17", "supplierName": "sample string 18", "storeName": "sample string 19", "orderCode": { "$id": "2", "code": "sample string 1", "description": "sample string 2" }, "pdeDetails": [ { "$id": "3", "id": 1, "orderGuid": "SwlngtvLa0mkfgST1s938g==", "orderIdentifier": "8267094b-cbdb-496b-a47e-0493d6cf77f2", "pluG_UID": "+SIphX7UBUisHGEG7UrAkg==", "pluGuid": "852922f9-d47e-4805-ac1c-6106ed4ac092", "apn": "sample string 1", "cartonCost": 1, "cartons": 1, "units": 1, "weight": 1, "receivedCartons": 1, "receivedUnits": 1, "description": "sample string 2", "unitCost": 1, "unitCostDecimals": 3, "currentUnitCost": 1, "currentUnitCostDecimals": 1, "cartonQuantity": 1 }, { "$ref": "3" } ] }
application/xml, text/xml
Sample:
<PdeOrderHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Orders"> <B2bGuid>5M2mWjRO8U2ZZVg4N15sxw==</B2bGuid> <B2bIdentifier>5aa6cde4-4e34-4df1-9965-5838375e6cc7</B2bIdentifier> <BackToBack>1</BackToBack> <Cartons>1</Cartons> <Completed>2025-08-02T23:20:17.6167805+00:00</Completed> <CompletedLocal>2025-08-02T23:20:17.6167805+00:00</CompletedLocal> <Created>2025-08-02T23:20:17.6167805+00:00</Created> <CreatedByUser>sample string 3</CreatedByUser> <CreatedLocal>2025-08-02T23:20:17.6167805+00:00</CreatedLocal> <Description>sample string 4</Description> <LastSentStatus>1</LastSentStatus> <Liquor>true</Liquor> <MailBcc>sample string 14</MailBcc> <MailCarbonCopy>true</MailCarbonCopy> <MailTo>sample string 13</MailTo> <Notes>sample string 17</Notes> <OrderCode xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Models.Integrations.Ordering"> <d2p1:Code>sample string 1</d2p1:Code> <d2p1:Description>sample string 2</d2p1:Description> </OrderCode> <OrderGuid>XllA8eMoek2+5CK3cWI5HQ==</OrderGuid> <OrderID>1</OrderID> <OrderIdentifier>f140595e-28e3-4d7a-bee4-22b77162391d</OrderIdentifier> <OrderType>sample string 1</OrderType> <OrderTypeDescription>sample string 2</OrderTypeDescription> <PdeDetails> <PdeOrderDetail> <APN>sample string 1</APN> <CartonCost>1</CartonCost> <CartonQuantity>1</CartonQuantity> <Cartons>1</Cartons> <CurrentUnitCost>1</CurrentUnitCost> <CurrentUnitCostDecimals>1</CurrentUnitCostDecimals> <Description>sample string 2</Description> <ID>1</ID> <OrderGuid>SwlngtvLa0mkfgST1s938g==</OrderGuid> <OrderIdentifier>8267094b-cbdb-496b-a47e-0493d6cf77f2</OrderIdentifier> <PLUG_UID>+SIphX7UBUisHGEG7UrAkg==</PLUG_UID> <PluGuid>852922f9-d47e-4805-ac1c-6106ed4ac092</PluGuid> <ReceivedCartons>1</ReceivedCartons> <ReceivedUnits>1</ReceivedUnits> <UnitCost>1</UnitCost> <UnitCostDecimals>3</UnitCostDecimals> <Units>1</Units> <Weight>1</Weight> </PdeOrderDetail> <PdeOrderDetail> <APN>sample string 1</APN> <CartonCost>1</CartonCost> <CartonQuantity>1</CartonQuantity> <Cartons>1</Cartons> <CurrentUnitCost>1</CurrentUnitCost> <CurrentUnitCostDecimals>1</CurrentUnitCostDecimals> <Description>sample string 2</Description> <ID>1</ID> <OrderGuid>SwlngtvLa0mkfgST1s938g==</OrderGuid> <OrderIdentifier>8267094b-cbdb-496b-a47e-0493d6cf77f2</OrderIdentifier> <PLUG_UID>+SIphX7UBUisHGEG7UrAkg==</PLUG_UID> <PluGuid>852922f9-d47e-4805-ac1c-6106ed4ac092</PluGuid> <ReceivedCartons>1</ReceivedCartons> <ReceivedUnits>1</ReceivedUnits> <UnitCost>1</UnitCost> <UnitCostDecimals>3</UnitCostDecimals> <Units>1</Units> <Weight>1</Weight> </PdeOrderDetail> </PdeDetails> <PdeSerialNumber>sample string 8</PdeSerialNumber> <Received>2025-08-02T23:20:17.6167805+00:00</Received> <ReceivedLocal>2025-08-02T23:20:17.6167805+00:00</ReceivedLocal> <Rows>1</Rows> <Sent>2025-08-02T23:20:17.6167805+00:00</Sent> <SentByUser>sample string 5</SentByUser> <SentCount>1</SentCount> <SentLocal>2025-08-02T23:20:17.6167805+00:00</SentLocal> <StateCode>sample string 11</StateCode> <Status>2</Status> <StoreID>1</StoreID> <StoreName>sample string 19</StoreName> <Summary>sample string 16</Summary> <SupplierIdentifier>oFHqXYa90k2AqZsQnRz1jQ==</SupplierIdentifier> <SupplierIdentifierGuid>5dea51a0-bd86-4dd2-80a9-9b109d1cf58d</SupplierIdentifierGuid> <SupplierName>sample string 18</SupplierName> <TradingPartner>1</TradingPartner> <TransferGuid>YDHPEQGIVEy+MSoFtvq84w==</TransferGuid> <TransferIdentifier>11cf3160-8801-4c54-be31-2a05b6fabce3</TransferIdentifier> <TransferInvoiceGuid>db2d8bdf-68f8-462d-8f2d-3036231617b9</TransferInvoiceGuid> <TransferInvoiceIdentifier>34st2/hoLUaPLTA2IxYXuQ==</TransferInvoiceIdentifier> <TransferType>1</TransferType> <Units>1</Units> <Updated>2025-08-02T23:20:17.6167805+00:00</Updated> <UpdatedLocal>2025-08-02T23:20:17.6167805+00:00</UpdatedLocal> <WarehouseNote>sample string 6</WarehouseNote> <WarehouseRef>sample string 7</WarehouseRef> </PdeOrderHeader>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ��[��"�� 5 xl/workbook.xml � (� ����0��&�C��`�D��x���b�O�||K $���~;բ��i=����+m����$��$sm@�ݨ�d>H�"zE����'�$���̼��qa�h��������7�dB��|B�Z�=,.�`�uW�-D~SU�Q!�$Ըe�a��P�#[�0<hZ�EJ����,�Chg��쿛/PK ��[���� � [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 ��[7Q�' ' _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="Rfa8fb656318440ec" /></Relationships>PK ��[G���R xl/worksheets/sheet1.xml � (� �Y]S�:�+��_GZ���c��Ii�o��4���� ��W Q��wb�H������4��;��=eE9�g}��~/������A��������?�şr�eU/�g�^q�W���`Pގ��L�l���b:����� ����f'���4�U���~X������d{M��Ȇ�E ���T��d�?�MB�y��"�;�r/��~op��@_M��r�so����������/�A|����荲���}u�?�e���*��1��}��ٛN���{������ɨ�}"Q��Dzʧ�/�1�%�q���*�FD^Zo�ǫe�Z�+��}�5����q���2q<:�� ���2^w��,�M]�M��t4`��-��e�ݑw��suݐ8�Z{&���c�Q0����Do��-�˕�v՜���]U'��Z�7#DH"�+i�%C���*�8�j�V�d�ғz]��8)���jc0�O��]ҷ<�l�*��d�?i+��Bژ�B�n}Z)�jhw��R���� jĮ�W� �|�>�52jj�I���'�V�%C�`G�B�����tݵ�=����5A8�Zْ J���~� q� -D����PQzJt�AE �Z�R'��&�rm5D)*�Zê��U�ك�C7kK�p}.��چsH�o��**R�zRQ��l�e�*@/�M��$RQ�jC�FJ0�\8R[2DI*�uQ���$��I�2*����`�$��{�Q�(יBƇ�(�h�!J�k Q���fX] q��Qw�;jM�Q�h�f�ZD�5C�"�ZD���A�"��.ȹ�v��k-Z���A��o(�����-s2����E��+�!��S>��PxԔ�-�t(�O��%⨉����&6'M��D�m"pq�D�MĻ&�l"Κ��8o"�&�}�7��a�!�~f ��/�{�@�_����n�1B�wB������{�@����{�@�?a�!즌 �Л26�o���2V�pʘQ�SƎ�p�2�T�䔱�",��)�9el�(ό1�q��<3�T�gƛ��̘)ό;����)ό?���)όC���X)όG��̘)όK��yު�A��`�t�#h$�dS��r�e���3�2����g cg�c������.�͜���)�H�Öel_�'B��=�B$z��ί�3\2"�o�����"~l��2v�e���[����_�B�I��-=z�\��ؓ�ow���}���!�v��&�Ў���й��4e�jh;a�jh;a�jh;a�jh;�`0��0�5��0�m����P5g0t�~41�n���{q�`�^�0�z/^Z�`�8Ά��8��*+��տ��PK ��[d��Z� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;��$ ɦ�l�\��1���l�i��E��+�J��H]t��h~OO��|���ަ����55�$�F�v0] 砟*�m7e��fO��5�!�kJ��q�>�3����M2��ut��$;�Y���-p�$���!Z���V�'4�0�Xw�=b r���P�O��[`I�ٷ5J& �ʆ�l�y!�Ї��p��z}��+��U���V�Cez�} .^z�,/Ԛ6�B����nj��/�_PK ��[Ѓ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 ��["UY� � xl/sharedStrings.xml � (� ��mo�0ǿ ���8O� ��J��Z�^T�����ؙ�tc�~��� �����w�3L�~����b�O=�� 8����[�>��7Ps�+�a��@y���D)=0�\M���ͧ�P�-�X�nH)d���*7C�H�Tmt] �0̆5f��r=�F�7h9����h0!�l�g_$yw=��dؙ>�o[F��d �x�ɏ��V�D��<c>}ڳƺU}���V�u��|/�N��n�\Q��+��*�Uxg�S?�ூ��碭v XɷMS�s��;\1�A�mt�GO��,��y͙���&�^x.�9[�w���u�� �W[.�v�^D�T��;p���R���t��%lE��Ah��G�e�=Rx�p��օSV�#�h��m��b�����:���Z�K�*#�B�hv.�.����)�5���]�l�d��k{h��w���]W3վmr��씆:��4�|��%a:N��r�����_ $~�ʢx�,��g��M �f�%���,��<��Q !���,�/�4=�}�)c��~���OH��4b�G8L���ˇ�Z�Y^�~�E��K��al�Fc+u 8E8��g&u�y����@ᘚ$�ܺ'�qzg����1:��ޖ�J���z>VSz�B�Ѕz�A�*b ��[b�7 ����Jw\�F��Q�~��gpr�ӴU�����Hpϔ��^�7��ہ*0c���6��qh�P��PK- ��[��"�� 5 xl/workbook.xmlPK- ��[���� � [Content_Types].xmlPK- ��[7Q�' ' V _rels/.relsPK- ��[G���R � xl/worksheets/sheet1.xmlPK- ��[d��Z� P f xl/_rels/workbook.xml.relsPK- ��[Ѓc'2 E � xl/styles.xmlPK- ��["UY� � & xl/sharedStrings.xmlPK � J
application/vnd.ms-excel
Sample:
PK ��[bF� 5 xl/workbook.xml � (� ����0��&�C���D )��x��}-�4П�5���H�yۙ��v�d��4f 5j_���!ؒ1/zT�Ƣ���8!J�b���ƈ�B�1����A�{i=]h���u�����i����f��O2k��$l ��O��")�AaE@IrnmEsJ\)�po�,�d�\\�Z����w�PK ��[���� � [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�T' ' _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="R91fad7c635fb41c7" /></Relationships>PK ��[G���R xl/worksheets/sheet1.xml � (� �Y]S�:�+��_GZ���c��Ii�o��4���� ��W Q��wb�H������4��;��=eE9�g}��~/������A��������?�şr�eU/�g�^q�W���`Pގ��L�l���b:����� ����f'���4�U���~X������d{M��Ȇ�E ���T��d�?�MB�y��"�;�r/��~op��@_M��r�so����������/�A|����荲���}u�?�e���*��1��}��ٛN���{������ɨ�}"Q��Dzʧ�/�1�%�q���*�FD^Zo�ǫe�Z�+��}�5����q���2q<:�� ���2^w��,�M]�M��t4`��-��e�ݑw��suݐ8�Z{&���c�Q0����Do��-�˕�v՜���]U'��Z�7#DH"�+i�%C���*�8�j�V�d�ғz]��8)���jc0�O��]ҷ<�l�*��d�?i+��Bژ�B�n}Z)�jhw��R���� jĮ�W� �|�>�52jj�I���'�V�%C�`G�B�����tݵ�=����5A8�Zْ J���~� q� -D����PQzJt�AE �Z�R'��&�rm5D)*�Zê��U�ك�C7kK�p}.��چsH�o��**R�zRQ��l�e�*@/�M��$RQ�jC�FJ0�\8R[2DI*�uQ���$��I�2*����`�$��{�Q�(יBƇ�(�h�!J�k Q���fX] q��Qw�;jM�Q�h�f�ZD�5C�"�ZD���A�"��.ȹ�v��k-Z���A��o(�����-s2����E��+�!��S>��PxԔ�-�t(�O��%⨉����&6'M��D�m"pq�D�MĻ&�l"Κ��8o"�&�}�7��a�!�~f ��/�{�@�_����n�1B�wB������{�@����{�@�?a�!즌 �Л26�o���2V�pʘQ�SƎ�p�2�T�䔱�",��)�9el�(ό1�q��<3�T�gƛ��̘)ό;����)ό?���)όC���X)όG��̘)όK��yު�A��`�t�#h$�dS��r�e���3�2����g cg�c������.�͜���)�H�Öel_�'B��=�B$z��ί�3\2"�o�����"~l��2v�e���[����_�B�I��-=z�\��ؓ�ow���}���!�v��&�Ў���й��4e�jh;a�jh;a�jh;a�jh;�`0��0�5��0�m����P5g0t�~41�n���{q�`�^�0�z/^Z�`�8Ά��8��*+��տ��PK ��[@�<�� P xl/_rels/workbook.xml.rels � (� ��AN�0E�b͞�N����ݰa[z��=N�&vdO���G� XT�Tb��+k��OO3�|���ަQ�PLC�-�B� o�|��]��fO#r���aN"?y~�2��&LE���qB�e����R�Z�%���p��?���`�1��D�� ����'b�q?Q�߇.2ēmao�6�=��6ME� ����GJ�^�z!cl�Fg��5M�27��1�}�7�tZ��9�+�T���}Q�W�b�PK ��[Ѓ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 ��["UY� � xl/sharedStrings.xml � (� ��mo�0ǿ ���8O� ��J��Z�^T�����ؙ�tc�~��� �����w�3L�~����b�O=�� 8����[�>��7Ps�+�a��@y���D)=0�\M���ͧ�P�-�X�nH)d���*7C�H�Tmt] �0̆5f��r=�F�7h9����h0!�l�g_$yw=��dؙ>�o[F��d �x�ɏ��V�D��<c>}ڳƺU}���V�u��|/�N��n�\Q��+��*�Uxg�S?�ூ��碭v XɷMS�s��;\1�A�mt�GO��,��y͙���&�^x.�9[�w���u�� �W[.�v�^D�T��;p���R���t��%lE��Ah��G�e�=Rx�p��օSV�#�h��m��b�����:���Z�K�*#�B�hv.�.����)�5���]�l�d��k{h��w���]W3վmr��씆:��4�|��%a:N��r�����_ $~�ʢx�,��g��M �f�%���,��<��Q !���,�/�4=�}�)c��~���OH��4b�G8L���ˇ�Z�Y^�~�E��K��al�Fc+u 8E8��g&u�y����@ᘚ$�ܺ'�qzg����1:��ޖ�J���z>VSz�B�Ѕz�A�*b ��[b�7 ����Jw\�F��Q�~��gpr�ӴU�����Hpϔ��^�7��ہ*0c���6��qh�P��PK- ��[bF� 5 xl/workbook.xmlPK- ��[���� � � [Content_Types].xmlPK- ��[p�T' ' U _rels/.relsPK- ��[G���R � xl/worksheets/sheet1.xmlPK- ��[@�<�� P e xl/_rels/workbook.xml.relsPK- ��[Ѓc'2 E � xl/styles.xmlPK- ��["UY� � " xl/sharedStrings.xmlPK � F