GET api/customer/{guid}/loyaltyLedgers?Skip={Skip}&Take={Take}&TotalCount={TotalCount}
Get Loyalty Ledger entries
Request Information
URI Parameters
| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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": "jmmW2PD9pUyZepg///3zZA==",
"customerIdentifierGuid": "d896698e-fdf0-4ca5-997a-983ffffdf364",
"saleHeaderID": 1,
"saleIdentifier": "sample string 3",
"transactionDate": "2026-04-03T06:25:22.6331149",
"points": 1,
"availableSpend": 1,
"pointsChange": 1,
"availableSpendChange": 1,
"user": "sample string 4",
"reason": 1,
"accruementMode": 1,
"storeSalePaymentID": 1,
"idempotentID": "aMw/fC6F2EKEYAvyoVPp0A==",
"idempotentGuid": "7c3fcc68-852e-42d8-8460-0bf2a153e9d0",
"offline": true,
"updated": "2026-04-03T06:25:22.6331149",
"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>jmmW2PD9pUyZepg///3zZA==</d2p1:CustomerIdentifier>
<d2p1:CustomerIdentifierGuid>d896698e-fdf0-4ca5-997a-983ffffdf364</d2p1:CustomerIdentifierGuid>
<d2p1:ExternalTransNo>sample string 7</d2p1:ExternalTransNo>
<d2p1:ID>1</d2p1:ID>
<d2p1:IdempotentGuid>7c3fcc68-852e-42d8-8460-0bf2a153e9d0</d2p1:IdempotentGuid>
<d2p1:IdempotentID>aMw/fC6F2EKEYAvyoVPp0A==</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>2026-04-03T06:25:22.6331149+00:00</d2p1:TransactionDate>
<d2p1:Updated>2026-04-03T06:25:22.6331149+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>jmmW2PD9pUyZepg///3zZA==</d2p1:CustomerIdentifier>
<d2p1:CustomerIdentifierGuid>d896698e-fdf0-4ca5-997a-983ffffdf364</d2p1:CustomerIdentifierGuid>
<d2p1:ExternalTransNo>sample string 7</d2p1:ExternalTransNo>
<d2p1:ID>1</d2p1:ID>
<d2p1:IdempotentGuid>7c3fcc68-852e-42d8-8460-0bf2a153e9d0</d2p1:IdempotentGuid>
<d2p1:IdempotentID>aMw/fC6F2EKEYAvyoVPp0A==</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>2026-04-03T06:25:22.6331149+00:00</d2p1:TransactionDate>
<d2p1:Updated>2026-04-03T06:25:22.6331149+00:00</d2p1:Updated>
<d2p1:User>sample string 4</d2p1:User>
</d2p1:CustomerLoyaltyLedgerEntry>
</List>
</PageListOfCustomerLoyaltyLedgerEntryunXrNFMR>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK +3�\D�eW� 5 xl/workbook.xml � (� ����0D�&�C��J)��x��}��m�-ik��-H�yۙ�};|��Zۓ��/]Eecɘo%j�';��;a���{1+�j���[� ,9�3�p����R����X~t���A+J�2�>�s����/2[��$l
��_`�Ţ��m %�s�*z�ĕ*�DE�C'2���*���a�m��/PK +3�\���� � [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
+3�\a�f�' ' _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="Rb66cc847965c4b82" /></Relationships>PK +3�\�I�� xl/worksheets/sheet1.xml � (� ��͎�0F_���C!F�&�vWu�Y�`�5G���kC'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��zW PK +3�\�O�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8)&�Q�nذ-����q�Ďl��Xp$��U$p%l����I3�����<�q�N@S�@�)�G78&s��v���$S��v\"�+.
�)-��Feq�����1>�2�4t�� ���ni(p�$�ӂ�!zcF�^gt�0}��-b��a�$��94U�y�v+�y�ImZ��
z5��N�_�0i�u��geW��2V�O)�K�Ne�P�M�1��Aֳ[��j��/6_PK +3�\Ѓ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 +3�\�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- +3�\D�eW� 5 xl/workbook.xmlPK- +3�\���� � � [Content_Types].xmlPK-
+3�\a�f�' ' U _rels/.relsPK- +3�\�I�� � xl/worksheets/sheet1.xmlPK- +3�\�O�� P � xl/_rels/workbook.xml.relsPK- +3�\Ѓc'2 E
� xl/styles.xmlPK- +3�\�W� � l xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK +3�\%�,� 5 xl/workbook.xml � (� ����0��&�C��p��Ճ��4П�5���H�yۙ��vج��h=����+l��MA�k�ܝ�v���� ��-Ժ}KP����X��Z�A�W�?,g,��
^N+Jr�pu< ĖfO��2[��Dd
�����"*�����s��s�J�`d�Gvk.4�;�I�S�xg�0F���PK +3�\���� � [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
+3�\��6l' ' _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="Re973f86acd4a4e97" /></Relationships>PK +3�\�I�� xl/worksheets/sheet1.xml � (� ��͎�0F_���C!F�&�vWu�Y�`�5G���kC'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��zW PK +3�\�
�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8�Ĩi7lؖ^���q�Ďl��Xp$��U$H%l����I3�����4�q𮃪(��S^����]��z��Ly"�a�$��Mi~�4*��������a�)����TG�#�˒Ӱd�5���3���>zu�Х?��Շc�� �^�S?�H/�*2ȓ�`״����FQ5L� Bo��y�����/eX�9��-g�%�����s
��K�ey���az��`�ia.j��/6_PK +3�\Ѓ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 +3�\�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- +3�\%�,� 5 xl/workbook.xmlPK- +3�\���� � [Content_Types].xmlPK-
+3�\��6l' ' V _rels/.relsPK- +3�\�I�� � xl/worksheets/sheet1.xmlPK- +3�\�
�� P � xl/_rels/workbook.xml.relsPK- +3�\Ѓc'2 E
� xl/styles.xmlPK- +3�\�W� � m xl/sharedStrings.xmlPK � �