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
PageListOfSupplierGroupContact| Name | 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": "+D+OT2uLu0O3kICX84NvZQ==",
"supplierGroupIdentifierGuid": "4f8e3ff8-8b6b-43bb-b790-8097f3836f65",
"contactIdentifier": "za9kolYmMkm06JM8UVgP+w==",
"contactIdentifierGuid": "a264afcd-2656-4932-b4e8-933c51580ffb",
"contact": {
"$id": "3",
"id": "2913e221-adc7-4ca6-b614-4a052a7298f9",
"identifier": "wICwpZNAeEmaeU0BC5EGRA==",
"identifierGuid": "a5b080c0-4093-4978-9a79-4d010b910644",
"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>2913e221-adc7-4ca6-b614-4a052a7298f9</d4p1:ID>
<d4p1:Identifier>wICwpZNAeEmaeU0BC5EGRA==</d4p1:Identifier>
<d4p1:IdentifierGuid>a5b080c0-4093-4978-9a79-4d010b910644</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>za9kolYmMkm06JM8UVgP+w==</d2p1:ContactIdentifier>
<d2p1:ContactIdentifierGuid>a264afcd-2656-4932-b4e8-933c51580ffb</d2p1:ContactIdentifierGuid>
<d2p1:SupplierGroupIdentifier>+D+OT2uLu0O3kICX84NvZQ==</d2p1:SupplierGroupIdentifier>
<d2p1:SupplierGroupIdentifierGuid>4f8e3ff8-8b6b-43bb-b790-8097f3836f65</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>2913e221-adc7-4ca6-b614-4a052a7298f9</d4p1:ID>
<d4p1:Identifier>wICwpZNAeEmaeU0BC5EGRA==</d4p1:Identifier>
<d4p1:IdentifierGuid>a5b080c0-4093-4978-9a79-4d010b910644</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>za9kolYmMkm06JM8UVgP+w==</d2p1:ContactIdentifier>
<d2p1:ContactIdentifierGuid>a264afcd-2656-4932-b4e8-933c51580ffb</d2p1:ContactIdentifierGuid>
<d2p1:SupplierGroupIdentifier>+D+OT2uLu0O3kICX84NvZQ==</d2p1:SupplierGroupIdentifier>
<d2p1:SupplierGroupIdentifierGuid>4f8e3ff8-8b6b-43bb-b790-8097f3836f65</d2p1:SupplierGroupIdentifierGuid>
</d2p1:SupplierGroupContact>
</List>
</PageListOfSupplierGroupContactvbPYT5yk>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK 8��\۠�� 5 xl/workbook.xml � (� ����0��&�C���@)��x�བ�4П�5���H�yۙ��v�l��4fD5i_�!ؚ�P̟�w�8�B��E��Cg�[��eq0� ������X�:`� ��V�bR��x@�.�f�d4�����"�)�`�ERH3
�X`%��78���2�����
yV]E����F����PK 8��\���� � [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
8��\�i��' ' _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="R654fd84d70eb4741" /></Relationships>PK 8��\��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 8��\�#�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�byO�81U�nذ-����Q;�]�gc���V� �X��j4��'�|�lvo�H^0�������zp}KO��I��n�8B��s$y�Ŗڔ�5cQY� ~F�;Ƈ RNC�fPG�ݗe�A���p��?Do̠�ѫӄ.�f�>�EL� �Z�S��x���<��k�RB"/ki*%*J���b:����L� ����e%��Me,��)�K/���Z#
�h︬:�/j��/�_PK 8��\Ѓ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 8��\���� � 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- 8��\۠�� 5 xl/workbook.xmlPK- 8��\���� � [Content_Types].xmlPK-
8��\�i��' ' V _rels/.relsPK- 8��\��U�� � xl/worksheets/sheet1.xmlPK- 8��\�#�� P � xl/_rels/workbook.xml.relsPK- 8��\Ѓc'2 E
� xl/styles.xmlPK- 8��\���� � o xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK 8��\҃�#� 5 xl/workbook.xml � (� ����@�{��r�A�䠢���_`��O�����O ��ۙ��v�h\_ӳ���\λl�������]k��0I�Ӷ����oE:�9���h� �������X�:��wDA
+J�Լ8s����/r2����`
�oJ,��bQL������Ź79�9s���G�R�Rz�EU�$��l��/PK 8��\���� � [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
8��\-�*�' ' _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="Rfe7d04bc30f94a86" /></Relationships>PK 8��\��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 8��\�~�z� P xl/_rels/workbook.xml.rels � (� ��An� E����`;N�M7٦� ��X�i��u�#�
E��:R�d��<������ٽM#z�g9.�X��`{��I?�x��`)߈f��'6rlR�kB�40�X86w��H�=�B�D���!a���Lt�z��i=Hxv�<�M��ŅS4 ��=$��HnGYd*F{��A�Pjh��c"�O��u����]�d ���ŪQM�D]=Tƈ �%����<���K�u�.*�4���F����PK 8��\Ѓ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 8��\���� � 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- 8��\҃�#� 5 xl/workbook.xmlPK- 8��\���� � � [Content_Types].xmlPK-
8��\-�*�' ' U _rels/.relsPK- 8��\��U�� � xl/worksheets/sheet1.xmlPK- 8��\�~�z� P � xl/_rels/workbook.xml.relsPK- 8��\Ѓc'2 E
� xl/styles.xmlPK- 8��\���� � o xl/sharedStrings.xmlPK � �