GET api/invoice/{id}/total
Get the total values for an invoice
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Invoice identifier |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Invoice sub total model
InvoiceSubTotalName | Description | Type | Additional information |
---|---|---|---|
InvoiceGuid | Collection of byte |
None. |
|
InvoiceIdentifier | globally unique identifier |
None. |
|
unitsOrdered |
Total Units Ordered |
integer |
None. |
unitsShipped | integer |
None. |
|
cartonsShipped | integer |
None. |
|
weightShipped | integer |
None. |
|
unitsReceived | integer |
None. |
|
cartonsReceived | integer |
None. |
|
weightReceived | integer |
None. |
|
storeCost | decimal number |
None. |
|
invoiceCost | decimal number |
None. |
|
orderedCost | decimal number |
None. |
|
extCost | decimal number |
None. |
|
variance | decimal number |
None. |
|
gst | decimal number |
None. |
|
deliveryFee | decimal number |
None. |
|
financeFee | decimal number |
None. |
|
OrderSubTotal | OrderSubTotal |
None. |
|
ShrinkWrap | decimal number |
None. |
|
HighestLineNo | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "invoiceGuid": "yxMz0uCd3Eu5PKq6X3zjUw==", "invoiceIdentifier": "d23313cb-9de0-4bdc-b93c-aaba5f7ce353", "unitsOrdered": 1, "unitsShipped": 1, "cartonsShipped": 1, "weightShipped": 1, "unitsReceived": 1, "cartonsReceived": 1, "weightReceived": 1, "storeCost": 1.0, "invoiceCost": 2.0, "orderedCost": 3.0, "extCost": 4.0, "variance": 5.0, "gst": 1.0, "deliveryFee": 1.1, "financeFee": 1.1, "orderSubTotal": { "$id": "2", "orderGuid": "bRBu4BlleEOu0Sjl1AmbOA==", "orderIdentifier": "e06e106d-6519-4378-aed1-28e5d4099b38", "supplierIdentifier": "Ome+h57hmkuBnxVDjYU5pQ==", "supplierGuid": "87be673a-e19e-4b9a-819f-15438d8539a5", "records": 1, "cartons": 2.1, "cartonQuantity": 3, "weight": 4, "costInc": 5, "sellInc": 6, "costGST": 7, "sellGST": 8, "pickedCostInc": 9, "pickedSellInc": 10, "receivedRecords": 11, "receivedWeight": 1, "receivedCartons": 1, "receivedCartonQuantity": 1, "receivedUnits": 1, "receivedSellInc": 12, "receivedCostInc": 13, "receivedCostGST": 14, "receivedSellGST": 15, "investmentBuyRecords": 16, "investmentBuyCartons": 17.1, "investmentBuyCartonQuantity": 18, "investmentBuyWeight": 19, "investmentBuyCostInc": 20, "investmentBuySellInc": 21, "investmentBuyCostGST": 22, "investmentBuySellGST": 23, "investmentBuySavedAmount": 24.1 }, "shrinkWrap": 1.1, "highestLineNo": "sample string 6" }
application/xml, text/xml
Sample:
<InvoiceSubTotal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Invoices"> <HighestLineNo>sample string 6</HighestLineNo> <InvoiceGuid>yxMz0uCd3Eu5PKq6X3zjUw==</InvoiceGuid> <InvoiceIdentifier>d23313cb-9de0-4bdc-b93c-aaba5f7ce353</InvoiceIdentifier> <OrderSubTotal xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Orders"> <d2p1:CartonQuantity>3</d2p1:CartonQuantity> <d2p1:Cartons>2.1</d2p1:Cartons> <d2p1:CostGST>7</d2p1:CostGST> <d2p1:CostInc>5</d2p1:CostInc> <d2p1:InvestmentBuyCartonQuantity>18</d2p1:InvestmentBuyCartonQuantity> <d2p1:InvestmentBuyCartons>17.1</d2p1:InvestmentBuyCartons> <d2p1:InvestmentBuyCostGST>22</d2p1:InvestmentBuyCostGST> <d2p1:InvestmentBuyCostInc>20</d2p1:InvestmentBuyCostInc> <d2p1:InvestmentBuyRecords>16</d2p1:InvestmentBuyRecords> <d2p1:InvestmentBuySavedAmount>24.1</d2p1:InvestmentBuySavedAmount> <d2p1:InvestmentBuySellGST>23</d2p1:InvestmentBuySellGST> <d2p1:InvestmentBuySellInc>21</d2p1:InvestmentBuySellInc> <d2p1:InvestmentBuyWeight>19</d2p1:InvestmentBuyWeight> <d2p1:OrderGuid>bRBu4BlleEOu0Sjl1AmbOA==</d2p1:OrderGuid> <d2p1:OrderIdentifier>e06e106d-6519-4378-aed1-28e5d4099b38</d2p1:OrderIdentifier> <d2p1:PickedCostInc>9</d2p1:PickedCostInc> <d2p1:PickedSellInc>10</d2p1:PickedSellInc> <d2p1:ReceivedCartonQuantity>1</d2p1:ReceivedCartonQuantity> <d2p1:ReceivedCartons>1</d2p1:ReceivedCartons> <d2p1:ReceivedCostGST>14</d2p1:ReceivedCostGST> <d2p1:ReceivedCostInc>13</d2p1:ReceivedCostInc> <d2p1:ReceivedRecords>11</d2p1:ReceivedRecords> <d2p1:ReceivedSellGST>15</d2p1:ReceivedSellGST> <d2p1:ReceivedSellInc>12</d2p1:ReceivedSellInc> <d2p1:ReceivedUnits>1</d2p1:ReceivedUnits> <d2p1:ReceivedWeight>1</d2p1:ReceivedWeight> <d2p1:Records>1</d2p1:Records> <d2p1:SellGST>8</d2p1:SellGST> <d2p1:SellInc>6</d2p1:SellInc> <d2p1:SupplierGuid>87be673a-e19e-4b9a-819f-15438d8539a5</d2p1:SupplierGuid> <d2p1:SupplierIdentifier>Ome+h57hmkuBnxVDjYU5pQ==</d2p1:SupplierIdentifier> <d2p1:Weight>4</d2p1:Weight> </OrderSubTotal> <ShrinkWrap>1.1</ShrinkWrap> <cartonsReceived>1</cartonsReceived> <cartonsShipped>1</cartonsShipped> <deliveryFee>1.1</deliveryFee> <extCost>4</extCost> <financeFee>1.1</financeFee> <gst>1</gst> <invoiceCost>2</invoiceCost> <orderedCost>3</orderedCost> <storeCost>1</storeCost> <unitsOrdered>1</unitsOrdered> <unitsReceived>1</unitsReceived> <unitsShipped>1</unitsShipped> <variance>5</variance> <weightReceived>1</weightReceived> <weightShipped>1</weightShipped> </InvoiceSubTotal>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ��[M i� 5 xl/workbook.xml � (� ����0��&�C�p� Q��x��}-[�@[�����O$��mgv��)G织s{�ކ�W\�8 A(2n ;���$���ZP��ː�pL�<���A�!��+�� �(�~EԖ��c���i���o��d���7U.��bQ̢��7��Ź�O9�EH�S~N�4�����J���?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 ��[8b�x' ' _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="R7b06957229c04386" /></Relationships>PK ��[zNP� � xl/worksheets/sheet1.xml � (� ��Ys�@�� ��@�KJMeƘ}O�<3�F*"`��O��MC5ɋb����{<����3Yz*��t5�a |O���,^� �M1�%���`�f��B����*?Ɇ��(�'a�O*�� ]�����,� �3{��<��q:�$jU� fjz�|�s��;��u��Y��d�o�D�� f��۽����?�'����Ѡ���j���n��i���q5��d�<)̼��G�e�n/U��(�I��L�e^~zI��������Ƴb��p@f� !������H�U��ףJ�z�I1�R�ĭǕ�� ��~c}R��Q��9b\p�8�Y�Vzz�� ��`q�rV��QN"BJ&Gn=���_/�(C$�[/*�0�/�$ 3�ԭ��^�z�����A�p� .��}1C���!�F��J̘���ӡ� Df0�3@�C�u!6��0�c���O�u� ����d�c �8�S�7o�:h�Rb��q��<�� ��K��N��9��N���7�O/�=G��C�<|� q�p���8*�� K�^V�u��ә~��[V_����?F`~��M�&�M�&1n�I�� �$&m�6��6���e��M�M�&q�&d���p�2���\��@,[�;�ׇ�2����}�@,k�;�ۗ�2��9���2��F���!�@��HG�ǎڹ�6q�.�KG��Q�v�n̚�[�f%�άYѹ7kVf{yl����>w���8/�� ���и3��Ve�4-TVު����PK ��[uݴ'� P xl/_rels/workbook.xml.rels � (� ��An� E��f_cR��*N6�d���ۊ ��9[=R�P�H-���&+4��i������m��}�m�%��u��[8E�P�v���$c��q $=���!��Ҡ�e(܂6u��=]�>��,+�s�2����ΘQ�ӧm�L_�?�19H�cl�' ��`E��u-�mL�U]rƹz7�/�_�k��p#�L+��?��2��ؽD�6�;�q�&�Lȕd�㵺Ή����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 ��[��Yt n xl/sharedStrings.xml � (� }�AO�0��J�{�e�TI�@�"u[�����g��8�L�l=fW�lz��f�����k�-xFG�:I*2�"Յz���?��E�խ#(�XE�e�,Qh%.T#�JS6 t���q����N���-7 ҵ�r�8O;��"��B-OU4���UW`�KyG[�>h�T�<}�ߡ;$�A���)��[�0iu�}?eF{q4G�֍����0��Y�9|0��,·����p�C�c�䘼�5����B��[�To�^L���k���މn�p�x�ǟ^�c�%lX�"�77i۱@�\�~��L�̲��T�E|ZYW������惁�,���Õ&]�OV.���fu��G�� Xw}�DŽ ut����a�gPK- ��[M i� 5 xl/workbook.xmlPK- ��[���� � � [Content_Types].xmlPK- ��[8b�x' ' U _rels/.relsPK- ��[zNP� � � xl/worksheets/sheet1.xmlPK- ��[uݴ'� P xl/_rels/workbook.xml.relsPK- ��[Ѓc'2 E b xl/styles.xmlPK- ��[��Yt n � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK ��[o�"� 5 xl/workbook.xml � (� ����0��&�C����)��x�པ�6П�5���H�yۙ��v�l��3�����\�E�"�s������n0N��{3�Ck�[�$ϲ+q0� ��BZ�W�?,o�������Ը9�K����'���b"���o�&�~��LA�[Fɹ�5>c�*�GW�����Vfe}\l�F����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 ��[$��' ' _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="R15fd7059de95414f" /></Relationships>PK ��[zNP� � xl/worksheets/sheet1.xml � (� ��Ys�@�� ��@�KJMeƘ}O�<3�F*"`��O��MC5ɋb����{<����3Yz*��t5�a |O���,^� �M1�%���`�f��B����*?Ɇ��(�'a�O*�� ]�����,� �3{��<��q:�$jU� fjz�|�s��;��u��Y��d�o�D�� f��۽����?�'����Ѡ���j���n��i���q5��d�<)̼��G�e�n/U��(�I��L�e^~zI��������Ƴb��p@f� !������H�U��ףJ�z�I1�R�ĭǕ�� ��~c}R��Q��9b\p�8�Y�Vzz�� ��`q�rV��QN"BJ&Gn=���_/�(C$�[/*�0�/�$ 3�ԭ��^�z�����A�p� .��}1C���!�F��J̘���ӡ� Df0�3@�C�u!6��0�c���O�u� ����d�c �8�S�7o�:h�Rb��q��<�� ��K��N��9��N���7�O/�=G��C�<|� q�p���8*�� K�^V�u��ә~��[V_����?F`~��M�&�M�&1n�I�� �$&m�6��6���e��M�M�&q�&d���p�2���\��@,[�;�ׇ�2����}�@,k�;�ۗ�2��9���2��F���!�@��HG�ǎڹ�6q�.�KG��Q�v�n̚�[�f%�άYѹ7kVf{yl����>w���8/�� ���и3��Ve�4-TVު����PK ��[�p�h� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8.�S���tö��3N�&vd����G� XEWb�������4����ڼM#9��� ���V�v�]�h��Y�v8��&B?́��c��( ��I���hS�8?��R��Y��.�RP�3�I���Ct��N�&��0}u�z�d�|����R����D��6�;ȅ����[��M-�ˈ���;�dD�duе�R���c�}�t35�2�����5�W5z��/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 ��[��Yt n xl/sharedStrings.xml � (� }�AO�0��J�{�e�TI�@�"u[�����g��8�L�l=fW�lz��f�����k�-xFG�:I*2�"Յz���?��E�խ#(�XE�e�,Qh%.T#�JS6 t���q����N���-7 ҵ�r�8O;��"��B-OU4���UW`�KyG[�>h�T�<}�ߡ;$�A���)��[�0iu�}?eF{q4G�֍����0��Y�9|0��,·����p�C�c�䘼�5����B��[�To�^L���k���މn�p�x�ǟ^�c�%lX�"�77i۱@�\�~��L�̲��T�E|ZYW������惁�,���Õ&]�OV.���fu��G�� Xw}�DŽ ut����a�gPK- ��[o�"� 5 xl/workbook.xmlPK- ��[���� � [Content_Types].xmlPK- ��[$��' ' V _rels/.relsPK- ��[zNP� � � xl/worksheets/sheet1.xmlPK- ��[�p�h� P xl/_rels/workbook.xml.relsPK- ��[Ѓc'2 E c xl/styles.xmlPK- ��[��Yt n � xl/sharedStrings.xmlPK � �