GET api/supplierGroup/{id}/contact?Skip={Skip}&Take={Take}&TotalCount={TotalCount}
Get a list of supplier group contacts
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Supplier Group 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 Supplier Group contacts
PageListOfSupplierGroupContactName | Description | Type | Additional information |
---|---|---|---|
Type | string |
None. |
|
List | Collection of SupplierGroupContact |
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": "SupplierGroupContact", "list": [ { "$id": "2", "supplierGroupIdentifier": "AjLGDQKm0USjT2WpD1NxHQ==", "supplierGroupIdentifierGuid": "0dc63202-a602-44d1-a34f-65a90f53711d", "contactIdentifier": "2aK2w4nbvkuB4nrI53trPg==", "contactIdentifierGuid": "c3b6a2d9-db89-4bbe-81e2-7ac8e77b6b3e", "contact": { "$id": "3", "id": "fea4c044-4066-4584-9921-94dc479beb40", "identifier": "Ft9St+NLSECCJBwau8uT7A==", "identifierGuid": "b752df16-4be3-4048-8224-1c1abbcb93ec", "familyName": "sample string 1", "givenNames": "sample string 2", "otherNames": "sample string 3", "title": "sample string 4", "dateOfBirth": "sample string 5", "sex": "sample string 6", "address": "sample string 7", "address1": "sample string 8", "address2": "sample string 9", "town": "sample string 10", "state": "sample string 11", "country": "sample string 12", "postalCode": "sample string 13", "telephone": "sample string 14", "mobile": "sample string 15", "email": "sample string 16", "fax": "sample string 17", "primary": true } }, { "$ref": "2" } ], "skip": 1, "take": 1, "totalCount": 1 }
application/xml, text/xml
Sample:
<PageListOfSupplierGroupContactvbPYT5yk 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.Suppliers"> <d2p1:SupplierGroupContact> <d2p1:Contact xmlns:d4p1="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies.Accounts"> <d4p1:Address>sample string 7</d4p1:Address> <d4p1:Address1>sample string 8</d4p1:Address1> <d4p1:Address2>sample string 9</d4p1:Address2> <d4p1:Country>sample string 12</d4p1:Country> <d4p1:DateOfBirth>sample string 5</d4p1:DateOfBirth> <d4p1:Email>sample string 16</d4p1:Email> <d4p1:FamilyName>sample string 1</d4p1:FamilyName> <d4p1:Fax>sample string 17</d4p1:Fax> <d4p1:GivenNames>sample string 2</d4p1:GivenNames> <d4p1:ID>fea4c044-4066-4584-9921-94dc479beb40</d4p1:ID> <d4p1:Identifier>Ft9St+NLSECCJBwau8uT7A==</d4p1:Identifier> <d4p1:IdentifierGuid>b752df16-4be3-4048-8224-1c1abbcb93ec</d4p1:IdentifierGuid> <d4p1:Mobile>sample string 15</d4p1:Mobile> <d4p1:OtherNames>sample string 3</d4p1:OtherNames> <d4p1:PostalCode>sample string 13</d4p1:PostalCode> <d4p1:Primary>true</d4p1:Primary> <d4p1:Sex>sample string 6</d4p1:Sex> <d4p1:State>sample string 11</d4p1:State> <d4p1:Telephone>sample string 14</d4p1:Telephone> <d4p1:Title>sample string 4</d4p1:Title> <d4p1:Town>sample string 10</d4p1:Town> </d2p1:Contact> <d2p1:ContactIdentifier>2aK2w4nbvkuB4nrI53trPg==</d2p1:ContactIdentifier> <d2p1:ContactIdentifierGuid>c3b6a2d9-db89-4bbe-81e2-7ac8e77b6b3e</d2p1:ContactIdentifierGuid> <d2p1:SupplierGroupIdentifier>AjLGDQKm0USjT2WpD1NxHQ==</d2p1:SupplierGroupIdentifier> <d2p1:SupplierGroupIdentifierGuid>0dc63202-a602-44d1-a34f-65a90f53711d</d2p1:SupplierGroupIdentifierGuid> </d2p1:SupplierGroupContact> <d2p1:SupplierGroupContact> <d2p1:Contact xmlns:d4p1="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies.Accounts"> <d4p1:Address>sample string 7</d4p1:Address> <d4p1:Address1>sample string 8</d4p1:Address1> <d4p1:Address2>sample string 9</d4p1:Address2> <d4p1:Country>sample string 12</d4p1:Country> <d4p1:DateOfBirth>sample string 5</d4p1:DateOfBirth> <d4p1:Email>sample string 16</d4p1:Email> <d4p1:FamilyName>sample string 1</d4p1:FamilyName> <d4p1:Fax>sample string 17</d4p1:Fax> <d4p1:GivenNames>sample string 2</d4p1:GivenNames> <d4p1:ID>fea4c044-4066-4584-9921-94dc479beb40</d4p1:ID> <d4p1:Identifier>Ft9St+NLSECCJBwau8uT7A==</d4p1:Identifier> <d4p1:IdentifierGuid>b752df16-4be3-4048-8224-1c1abbcb93ec</d4p1:IdentifierGuid> <d4p1:Mobile>sample string 15</d4p1:Mobile> <d4p1:OtherNames>sample string 3</d4p1:OtherNames> <d4p1:PostalCode>sample string 13</d4p1:PostalCode> <d4p1:Primary>true</d4p1:Primary> <d4p1:Sex>sample string 6</d4p1:Sex> <d4p1:State>sample string 11</d4p1:State> <d4p1:Telephone>sample string 14</d4p1:Telephone> <d4p1:Title>sample string 4</d4p1:Title> <d4p1:Town>sample string 10</d4p1:Town> </d2p1:Contact> <d2p1:ContactIdentifier>2aK2w4nbvkuB4nrI53trPg==</d2p1:ContactIdentifier> <d2p1:ContactIdentifierGuid>c3b6a2d9-db89-4bbe-81e2-7ac8e77b6b3e</d2p1:ContactIdentifierGuid> <d2p1:SupplierGroupIdentifier>AjLGDQKm0USjT2WpD1NxHQ==</d2p1:SupplierGroupIdentifier> <d2p1:SupplierGroupIdentifierGuid>0dc63202-a602-44d1-a34f-65a90f53711d</d2p1:SupplierGroupIdentifierGuid> </d2p1:SupplierGroupContact> </List> </PageListOfSupplierGroupContactvbPYT5yk>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK k��Z;X � 5 xl/workbook.xml � (� ����0��J}�(� B�"`b�ڡ�!N�J~����_�[7�����ٸWő|Ԥ}�:�`+��0�1���)�tOf��vfx+ԁeIR0�i���t�����!p?"5m(R��|"�^�=$�>����&a[����;.�"6�� �D���R�*��R�i��k���Ӄ}�j��n�PK k��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 k��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="R37b8022b1c6d4968" /></Relationships>PK k��Z��U�� xl/worksheets/sheet1.xml � (� ��]s� �� �}��Q3iw3�]��5U\��� �����l�I��9�s|9��s߁��F���a�!C�j9x�͗ޕ���i�������֞v��=7�:����{nݧ>"�4�{U�{1XD0����W��'�n�eNZ��G軹U�� ˼����h��>���=�[�ѼZ�i'�z�>~�ĞE������h������]�ckݐ�w*����FAϟ�{��mHp�1J��,L���l���r��e����OI@)cM҄e��h��ς�☰�=�x�[<�za�I)�q��(��yl~�{ny�k5�ˮ���wK�O� ۸#��8G��]��["�&�m rM�DtM�] �b��ɿ�d�7ٷD�&�qc_�wj�۵9)z5��]%���B�3Y�w�PK k��Z�f1� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞86�M��ݰa[z�'Q;�]�gc���V���X��f1������|����扼���-���V9=ھ�S4w5춛=N2��0�K � -1.kJ�p��p�41��2���t��({��,�9���p^�?Dg̨�ѩӌ6����À���1��� �X��@�t��t��������Z�� ï�w����B��H���[�Tf��s��s�����w���=��JqQ�Ww��PK k��ZЃ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 k��Z���� � xl/sharedStrings.xml � (� m�AO�0��J�;I�j�C5v�'� !�^-qB�"ʯ�MH+�����z��3x��\�JnT!���á����՝�{�#B%g )�uI�b�"UrdN�Z�!R1.�C���"�)e0=� ��.��C)l��+y+ń�}����K��9A��.�I�z����{:�t�u��v�����.L)yy�㔚�l�zg&����=X^#���:=��y�}�֠ �6��I��F�o�������K��7PK- k��Z;X � 5 xl/workbook.xmlPK- k��Z���� � � [Content_Types].xmlPK- k��Z���$' ' U _rels/.relsPK- k��Z��U�� � xl/worksheets/sheet1.xmlPK- k��Z�f1� P � xl/_rels/workbook.xml.relsPK- k��ZЃc'2 E � xl/styles.xmlPK- k��Z���� � o xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK k��Z��!�� 5 xl/workbook.xml � (� ����0��J}���P�@B���k��LA����_~R�n����ɺ���g=��dcιo$i�;��w�u�,ۮS U�yk2��Q�rGe��j���a���^=l(��@y>1&�fOE�_�l�u��-�Sb��b5Pa@`�so�s���G�x����6KҔ�`0����PK k��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 k��Z^�x' ' _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="Rcb021d97349945a7" /></Relationships>PK k��Z��U�� xl/worksheets/sheet1.xml � (� ��]s� �� �}��Q3iw3�]��5U\��� �����l�I��9�s|9��s߁��F���a�!C�j9x�͗ޕ���i�������֞v��=7�:����{nݧ>"�4�{U�{1XD0����W��'�n�eNZ��G軹U�� ˼����h��>���=�[�ѼZ�i'�z�>~�ĞE������h������]�ckݐ�w*����FAϟ�{��mHp�1J��,L���l���r��e����OI@)cM҄e��h��ς�☰�=�x�[<�za�I)�q��(��yl~�{ny�k5�ˮ���wK�O� ۸#��8G��]��["�&�m rM�DtM�] �b��ɿ�d�7ٷD�&�qc_�wj�۵9)z5��]%���B�3Y�w�PK k��Z��ؼ� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8M\'��vÆm�&��&vd�@�Ƃ#q�"A*�`��h~OO��|���ߦ����55��e�`�Ρ}(a��h�'|?̞��k�C�7�{�ӄ>�3��i��0��u|Fux����%n��x��?D۶��G������Zw�=Q vD�Q����5��H��k84i�y# ��R0~75.#�_��|!S�j��PgT�RȻ���H?/�tZ�j:od���u�Q`!�j��/v_PK k��ZЃ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 k��Z���� � xl/sharedStrings.xml � (� m�AO�0��J�;I�j�C5v�'� !�^-qB�"ʯ�MH+�����z��3x��\�JnT!���á����՝�{�#B%g )�uI�b�"UrdN�Z�!R1.�C���"�)e0=� ��.��C)l��+y+ń�}����K��9A��.�I�z����{:�t�u��v�����.L)yy�㔚�l�zg&����=X^#���:=��y�}�֠ �6��I��F�o�������K��7PK- k��Z��!�� 5 xl/workbook.xmlPK- k��Z���� � � [Content_Types].xmlPK- k��Z^�x' ' U _rels/.relsPK- k��Z��U�� � xl/worksheets/sheet1.xmlPK- k��Z��ؼ� P � xl/_rels/workbook.xml.relsPK- k��ZЃc'2 E � xl/styles.xmlPK- k��Z���� � n xl/sharedStrings.xmlPK � �