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": "/Aeh6TSOVEG3PpLz4iCiIQ==",
"identifierGuid": "e9a107fc-8e34-4154-b73e-92f3e220a221",
"name": "sample string 3",
"created": "2026-06-03T18:31:44.4034289",
"updated": "2026-06-03T18:31:44.4034289",
"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-06-03T18:31:44.4034289+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>/Aeh6TSOVEG3PpLz4iCiIQ==</d2p1:Identifier>
<d2p1:IdentifierGuid>e9a107fc-8e34-4154-b73e-92f3e220a221</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-06-03T18:31:44.4034289+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-06-03T18:31:44.4034289+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>/Aeh6TSOVEG3PpLz4iCiIQ==</d2p1:Identifier>
<d2p1:IdentifierGuid>e9a107fc-8e34-4154-b73e-92f3e220a221</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-06-03T18:31:44.4034289+00:00</d2p1:Updated>
</d2p1:AccountStoreGroup>
</List>
</PageListOfAccountStoreGroupunXrNFMR>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ���\+螚� 5 xl/workbook.xml � (� ����0��&�C��H�N\�z���b�O�||�o�vfg�:7pc�Q���������V�b�d,�y��X��{����ƴo:�4Ir�`dA텴��X�:`� A�+J1�q}< D�fO ��r6�����"�)a�ETH3nX`E��U���+�<<2~��ʋ"M�"I���a�l��/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
���\M� v' ' _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="R6eb0b61bad0341d5" /></Relationships>PK ���\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 ���\>��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞؉��EM��m���Q;�]�gc���V� �X��b4������|���ަ��`��w��Ny=���s2v��G��F��I~�b6���Ҩ,N"~F�'ƇI�\���B�D��b��aɀ[&9^f��3(�{u�Х?��ՇS�� �Q�S?�H��,2ȓ��P�F�ە伪j�* �nj1]F��^��Bf���Ѽi�ᵪ�]e���S�?�tZ�j�Y���Q�����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 ���\��� � 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- ���\+螚� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\M� v' ' V _rels/.relsPK- ���\a��X� � xl/worksheets/sheet1.xmlPK- ���\>��� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\��� � n xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK ���\���#� 5 xl/workbook.xml � (� ����0��J}�(�@�O�K��
1%�$(IE�R�n������ء1f 5jWؒ��Oc��Q��� ���U�i_�t�l�6�[���E�8��F�^N�n�Xn����^�J�Դ:��k�����{��$l����"(�AaIk�@Ip1%����HsI+�4�oIE�`0����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
���\��' ' _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="R525b2b44189043fc" /></Relationships>PK ���\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 ���\�Η�� P xl/_rels/workbook.xml.rels � (� ��Kn� �����`��8�t�m��a�Pl��4�ٺ�z��Tj��E7Y��>}����c�{�'�֍F74M8%��Q��z��SEw��'���ő�D���/kƜp��u�t���Ci{��<A�,�`6f�{&9^��t�(������fcOn@�����9v;�$P)٫�����͋�%㳇�9���z}בL�� �2��B��P�,�oæc�8�ԸĮP���Jdm{Scw�b�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 ���\��� � 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- ���\���#� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\��' ' V _rels/.relsPK- ���\a��X� � xl/worksheets/sheet1.xmlPK- ���\�Η�� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\��� � o xl/sharedStrings.xmlPK � �