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": "j5P4hPfBwEWa1ot/TQ1kcQ==", "invoiceIdentifier": "84f8938f-c1f7-45c0-9ad6-8b7f4d0d6471", "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": "IvxYhJYmiEq0D9aBpHSdjg==", "orderIdentifier": "8458fc22-2696-4a88-b40f-d681a4749d8e", "supplierIdentifier": "aSvBrReu2067HM9nWOlzow==", "supplierGuid": "adc12b69-ae17-4edb-bb1c-cf6758e973a3", "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>j5P4hPfBwEWa1ot/TQ1kcQ==</InvoiceGuid> <InvoiceIdentifier>84f8938f-c1f7-45c0-9ad6-8b7f4d0d6471</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>IvxYhJYmiEq0D9aBpHSdjg==</d2p1:OrderGuid> <d2p1:OrderIdentifier>8458fc22-2696-4a88-b40f-d681a4749d8e</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>adc12b69-ae17-4edb-bb1c-cf6758e973a3</d2p1:SupplierGuid> <d2p1:SupplierIdentifier>aSvBrReu2067HM9nWOlzow==</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 |�D[��з 5 xl/workbook.xml � (� ����0��&�C�� �N\�z�^�E�O�||K $���~;t2nx3����\��lE��=(�Ƃ���8�B��EL�I��o:�c����Ȃ4���z���ay� �5.(Ť��~���=$L>�h�ug�%D~S4�����f jܲ�0J�M�8��U2wq�.e~.�� ��X����w�PK |�D[���� � [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 |�D[��|�' ' _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="R8b13072f2bba45d6" /></Relationships>PK |�D[5aƺ � 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�@!�Z*(�̭Ǖ�� ��~c}R��Q��9b\p�8$n=����г#�(��嬒���D"*��L��z^�9�^�Q 0�HJ�^Tzan_PI f $�[/+�4�h�!�i��:?��A\ʝ�b�pO�C �Bm!��1�%��CA��`D9f�P��!�Bl `��>X���*��A�Se�9�L�(�q*(��o�:uЈ��.��X�;x�ҁ� �~�sna�<(�)8Do@�^{�����y�8@�8|�� ,��qTD�A�n��,����3������8s}]�� ��i+�w��M�O�@Mb�&p�8o�IL�mm�5��6���U�M�M�&q��e�mb�zׁX��w ���e�cb9�ԁX�>w ��/�e�krt7��=d3����C܁�)������sGm�]8j��ڕ�v�ݘ5+H�f�JНY��so֬�<8��بV��Y}��+�q^� ^;`+c�qg.��&iZ���U/ۣ/PK |�D[M}8� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8q����ݰ���=��&vd����G� XE�Tb�������4����M#9���-Y�tj�}��V�ݬ�8��&��@Ҋ -��'J�48���m�h�'S�{:y=R��5�K�2��2��N�Aⳓ� m�L_�?����1��S ��,Q��T{����)e��cY �wS�2b���Η2 �XS�Z���2FxT/ѧK/����g��]Yk^���Fo�b�PK |�D[Ѓ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 |�D[�뭞v n xl/sharedStrings.xml � (� }��n�0�_%�}~���%�D�B%$��7�$#�q�L�.O_wW5�p�������S�{p�� �� U� 5�z�� 3�h2���: ��̙%�ąjE�wq�U���@����Z��51��@�.�H�u�k$Tv$)�E���������w��X��MK��/�+tg�k7-��_���#۵8sVi'���o���x�� �~�w ���(�u~?,S��5�C����'9'�CML�f^j��s��-̪k��3�����ފ�p�:��ߜ����|B��v�v`�>z��c ���.�duX��M�����R�u�=n��$f�nVӞ�?�դp�����l�����7�~���� ��p�?L�PK- |�D[��з 5 xl/workbook.xmlPK- |�D[���� � [Content_Types].xmlPK- |�D[��|�' ' V _rels/.relsPK- |�D[5aƺ � � xl/worksheets/sheet1.xmlPK- |�D[M}8� P xl/_rels/workbook.xml.relsPK- |�D[Ѓc'2 E c xl/styles.xmlPK- |�D[�뭞v n � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK |�D[u� 5 xl/workbook.xml � (� ���� ��&��ĿV�Оz���;�EH�O S_J�&���~;t��Zۣ�L�|�e��"$p ���u`�NX�YLҿ�Bqh-k0����xXT��\�3�VpX$@�Ì�L�l7ѩ�C��L�Rw2�C�7E3l�� ���-���ܺ0�JÝp*��"J�� xe�0J���PK |�D[���� � [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 |�D[���' ' _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="R64ab144c29f441b9" /></Relationships>PK |�D[5aƺ � 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�@!�Z*(�̭Ǖ�� ��~c}R��Q��9b\p�8$n=����г#�(��嬒���D"*��L��z^�9�^�Q 0�HJ�^Tzan_PI f $�[/+�4�h�!�i��:?��A\ʝ�b�pO�C �Bm!��1�%��CA��`D9f�P��!�Bl `��>X���*��A�Se�9�L�(�q*(��o�:uЈ��.��X�;x�ҁ� �~�sna�<(�)8Do@�^{�����y�8@�8|�� ,��qTD�A�n��,����3������8s}]�� ��i+�w��M�O�@Mb�&p�8o�IL�mm�5��6���U�M�M�&q��e�mb�zׁX��w ���e�cb9�ԁX�>w ��/�e�krt7��=d3����C܁�)������sGm�]8j��ڕ�v�ݘ5+H�f�JНY��so֬�<8��بV��Y}��+�q^� ^;`+c�qg.��&iZ���U/ۣ/PK |�D[�.>� P xl/_rels/workbook.xml.rels � (� ���N!�_���e�@��/^k_ aX6݅ P����G�$5Q�x���d��|�����z�6��c��5-�:�����Y�v���r�Hn�)+>u�r��)M��Rf�cC�T.i���A�Ho�V�X3�I���C��>N��`��!9�d�b����R����B�h:�i�!��J�\���Zʧӯ�w^�(�Y���;\ qU�"��˥k��\�I�4���4�F����_l� PK |�D[Ѓ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 |�D[�뭞v n xl/sharedStrings.xml � (� }��n�0�_%�}~���%�D�B%$��7�$#�q�L�.O_wW5�p�������S�{p�� �� U� 5�z�� 3�h2���: ��̙%�ąjE�wq�U���@����Z��51��@�.�H�u�k$Tv$)�E���������w��X��MK��/�+tg�k7-��_���#۵8sVi'���o���x�� �~�w ���(�u~?,S��5�C����'9'�CML�f^j��s��-̪k��3�����ފ�p�:��ߜ����|B��v�v`�>z��c ���.�duX��M�����R�u�=n��$f�nVӞ�?�դp�����l�����7�~���� ��p�?L�PK- |�D[u� 5 xl/workbook.xmlPK- |�D[���� � � [Content_Types].xmlPK- |�D[���' ' U _rels/.relsPK- |�D[5aƺ � � xl/worksheets/sheet1.xmlPK- |�D[�.>� P xl/_rels/workbook.xml.relsPK- |�D[Ѓc'2 E ` xl/styles.xmlPK- |�D[�뭞v n � xl/sharedStrings.xmlPK � �