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": "HNMZ4us0nE+zpx8Ny3XrXg==", "supplierGroupIdentifierGuid": "e219d31c-34eb-4f9c-b3a7-1f0dcb75eb5e", "contactIdentifier": "X2+96htolE+4MopggZ8iAw==", "contactIdentifierGuid": "eabd6f5f-681b-4f94-b832-8a60819f2203", "contact": { "$id": "3", "id": "65bec16e-2774-4437-a0c5-fe314435b97d", "identifier": "QIprna03A0OWVCfZeC3CWg==", "identifierGuid": "9d6b8a40-37ad-4303-9654-27d9782dc25a", "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>65bec16e-2774-4437-a0c5-fe314435b97d</d4p1:ID> <d4p1:Identifier>QIprna03A0OWVCfZeC3CWg==</d4p1:Identifier> <d4p1:IdentifierGuid>9d6b8a40-37ad-4303-9654-27d9782dc25a</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>X2+96htolE+4MopggZ8iAw==</d2p1:ContactIdentifier> <d2p1:ContactIdentifierGuid>eabd6f5f-681b-4f94-b832-8a60819f2203</d2p1:ContactIdentifierGuid> <d2p1:SupplierGroupIdentifier>HNMZ4us0nE+zpx8Ny3XrXg==</d2p1:SupplierGroupIdentifier> <d2p1:SupplierGroupIdentifierGuid>e219d31c-34eb-4f9c-b3a7-1f0dcb75eb5e</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>65bec16e-2774-4437-a0c5-fe314435b97d</d4p1:ID> <d4p1:Identifier>QIprna03A0OWVCfZeC3CWg==</d4p1:Identifier> <d4p1:IdentifierGuid>9d6b8a40-37ad-4303-9654-27d9782dc25a</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>X2+96htolE+4MopggZ8iAw==</d2p1:ContactIdentifier> <d2p1:ContactIdentifierGuid>eabd6f5f-681b-4f94-b832-8a60819f2203</d2p1:ContactIdentifierGuid> <d2p1:SupplierGroupIdentifier>HNMZ4us0nE+zpx8Ny3XrXg==</d2p1:SupplierGroupIdentifier> <d2p1:SupplierGroupIdentifierGuid>e219d31c-34eb-4f9c-b3a7-1f0dcb75eb5e</d2p1:SupplierGroupIdentifierGuid> </d2p1:SupplierGroupContact> </List> </PageListOfSupplierGroupContactvbPYT5yk>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �[�͂Ӷ 5 xl/workbook.xml � (� ����0��&�C��H�QR8q���{�[i�?ik��-%�x�3;�����a��z2�� bt5!�@�p�L�I�5�I�'�R�:ۿ4�Hʢ8�ʚ0(�J���.� ���4W��BlivW0�,���!�b�]d����G�Qv���G�|��p�(�s))-.�����`�|�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 �[#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="Rc57a0405a38c4ef5" /></Relationships>PK �[��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 �[�'�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8N�&��vÆm�\{GM��v���G� XE�Tb�������4����ٽ�y�{�Z`E ��w]�d�m7{d���S$y��lJӚҨ,�2~B�;ƇQ����NR�d��*�% s�2��2��ޘ^�W�]�L_}8E���d�0��S��X��@�t{�Q7��\i�\ �wS��2`����g2��Y%j)��ș2w��2�~N!_z�4/��; �T�5[p�Z\���_l� 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 � (� 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- �[�͂Ӷ 5 xl/workbook.xmlPK- �[���� � � [Content_Types].xmlPK- �[#X' ' U _rels/.relsPK- �[��U�� � xl/worksheets/sheet1.xmlPK- �[�'�� P � xl/_rels/workbook.xml.relsPK- �[Ѓc'2 E � xl/styles.xmlPK- �[���� � o xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �[t]��� 5 xl/workbook.xml � (� ����0��&�C��`Q��x�ུ[�@����[J ��mgv��if����}�dB�[,ct5!�I�4���v�zMc��E��Ao�[���\�0Ѩ� R��W�?��<P$@�ӊ�T�5K���9d����b"���o�ɰ�"+d���4R��s�-.1�Jã�Wq0������w�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 �[gwk' ' _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="Rf2ce42749d8b4df0" /></Relationships>PK �[��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 �[J�R/� P xl/_rels/workbook.xml.rels � (� ��An� E��f_c��Q�l��6����9[=R�P�H-���&+4��i������m���0Y�CU�@�H�&3�p�����f��Y�t#��$=1��1F��4� �Ф��~1�~�Nȣ��eɩ�p�$�����֓�G+O����Z#b�~���O��Q� �I���T�Rj< �J�7S�<c���ԙL˚�+�U�t˸nn*3 ��9����)�35�6R�U����9ѫ��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 � (� 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- �[t]��� 5 xl/workbook.xmlPK- �[���� � � [Content_Types].xmlPK- �[gwk' ' U _rels/.relsPK- �[��U�� � xl/worksheets/sheet1.xmlPK- �[J�R/� P � xl/_rels/workbook.xml.relsPK- �[Ѓc'2 E � xl/styles.xmlPK- �[���� � o xl/sharedStrings.xmlPK � �