GET api/accountStoreGroups?Take={Take}&Skip={Skip}&Search={Search}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Take | integer |
None. |
|
| Skip | integer |
None. |
|
| Search | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PageListOfAccountStoreGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| List | Collection of AccountStoreGroup |
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": "AccountStoreGroup",
"list": [
{
"$id": "2",
"id": 1,
"identifier": "rsl2fIWflU6vyIAck2nMTQ==",
"identifierGuid": "7c76c9ae-9f85-4e95-afc8-801c9369cc4d",
"name": "sample string 3",
"created": "2026-04-03T06:15:20.9319472",
"updated": "2026-04-03T06:15:20.9319472",
"statementTitle": "sample string 6",
"businessName": "sample string 7",
"abn": "sample string 8",
"phone": "sample string 9",
"fax": "sample string 10",
"address1": "sample string 11",
"address2": "sample string 12",
"city": "sample string 13",
"state": "sample string 14",
"postCode": "sample string 15",
"country": "sample string 16",
"email": "sample string 17",
"emailBcc": "sample string 18",
"sendBlindCopy": true,
"emailSubjectLine": "sample string 20",
"accountName": "sample string 21",
"accountBSB": "sample string 22",
"accountNumber": "sample string 23",
"accountMessage": "sample string 24",
"accountImage": "sample string 25",
"storeIds": [
1,
2
]
},
{
"$ref": "2"
}
],
"skip": 1,
"take": 1,
"totalCount": 1
}
application/xml, text/xml
Sample:
<PageListOfAccountStoreGroupunXrNFMR 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:AccountStoreGroup>
<d2p1:ABN>sample string 8</d2p1:ABN>
<d2p1:AccountBSB>sample string 22</d2p1:AccountBSB>
<d2p1:AccountImage>sample string 25</d2p1:AccountImage>
<d2p1:AccountMessage>sample string 24</d2p1:AccountMessage>
<d2p1:AccountName>sample string 21</d2p1:AccountName>
<d2p1:AccountNumber>sample string 23</d2p1:AccountNumber>
<d2p1:Address1>sample string 11</d2p1:Address1>
<d2p1:Address2>sample string 12</d2p1:Address2>
<d2p1:BusinessName>sample string 7</d2p1:BusinessName>
<d2p1:City>sample string 13</d2p1:City>
<d2p1:Country>sample string 16</d2p1:Country>
<d2p1:Created>2026-04-03T06:15:20.9319472+00:00</d2p1:Created>
<d2p1:Email>sample string 17</d2p1:Email>
<d2p1:EmailBcc>sample string 18</d2p1:EmailBcc>
<d2p1:EmailSubjectLine>sample string 20</d2p1:EmailSubjectLine>
<d2p1:Fax>sample string 10</d2p1:Fax>
<d2p1:ID>1</d2p1:ID>
<d2p1:Identifier>rsl2fIWflU6vyIAck2nMTQ==</d2p1:Identifier>
<d2p1:IdentifierGuid>7c76c9ae-9f85-4e95-afc8-801c9369cc4d</d2p1:IdentifierGuid>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:Phone>sample string 9</d2p1:Phone>
<d2p1:PostCode>sample string 15</d2p1:PostCode>
<d2p1:SendBlindCopy>true</d2p1:SendBlindCopy>
<d2p1:State>sample string 14</d2p1:State>
<d2p1:StatementTitle>sample string 6</d2p1:StatementTitle>
<d2p1:StoreIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</d2p1:StoreIds>
<d2p1:Updated>2026-04-03T06:15:20.9319472+00:00</d2p1:Updated>
</d2p1:AccountStoreGroup>
<d2p1:AccountStoreGroup>
<d2p1:ABN>sample string 8</d2p1:ABN>
<d2p1:AccountBSB>sample string 22</d2p1:AccountBSB>
<d2p1:AccountImage>sample string 25</d2p1:AccountImage>
<d2p1:AccountMessage>sample string 24</d2p1:AccountMessage>
<d2p1:AccountName>sample string 21</d2p1:AccountName>
<d2p1:AccountNumber>sample string 23</d2p1:AccountNumber>
<d2p1:Address1>sample string 11</d2p1:Address1>
<d2p1:Address2>sample string 12</d2p1:Address2>
<d2p1:BusinessName>sample string 7</d2p1:BusinessName>
<d2p1:City>sample string 13</d2p1:City>
<d2p1:Country>sample string 16</d2p1:Country>
<d2p1:Created>2026-04-03T06:15:20.9319472+00:00</d2p1:Created>
<d2p1:Email>sample string 17</d2p1:Email>
<d2p1:EmailBcc>sample string 18</d2p1:EmailBcc>
<d2p1:EmailSubjectLine>sample string 20</d2p1:EmailSubjectLine>
<d2p1:Fax>sample string 10</d2p1:Fax>
<d2p1:ID>1</d2p1:ID>
<d2p1:Identifier>rsl2fIWflU6vyIAck2nMTQ==</d2p1:Identifier>
<d2p1:IdentifierGuid>7c76c9ae-9f85-4e95-afc8-801c9369cc4d</d2p1:IdentifierGuid>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:Phone>sample string 9</d2p1:Phone>
<d2p1:PostCode>sample string 15</d2p1:PostCode>
<d2p1:SendBlindCopy>true</d2p1:SendBlindCopy>
<d2p1:State>sample string 14</d2p1:State>
<d2p1:StatementTitle>sample string 6</d2p1:StatementTitle>
<d2p1:StoreIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</d2p1:StoreIds>
<d2p1:Updated>2026-04-03T06:15:20.9319472+00:00</d2p1:Updated>
</d2p1:AccountStoreGroup>
</List>
</PageListOfAccountStoreGroupunXrNFMR>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �1�\�6�� 5 xl/workbook.xml � (� ����0��&�C�`�Ip��Ճ�R��H����%�x�3;��T�������ф��0��JJ�P�p�ͼ��kg��J��V�5�H�Yv�G�5aP.�J���Gއ1�qEi�4�!���p
I��Vw1 ]C�7U%�~�1\c
-�Hrn}
�/�<�/�DQȎu�Y����a�~7_PK �1�\���� � [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
�1�\�ec' ' _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="R8744998ba93943d6" /></Relationships>PK �1�\a��X� xl/worksheets/sheet1.xml � (� ��Mo�0����{�P���ݤڽU=�g/�`pd;�?���)Q���X��wf���k�Ih#U�C`D_�J��m}���"�~3�8�7�����!S6��&Pѻ\�tǭ;�=Ru-K�U��E�i�r�2�<8U��Z������Ju\���*骏�u��fG!@E��)�%c'�z�bϢ��/Ҡ5?��Y
���7�
)�R��A'��A��w�de%ABH���-N�K�GcU�:�?�Lz:��OH��aLI���٬g�>
H�c]ׅ�.��.�u�g�$ �&!�1K1K.��46?�-��ȴ��iW}��]h�fܰ�[��:�ڙxX���&�9�]�ح�p!���x����J}�&�o�?�}m��v�s�S�e�{JB?*e��;Y�w�PK �1�\��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8n�Ԡ�ݰ���=��&vd����G�
XE�Tb�������4�����9c��w
���Nyݻ��S2�����D��I^q����DiTG?����(SNCG'���C�(˚�9n��p��?DoL��٫ӈ.���>�EL@2t��)Ez
��T ;��~�
��iY�b�i
��M-�ˀ���;��HQ�J��Q"�]�U�ʀ�%�|�Ӽ<S����X�����ћ��|PK �1�\Ѓ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 �1�\��� � xl/sharedStrings.xml � (� e�AK�0��J�ݤ�AE�.Rֽ�S�IC;�a�L�L���ͮ����|����b(�NeR@谷a(�s�xu'� �q����2'b���
92O�ZS7�7�p��.���$�i�`z�;}�e7���p\�[)�`?f��t�2�]&�5��>�_�����d��ך�&�"w��/ݥL��qkb�B��4�#��S�Fo��÷�M0DUc�ԡ�T5�O�
����Ӡ�PK- �1�\�6�� 5 xl/workbook.xmlPK- �1�\���� � � [Content_Types].xmlPK-
�1�\�ec' ' U _rels/.relsPK- �1�\a��X� � xl/worksheets/sheet1.xmlPK- �1�\��� P � xl/_rels/workbook.xml.relsPK- �1�\Ѓc'2 E
� xl/styles.xmlPK- �1�\��� � m xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �1�\E��� 5 xl/workbook.xml � (� ����0��J}�(� �J `b�ڡ�N� ?JR��o�[7�����E���D>rV��
�7c�Q��h�*츶|���4��N�o�ʳ,I���^h�Fa�h�������7��h{>R��e0���I�b��:����
��%ѹ
M)���=�4+�"/yy
!��X����PK �1�\���� � [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
�1�\�.a' ' _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="R4f7a9f6db38f4424" /></Relationships>PK �1�\a��X� xl/worksheets/sheet1.xml � (� ��Mo�0����{�P���ݤڽU=�g/�`pd;�?���)Q���X��wf���k�Ih#U�C`D_�J��m}���"�~3�8�7�����!S6��&Pѻ\�tǭ;�=Ru-K�U��E�i�r�2�<8U��Z������Ju\���*骏�u��fG!@E��)�%c'�z�bϢ��/Ҡ5?��Y
���7�
)�R��A'��A��w�de%ABH���-N�K�GcU�:�?�Lz:��OH��aLI���٬g�>
H�c]ׅ�.��.�u�g�$ �&!�1K1K.��46?�-��ȴ��iW}��]h�fܰ�[��:�ڙxX���&�9�]�ح�p!���x����J}�&�o�?�}m��v�s�S�e�{JB?*e��;Y�w�PK �1�\��R�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8I�(AM�aö�{GM��v�=�����ĂMW��==i���c�=O#{%g;(�Y��`�NQ?4�ݬw4bL�s`iņL��#�A�0dn&�:�� cJ}�g�G쉗y^s�d�-�.3���$=9y���?����c0D�}O���R��Pd�
�Yu�X�mY�VW(
D`�nj!^F
�^��B��/�]UBkU�"/�*cГ�G�.�tZ�j���$U�Z4�\���_l� PK �1�\Ѓ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 �1�\��� � xl/sharedStrings.xml � (� e�AK�0��J�ݤ�AE�.Rֽ�S�IC;�a�L�L���ͮ����|����b(�NeR@谷a(�s�xu'� �q����2'b���
92O�ZS7�7�p��.���$�i�`z�;}�e7���p\�[)�`?f��t�2�]&�5��>�_�����d��ך�&�"w��/ݥL��qkb�B��4�#��S�Fo��÷�M0DUc�ԡ�T5�O�
����Ӡ�PK- �1�\E��� 5 xl/workbook.xmlPK- �1�\���� � � [Content_Types].xmlPK-
�1�\�.a' ' U _rels/.relsPK- �1�\a��X� � xl/worksheets/sheet1.xmlPK- �1�\��R�� P � xl/_rels/workbook.xml.relsPK- �1�\Ѓc'2 E
� xl/styles.xmlPK- �1�\��� � l xl/sharedStrings.xmlPK � �