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
PageListOfAccountStoreGroupName | 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": "yC59975fVkCRdS0rwXbeuw==", "identifierGuid": "f77d2ec8-5fbe-4056-9175-2d2bc176debb", "name": "sample string 3", "created": "2025-08-02T23:17:10.1313638", "updated": "2025-08-02T23:17:10.1313638", "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-08-02T23:17:10.1313638+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>yC59975fVkCRdS0rwXbeuw==</d2p1:Identifier> <d2p1:IdentifierGuid>f77d2ec8-5fbe-4056-9175-2d2bc176debb</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-08-02T23:17:10.1313638+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-08-02T23:17:10.1313638+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>yC59975fVkCRdS0rwXbeuw==</d2p1:Identifier> <d2p1:IdentifierGuid>f77d2ec8-5fbe-4056-9175-2d2bc176debb</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-08-02T23:17:10.1313638+00:00</d2p1:Updated> </d2p1:AccountStoreGroup> </List> </PageListOfAccountStoreGroupunXrNFMR>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK %�[;e��� 5 xl/workbook.xml � (� ����0��J}�(�@U�����k���&��(IE�!�n�|����&n�D>j־r !؊1�T�/Ƣ���8!J�bfe���� u`�,+���4�i=�h���u��A�J�Դ=���fO��O2{��$l��T�`�ERD�v���܇�攸J��q(yQr�|����>`5��_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 %�[��y�' ' _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="Rd1af74aee2044815" /></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 %�[%��L� P xl/_rels/workbook.xml.rels � (� ��AN�0E�b͞86I��ݰa[z��=N�&vd�@�Ƃ#q�"A*�`ӕ5짧�lvo��^ȇ��D�#��l��)��v�͞F��F�9��Ć��5�A�4a��L6u���T��Ϩ���y��~ɀk&;�g��3(zt�4��������E`��~��/��ؓn`��X���E��Z�o��y����]/dd�U�K��Rd�Mez���O�^:-���)�%H�������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- %�[;e��� 5 xl/workbook.xmlPK- %�[���� � � [Content_Types].xmlPK- %�[��y�' ' T _rels/.relsPK- %�[a��X� � xl/worksheets/sheet1.xmlPK- %�[%��L� P � xl/_rels/workbook.xml.relsPK- %�[Ѓc'2 E � xl/styles.xmlPK- %�[��� � l xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK %�[p��� 5 xl/workbook.xml � (� ����0��&�C���Z#)��x��})�4П�5���H�yۙ��v�`}WYۑ��M�|N�]�X�-j�Ќ��z q���l�(���o�&�4I8��CTքV�@�?��<BZĨ��AZ�w����S�f9k��$l �ߔ�a�Ŭ��9-!%�s�sz��gj��O��T�Y^�n� &����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="R9caa196d845d4cde" /></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 %�[RFa�� P xl/_rels/workbook.xml.rels � (� ��An� E��f_6��(N6�t���Ɗ ��9[=R�P�H-���&+4��i������m���0:�/�����b��n���$c�̸���Ё�qYS��Y��-hS�w~�1�~��TG9 -���p�$���!��>8u���?����c0��A�c?Q��/ȣ�`����皕��R��Л��x�0�z]�LFj��L`/�m#n*c�G�}�t�Ǚ��%o��*�+Ѫ˜�տ�~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- %�[p��� 5 xl/workbook.xmlPK- %�[���� � [Content_Types].xmlPK- %�[�{/' ' V _rels/.relsPK- %�[a��X� � xl/worksheets/sheet1.xmlPK- %�[RFa�� P � xl/_rels/workbook.xml.relsPK- %�[Ѓc'2 E � xl/styles.xmlPK- %�[��� � n xl/sharedStrings.xmlPK � �