GET api/customer/{guid}/loyaltyLedgers?Skip={Skip}&Take={Take}&TotalCount={TotalCount}

Get Loyalty Ledger entries

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

Customer identifier

globally unique identifier

Required

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

PageList of matching CustomerLoyaltyLedger entries

PageListOfCustomerLoyaltyLedgerEntry
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of CustomerLoyaltyLedgerEntry

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": "CustomerLoyaltyLedgerEntry",
  "list": [
    {
      "$id": "2",
      "id": 1,
      "customerIdentifier": "EdlEek8enUia4ZQ4oWYRrg==",
      "customerIdentifierGuid": "7a44d911-1e4f-489d-9ae1-9438a16611ae",
      "saleHeaderID": 1,
      "saleIdentifier": "sample string 3",
      "transactionDate": "2025-06-14T07:23:52.237204",
      "points": 1,
      "availableSpend": 1,
      "pointsChange": 1,
      "availableSpendChange": 1,
      "user": "sample string 4",
      "reason": 1,
      "accruementMode": 1,
      "storeSalePaymentID": 1,
      "idempotentID": "fFapXH89AkCS+x/q29RSuQ==",
      "idempotentGuid": "5ca9567c-3d7f-4002-92fb-1feadbd452b9",
      "offline": true,
      "updated": "2025-06-14T07:23:52.237204",
      "externalTransNo": "sample string 7"
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml, text/xml

Sample:
<PageListOfCustomerLoyaltyLedgerEntryunXrNFMR 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.Customers">
    <d2p1:CustomerLoyaltyLedgerEntry>
      <d2p1:AccruementMode>1</d2p1:AccruementMode>
      <d2p1:AvailableSpend>1</d2p1:AvailableSpend>
      <d2p1:AvailableSpendChange>1</d2p1:AvailableSpendChange>
      <d2p1:CustomerIdentifier>EdlEek8enUia4ZQ4oWYRrg==</d2p1:CustomerIdentifier>
      <d2p1:CustomerIdentifierGuid>7a44d911-1e4f-489d-9ae1-9438a16611ae</d2p1:CustomerIdentifierGuid>
      <d2p1:ExternalTransNo>sample string 7</d2p1:ExternalTransNo>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:IdempotentGuid>5ca9567c-3d7f-4002-92fb-1feadbd452b9</d2p1:IdempotentGuid>
      <d2p1:IdempotentID>fFapXH89AkCS+x/q29RSuQ==</d2p1:IdempotentID>
      <d2p1:Offline>true</d2p1:Offline>
      <d2p1:Points>1</d2p1:Points>
      <d2p1:PointsChange>1</d2p1:PointsChange>
      <d2p1:Reason>1</d2p1:Reason>
      <d2p1:SaleHeaderID>1</d2p1:SaleHeaderID>
      <d2p1:SaleIdentifier>sample string 3</d2p1:SaleIdentifier>
      <d2p1:StoreSalePaymentID>1</d2p1:StoreSalePaymentID>
      <d2p1:TransactionDate>2025-06-14T07:23:52.237204+00:00</d2p1:TransactionDate>
      <d2p1:Updated>2025-06-14T07:23:52.237204+00:00</d2p1:Updated>
      <d2p1:User>sample string 4</d2p1:User>
    </d2p1:CustomerLoyaltyLedgerEntry>
    <d2p1:CustomerLoyaltyLedgerEntry>
      <d2p1:AccruementMode>1</d2p1:AccruementMode>
      <d2p1:AvailableSpend>1</d2p1:AvailableSpend>
      <d2p1:AvailableSpendChange>1</d2p1:AvailableSpendChange>
      <d2p1:CustomerIdentifier>EdlEek8enUia4ZQ4oWYRrg==</d2p1:CustomerIdentifier>
      <d2p1:CustomerIdentifierGuid>7a44d911-1e4f-489d-9ae1-9438a16611ae</d2p1:CustomerIdentifierGuid>
      <d2p1:ExternalTransNo>sample string 7</d2p1:ExternalTransNo>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:IdempotentGuid>5ca9567c-3d7f-4002-92fb-1feadbd452b9</d2p1:IdempotentGuid>
      <d2p1:IdempotentID>fFapXH89AkCS+x/q29RSuQ==</d2p1:IdempotentID>
      <d2p1:Offline>true</d2p1:Offline>
      <d2p1:Points>1</d2p1:Points>
      <d2p1:PointsChange>1</d2p1:PointsChange>
      <d2p1:Reason>1</d2p1:Reason>
      <d2p1:SaleHeaderID>1</d2p1:SaleHeaderID>
      <d2p1:SaleIdentifier>sample string 3</d2p1:SaleIdentifier>
      <d2p1:StoreSalePaymentID>1</d2p1:StoreSalePaymentID>
      <d2p1:TransactionDate>2025-06-14T07:23:52.237204+00:00</d2p1:TransactionDate>
      <d2p1:Updated>2025-06-14T07:23:52.237204+00:00</d2p1:Updated>
      <d2p1:User>sample string 4</d2p1:User>
    </d2p1:CustomerLoyaltyLedgerEntry>
  </List>
</PageListOfCustomerLoyaltyLedgerEntryunXrNFMR>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�:�Z��m�5xl/workbook.xml �(�����0��&�C�`+
�p��Ճ�[�@[�����O ��mgv����]�\G>��!������(4"�܀v�I獈��/��
V�y��&�]��^D�lPz���a���h�B��_QFh��@��=5�a���՝MB��M��_,�Xa��JDdq�mg >���Ȓۅ%��eM�2����a�n��/PK�:�Z����	�[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
�:�Z�''_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="Reee9e03ffa6f4961" /></Relationships>PK�:�Z�I��xl/worksheets/sheet1.xml �(���͎�0F_���C!F�&�vWu�Y�`�5G���kC'C�0��\>_��ë��E+�PBa�P�F��]�)�U1j�b;!��`w���s�B���6�'1�Z�����#�m+k���Y��!�q���󿲝<Y8w��^�doB�ϭ���F��Sz`D[�G�;PPU���}��N~k�2}|oJ��6�S����s�~�����!%��uo�(9��_�{���JH�(�>)�Y����:���2y�2�t���gy�R�Y�9e)�����ǫ�G��&�=�x�?�d��#$"1��i���v^4�-�x��
�G`B�w�V�~i���a[ė
�2��eK�k�떠��~K���aK��@>�����N7N�!��H?d#n�k�v�]���w��U�Ik'L8��zWPK�:�ZB�@�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�qL���ݰ���3��&vd����G�
XE�Tb�������4����޾M#9���
��V�n�}��*�n�{eL�s iņL���A�d�܌6u��)�=��:�)glE���Lr�����zP���iB��W�� F �{�
����<KT ���}�˂�R�Z�����Z��ï�w���,y^�h���]e��ؽD�.�tZ�j�U.WU��ZT���ћ��|PK�:�ZЃ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��PK�:�Z�W��xl/sharedStrings.xml �(�u�AO�0��Jӻ-�A��@��ē1��Yh��bg0⯷�٘����˛o����w�"ـ�ܩL
�>�B>wWwR��\��ؗ9�TE*��<�kM�ސ
3`J!z�I�Q��4�w�:�n�7��Â\�[)��Tg��̹��r�e�O��k,��{:�y�u�x���C�&�B<�&�����0B���z�Z���*8=��H=B��:���{��lkФ�
8Ru[�3�����?�N��PK-�:�Z��m�5xl/workbook.xmlPK-�:�Z����	�[Content_Types].xmlPK-
�:�Z�''V_rels/.relsPK-�:�Z�I���xl/worksheets/sheet1.xmlPK-�:�ZB�@�P�xl/_rels/workbook.xml.relsPK-�:�ZЃc'2E
�xl/styles.xmlPK-�:�Z�W��pxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK�:�Z� �r�5xl/workbook.xml �(����� ��M��(ؘ����z\Q~4��Mz�mgv��i�'n�>z6��-�1��� $h.ցI��z�b��E�8*�o
&�+�7�afQY�ro�X�y`C�Q�J3epw>!Ԭ͞
��e2�����"��&Î���aZܳ�0��}hq���U���-��J
�֐�w�PK�:�Z����	�[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
�:�Z�י~''_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="Rb3cfb909d2124732" /></Relationships>PK�:�Z�I��xl/worksheets/sheet1.xml �(���͎�0F_���C!F�&�vWu�Y�`�5G���kC'C�0��\>_��ë��E+�PBa�P�F��]�)�U1j�b;!��`w���s�B���6�'1�Z�����#�m+k���Y��!�q���󿲝<Y8w��^�doB�ϭ���F��Sz`D[�G�;PPU���}��N~k�2}|oJ��6�S����s�~�����!%��uo�(9��_�{���JH�(�>)�Y����:���2y�2�t���gy�R�Y�9e)�����ǫ�G��&�=�x�?�d��#$"1��i���v^4�-�x��
�G`B�w�V�~i���a[ė
�2��eK�k�떠��~K���aK��@>�����N7N�!��H?d#n�k�v�]���w��U�Ik'L8��zWPK�:�Zl	ͬ�Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;��B�V6l��\`b��ĎlS�l]�H�B-*�A�V��==i���c�9�{�{���FNyݻ��c25l֫
��D��Y^q�����yT�F������aĔ���	�;�!y�3������C���^Gr�0?�p��(�c�(5�S��d���^t�V��%Qʺ֥���ZL����w>�!�Q`ktUV�����@�5�|�Ӽ<S���d͒���U�����PK�:�ZЃ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��PK�:�Z�W��xl/sharedStrings.xml �(�u�AO�0��Jӻ-�A��@��ē1��Yh��bg0⯷�٘����˛o����w�"ـ�ܩL
�>�B>wWwR��\��ؗ9�TE*��<�kM�ސ
3`J!z�I�Q��4�w�:�n�7��Â\�[)��Tg��̹��r�e�O��k,��{:�y�u�x���C�&�B<�&�����0B���z�Z���*8=��H=B��:���{��lkФ�
8Ru[�3�����?�N��PK-�:�Z� �r�5xl/workbook.xmlPK-�:�Z����	��[Content_Types].xmlPK-
�:�Z�י~''U_rels/.relsPK-�:�Z�I���xl/worksheets/sheet1.xmlPK-�:�Zl	ͬ�P�xl/_rels/workbook.xml.relsPK-�:�ZЃc'2E
�xl/styles.xmlPK-�:�Z�W��kxl/sharedStrings.xmlPK��