GET api/supplier/{id}/product/{guid}/history?PluGuid={PluGuid}&SupplierIdentifier={SupplierIdentifier}&Skip={Skip}&Take={Take}&TotalCount={TotalCount}
Get product supplier cost history
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Supplier identifier |
globally unique identifier |
Required |
| guid |
Product identifier |
globally unique identifier |
Required |
| PluGuid | globally unique identifier |
None. |
|
| SupplierIdentifier | globally unique identifier |
None. |
|
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Body Parameters
None.
Response Information
Resource Description
List of matching product supplier cost histories
PageListOfProductSupplierCostHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| List | Collection of ProductSupplierCostHistory |
None. |
|
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
Sample:
{
"type": "ProductSupplierCostHistory",
"list": [
{
"$id": "2",
"id": 1,
"pluG_UID": "hd/h9WjAs0eXPsHMW+f53A==",
"pluGuid": "f5e1df85-c068-47b3-973e-c1cc5be7f9dc",
"supplierIdentifier": "5cjv5ra5qUK7OX9eYUVtOA==",
"supplierIdentifierGuid": "e6efc8e5-b9b6-42a9-bb39-7f5e61456d38",
"created": "2026-06-03T18:36:19.2369983",
"createdLocal": "2026-06-03T18:36:19.2369983",
"changedByUser": "sample string 1",
"hostIdentifier": "9tkllqVNVkWlZAeiQUIJyQ==",
"hostIdentifierGuid": "9625d9f6-4da5-4556-a564-07a2414209c9",
"cartonQuantity": 1,
"cartonQuantityWeighted": true,
"landedUnitCost": 1,
"landedCartonCost": 1,
"costDecimals": 1,
"costGstPercent": 1,
"serviceFee": 1.0,
"serviceFeeDescription": "sample string 2",
"freight": 1.0,
"freightType": 1,
"previousCartonQuantity": 1,
"previousCartonQuantityWeighted": true,
"previousLandedUnitCost": 1,
"previousLandedCartonCost": 1,
"previousCostDecimals": 1,
"previousCostGstPercent": 1,
"previousServiceFee": 1.0,
"previousServiceFeeDescription": "sample string 3",
"previousFreight": 1.0,
"previousFreightType": 1,
"manual": true,
"supplierName": "sample string 5",
"productDescription": "sample string 6",
"productBarcode": "sample string 7",
"directNumber": "sample string 8",
"hostDescription": "sample string 9"
},
{
"$ref": "2"
}
],
"skip": 1,
"take": 1,
"totalCount": 1
}
application/xml, text/xml
Sample:
<PageListOfProductSupplierCostHistoryvbPYT5yk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">
<Skip>1</Skip>
<Take>1</Take>
<TotalCount>1</TotalCount>
<List xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Suppliers">
<d2p1:ProductSupplierCostHistory>
<d2p1:CartonQuantity>1</d2p1:CartonQuantity>
<d2p1:CartonQuantityWeighted>true</d2p1:CartonQuantityWeighted>
<d2p1:ChangedByUser>sample string 1</d2p1:ChangedByUser>
<d2p1:CostDecimals>1</d2p1:CostDecimals>
<d2p1:CostGstPercent>1</d2p1:CostGstPercent>
<d2p1:Created>2026-06-03T18:36:19.2369983+00:00</d2p1:Created>
<d2p1:CreatedLocal>2026-06-03T18:36:19.2369983+00:00</d2p1:CreatedLocal>
<d2p1:DirectNumber>sample string 8</d2p1:DirectNumber>
<d2p1:Freight>1</d2p1:Freight>
<d2p1:FreightType>1</d2p1:FreightType>
<d2p1:HostDescription>sample string 9</d2p1:HostDescription>
<d2p1:HostIdentifier>9tkllqVNVkWlZAeiQUIJyQ==</d2p1:HostIdentifier>
<d2p1:HostIdentifierGuid>9625d9f6-4da5-4556-a564-07a2414209c9</d2p1:HostIdentifierGuid>
<d2p1:ID>1</d2p1:ID>
<d2p1:LandedCartonCost>1</d2p1:LandedCartonCost>
<d2p1:LandedUnitCost>1</d2p1:LandedUnitCost>
<d2p1:Manual>true</d2p1:Manual>
<d2p1:PluG_UID>hd/h9WjAs0eXPsHMW+f53A==</d2p1:PluG_UID>
<d2p1:PluGuid>f5e1df85-c068-47b3-973e-c1cc5be7f9dc</d2p1:PluGuid>
<d2p1:PreviousCartonQuantity>1</d2p1:PreviousCartonQuantity>
<d2p1:PreviousCartonQuantityWeighted>true</d2p1:PreviousCartonQuantityWeighted>
<d2p1:PreviousCostDecimals>1</d2p1:PreviousCostDecimals>
<d2p1:PreviousCostGstPercent>1</d2p1:PreviousCostGstPercent>
<d2p1:PreviousFreight>1</d2p1:PreviousFreight>
<d2p1:PreviousFreightType>1</d2p1:PreviousFreightType>
<d2p1:PreviousLandedCartonCost>1</d2p1:PreviousLandedCartonCost>
<d2p1:PreviousLandedUnitCost>1</d2p1:PreviousLandedUnitCost>
<d2p1:PreviousServiceFee>1</d2p1:PreviousServiceFee>
<d2p1:PreviousServiceFeeDescription>sample string 3</d2p1:PreviousServiceFeeDescription>
<d2p1:ProductBarcode>sample string 7</d2p1:ProductBarcode>
<d2p1:ProductDescription>sample string 6</d2p1:ProductDescription>
<d2p1:ServiceFee>1</d2p1:ServiceFee>
<d2p1:ServiceFeeDescription>sample string 2</d2p1:ServiceFeeDescription>
<d2p1:SupplierIdentifier>5cjv5ra5qUK7OX9eYUVtOA==</d2p1:SupplierIdentifier>
<d2p1:SupplierIdentifierGuid>e6efc8e5-b9b6-42a9-bb39-7f5e61456d38</d2p1:SupplierIdentifierGuid>
<d2p1:SupplierName>sample string 5</d2p1:SupplierName>
</d2p1:ProductSupplierCostHistory>
<d2p1:ProductSupplierCostHistory>
<d2p1:CartonQuantity>1</d2p1:CartonQuantity>
<d2p1:CartonQuantityWeighted>true</d2p1:CartonQuantityWeighted>
<d2p1:ChangedByUser>sample string 1</d2p1:ChangedByUser>
<d2p1:CostDecimals>1</d2p1:CostDecimals>
<d2p1:CostGstPercent>1</d2p1:CostGstPercent>
<d2p1:Created>2026-06-03T18:36:19.2369983+00:00</d2p1:Created>
<d2p1:CreatedLocal>2026-06-03T18:36:19.2369983+00:00</d2p1:CreatedLocal>
<d2p1:DirectNumber>sample string 8</d2p1:DirectNumber>
<d2p1:Freight>1</d2p1:Freight>
<d2p1:FreightType>1</d2p1:FreightType>
<d2p1:HostDescription>sample string 9</d2p1:HostDescription>
<d2p1:HostIdentifier>9tkllqVNVkWlZAeiQUIJyQ==</d2p1:HostIdentifier>
<d2p1:HostIdentifierGuid>9625d9f6-4da5-4556-a564-07a2414209c9</d2p1:HostIdentifierGuid>
<d2p1:ID>1</d2p1:ID>
<d2p1:LandedCartonCost>1</d2p1:LandedCartonCost>
<d2p1:LandedUnitCost>1</d2p1:LandedUnitCost>
<d2p1:Manual>true</d2p1:Manual>
<d2p1:PluG_UID>hd/h9WjAs0eXPsHMW+f53A==</d2p1:PluG_UID>
<d2p1:PluGuid>f5e1df85-c068-47b3-973e-c1cc5be7f9dc</d2p1:PluGuid>
<d2p1:PreviousCartonQuantity>1</d2p1:PreviousCartonQuantity>
<d2p1:PreviousCartonQuantityWeighted>true</d2p1:PreviousCartonQuantityWeighted>
<d2p1:PreviousCostDecimals>1</d2p1:PreviousCostDecimals>
<d2p1:PreviousCostGstPercent>1</d2p1:PreviousCostGstPercent>
<d2p1:PreviousFreight>1</d2p1:PreviousFreight>
<d2p1:PreviousFreightType>1</d2p1:PreviousFreightType>
<d2p1:PreviousLandedCartonCost>1</d2p1:PreviousLandedCartonCost>
<d2p1:PreviousLandedUnitCost>1</d2p1:PreviousLandedUnitCost>
<d2p1:PreviousServiceFee>1</d2p1:PreviousServiceFee>
<d2p1:PreviousServiceFeeDescription>sample string 3</d2p1:PreviousServiceFeeDescription>
<d2p1:ProductBarcode>sample string 7</d2p1:ProductBarcode>
<d2p1:ProductDescription>sample string 6</d2p1:ProductDescription>
<d2p1:ServiceFee>1</d2p1:ServiceFee>
<d2p1:ServiceFeeDescription>sample string 2</d2p1:ServiceFeeDescription>
<d2p1:SupplierIdentifier>5cjv5ra5qUK7OX9eYUVtOA==</d2p1:SupplierIdentifier>
<d2p1:SupplierIdentifierGuid>e6efc8e5-b9b6-42a9-bb39-7f5e61456d38</d2p1:SupplierIdentifierGuid>
<d2p1:SupplierName>sample string 5</d2p1:SupplierName>
</d2p1:ProductSupplierCostHistory>
</List>
</PageListOfProductSupplierCostHistoryvbPYT5yk>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ���\�g�B� 5 xl/workbook.xml � (� ����0��&�C��V�)��x���V�O�||K $���~;l2nx3���/]��lI�o{P��w�8�C��E���ƴo:���#�h�K��B����� �qA).5��;����!a�IFc�;��,!�b �]$�4WP��Qrn]�)F��q�"�@/�4;_�X����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
���\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="R5b8d604a9f8b4c46" /></Relationships>PK ���\�r�.� xl/worksheets/sheet1.xml � (� ��As� ��
ý� ���f��f�[���LW&";����E46w��0���=���Yu�"���/`aD_�Z���]�%�we>h�d[!�xow���s�B�j��6�'��X����o�馑����D��8EFt���l+ON�>�˞��u(AuS*�e˼�>�X=0�)�}�;P����}�c'�~7?������i@-~��/=|��:?$�Jw6|���� P�9�Y����E)�(�$�lS���:[����_�L>�}���&��m�0��
��}��>]���qJ��%��|�c��/�������4��ila�{�x�= �>����Kn���+��8G�ѝ��k"�&�� rM���&k"Y��^j'�j'+���}M�oj!n�'v��*E�&���$̃�N�p'��.�PK ���\���� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�&��n7lؖ^�u�q�Ķl��Xp$��U$H%l����I3�����<�qtV /�������ka�Y�p�)OD3�H�LJ~EiTg���va�)�a�^����3�аd�5����CtZ�
�:�h�`���1�d/ÀI�O)�K�E�y��:]r�u�5/���@���b:O����%�Y}x赬P����N!_z�,/�o%��n�UUw(/j��/6_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 ���\�v6A� � xl/sharedStrings.xml � (� u�AK�0��J�ݤ�AE�z� l=�`Hg۰i&f�b��f�E���{�7�������$r*�R�,�.�|��.n� 6�7Tr�b]�D,r5P%G�x�5�&C
#���0M��L�����4���eQ\�ɸ ��9p%����{��9�pu�u�D(5ץ>�_���z۽��^g�g����i-o���� �CaZ�X1L�A��rލ�=HΪ�ko��͗kM0$�b�Ԧm��4��Y�0�'��PK- ���\�g�B� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\d���' ' V _rels/.relsPK- ���\�r�.� � xl/worksheets/sheet1.xmlPK- ���\���� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\�v6A� � m xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK ���\�wա� 5 xl/workbook.xml � (� ����0��&�C����J���/�H�I[��o)�ě����o'��j�����)h���M��Ai�~�)#�yi^Luo�R�[�t�E)38��JڞkK�?,�
Bk{D'�%�KZ�w��s�'��鍵�l���o*��"("A`A+p@Ip�mAcJL���h�kz����Ա��
���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
���\��8�' ' _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="R842bdb539fa94ba4" /></Relationships>PK ���\�r�.� xl/worksheets/sheet1.xml � (� ��As� ��
ý� ���f��f�[���LW&";����E46w��0���=���Yu�"���/`aD_�Z���]�%�we>h�d[!�xow���s�B�j��6�'��X����o�馑����D��8EFt���l+ON�>�˞��u(AuS*�e˼�>�X=0�)�}�;P����}�c'�~7?������i@-~��/=|��:?$�Jw6|���� P�9�Y����E)�(�$�lS���:[����_�L>�}���&��m�0��
��}��>]���qJ��%��|�c��/�������4��ila�{�x�= �>����Kn���+��8G�ѝ��k"�&�� rM���&k"Y��^j'�j'+���}M�oj!n�'v��*E�&���$̃�N�p'��.�PK ���\��Co� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;��
�&�n�\`0c@�Nڜ���W��J-���&�����4����M#;��55�� FF�v0]
��J�n�{1� ��gq����'ν�iB�ؙL�h�&1u�Q�#�(Ċ�%n��p��?D���hg�i"� �W뎾'
��:
5��<��4�T`�m
{%�U�����e�"0~75.#�_��|!�(U��I��.�*ӣ��%�x�Ӳ�P+�PުL�
�.ګ����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 ���\�v6A� � xl/sharedStrings.xml � (� u�AK�0��J�ݤ�AE�z� l=�`Hg۰i&f�b��f�E���{�7�������$r*�R�,�.�|��.n� 6�7Tr�b]�D,r5P%G�x�5�&C
#���0M��L�����4���eQ\�ɸ ��9p%����{��9�pu�u�D(5ץ>�_���z۽��^g�g����i-o���� �CaZ�X1L�A��rލ�=HΪ�ko��͗kM0$�b�Ԧm��4��Y�0�'��PK- ���\�wա� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\��8�' ' V _rels/.relsPK- ���\�r�.� � xl/worksheets/sheet1.xmlPK- ���\��Co� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\�v6A� � n xl/sharedStrings.xmlPK � �