GET api/accountStoreGroups?Take={Take}&Skip={Skip}&Search={Search}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Take

integer

None.

Skip

integer

None.

Search

string

None.

Body Parameters

None.

Response Information

Resource Description

PageListOfAccountStoreGroup
NameDescriptionTypeAdditional 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": "stFkHpa0HkCqC/evuZv0pA==",
      "identifierGuid": "1e64d1b2-b496-401e-aa0b-f7afb99bf4a4",
      "name": "sample string 3",
      "created": "2025-06-14T06:40:11.5027138",
      "updated": "2025-06-14T06:40:11.5027138",
      "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>2025-06-14T06:40:11.5027138+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>stFkHpa0HkCqC/evuZv0pA==</d2p1:Identifier>
      <d2p1:IdentifierGuid>1e64d1b2-b496-401e-aa0b-f7afb99bf4a4</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>2025-06-14T06:40:11.5027138+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>2025-06-14T06:40:11.5027138+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>stFkHpa0HkCqC/evuZv0pA==</d2p1:Identifier>
      <d2p1:IdentifierGuid>1e64d1b2-b496-401e-aa0b-f7afb99bf4a4</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>2025-06-14T06:40:11.5027138+00:00</d2p1:Updated>
    </d2p1:AccountStoreGroup>
  </List>
</PageListOfAccountStoreGroupunXrNFMR>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK5�Z��6�5xl/workbook.xml �(�����0��&�C�p���p��Ճ�i�?ik���'�x�3;������im�>�7!�9oct@�Z�֑w���(�lӨ�J[�5��$9����&�����a�	��E�/(���b�cLN���0��X�N&�%�)9ö�Y1��r^bD�f�V�\p�35�ksN�'!�:�T�7����.�PK5�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
5�Z��7!''_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="R4f2decf0a3194bc8" /></Relationships>PK5�Za��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�PK5�Z� �Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8&M��ݰa[z��3��&vd�@�Ƃ#q�"A*�`��h~OO��|���ަ�����
�,FV�n�}���*�m7{1��`�9��bC&�y�yP�&��ɦ�v~˜R���{�E���/p�d��L�!:�E�N�&��0u�Qv@�Sl��%�,Q�=u
�k]����+E����B<�~���LY��~(�U�R���2=u�ѧK/��党 ��Z
��m�5~��/PK5�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��PK5�Z����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��q޼kb�B��4�#��S�Fo��÷�M0DUc�ԡ�T5�O�
����Ӡ�PK-5�Z��6�5xl/workbook.xmlPK-5�Z����	��[Content_Types].xmlPK-
5�Z��7!''U_rels/.relsPK-5�Za��X��xl/worksheets/sheet1.xmlPK-5�Z� �P�xl/_rels/workbook.xml.relsPK-5�ZЃc'2E
�xl/styles.xmlPK-5�Z����kxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK5�Z���5xl/workbook.xml �(�����0��&�C��`P��x��})[i�?ik��-%�x�3;��Գq�ޘ��I��5t�V�y>�2u�	��(ݓ!$���B�9ˮ��A�Gi=]i���u���V��i{<R/�g�d4���I�b��:������
� %ɹ

�)q����%�3,xY`{��l��~PK5�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
5�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="R5e30e7cfa430468d" /></Relationships>PK5�Za��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�PK5�Z
Ы�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8��$��ݰa���3��&�e�О�G�
XE�Tb�������4����ޞ牼b���-���V�~�C���n�;�d�ь>��bc&%�DiTg���va�)�a�^����ʲ�aɀ[&9\<���>;u�Ѧ?��ͅc4�	�A�S?�H���
�oa'd�Lc�\�;��M-�˄���;_�4Mv��z�y���*cd�~�B���iY^���B������j��/6_PK5�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��PK5�Z����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��q޼kb�B��4�#��S�Fo��÷�M0DUc�ԡ�T5�O�
����Ӡ�PK-5�Z���5xl/workbook.xmlPK-5�Z����	��[Content_Types].xmlPK-
5�Z$���''U_rels/.relsPK-5�Za��X��xl/worksheets/sheet1.xmlPK-5�Z
Ы�P�xl/_rels/workbook.xml.relsPK-5�ZЃc'2E
�xl/styles.xmlPK-5�Z����kxl/sharedStrings.xmlPK��