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": "rePqs3zIpEKqTUqB56YuGQ==",
"supplierGroupIdentifierGuid": "b3eae3ad-c87c-42a4-aa4d-4a81e7a62e19",
"contactIdentifier": "CauPEMY4+UelSMjV5tpwOw==",
"contactIdentifierGuid": "108fab09-38c6-47f9-a548-c8d5e6da703b",
"contact": {
"$id": "3",
"id": "f4cda02d-a1ea-406e-8ec4-d6dc8520eca0",
"identifier": "dHp0BCSEQEWwpW8l7m/tag==",
"identifierGuid": "04747a74-8424-4540-b0a5-6f25ee6fed6a",
"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>f4cda02d-a1ea-406e-8ec4-d6dc8520eca0</d4p1:ID>
<d4p1:Identifier>dHp0BCSEQEWwpW8l7m/tag==</d4p1:Identifier>
<d4p1:IdentifierGuid>04747a74-8424-4540-b0a5-6f25ee6fed6a</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>CauPEMY4+UelSMjV5tpwOw==</d2p1:ContactIdentifier>
<d2p1:ContactIdentifierGuid>108fab09-38c6-47f9-a548-c8d5e6da703b</d2p1:ContactIdentifierGuid>
<d2p1:SupplierGroupIdentifier>rePqs3zIpEKqTUqB56YuGQ==</d2p1:SupplierGroupIdentifier>
<d2p1:SupplierGroupIdentifierGuid>b3eae3ad-c87c-42a4-aa4d-4a81e7a62e19</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>f4cda02d-a1ea-406e-8ec4-d6dc8520eca0</d4p1:ID>
<d4p1:Identifier>dHp0BCSEQEWwpW8l7m/tag==</d4p1:Identifier>
<d4p1:IdentifierGuid>04747a74-8424-4540-b0a5-6f25ee6fed6a</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>CauPEMY4+UelSMjV5tpwOw==</d2p1:ContactIdentifier>
<d2p1:ContactIdentifierGuid>108fab09-38c6-47f9-a548-c8d5e6da703b</d2p1:ContactIdentifierGuid>
<d2p1:SupplierGroupIdentifier>rePqs3zIpEKqTUqB56YuGQ==</d2p1:SupplierGroupIdentifier>
<d2p1:SupplierGroupIdentifierGuid>b3eae3ad-c87c-42a4-aa4d-4a81e7a62e19</d2p1:SupplierGroupIdentifierGuid>
</d2p1:SupplierGroupContact>
</List>
</PageListOfSupplierGroupContactvbPYT5yk>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK Q3�\r0훵 5 xl/workbook.xml � (� ����0��&�C���!8q�����m�?ik��-%�x�3;�픳qck�H>jҾp!1� T�OƢ���8!J�bfd����
u`�o��A텴���X�:��Ġ��@jZ��K����'���b���o�L��")�AaE@Ir�}Eϔ�B��-�a�9��{��wXɶ��PK Q3�\���� � [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
Q3�\9�~�' ' _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="Rd618e9198a6e461e" /></Relationships>PK Q3�\��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 Q3�\�Of � P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;�и��l�aK���'�ؑmh9[=R�P�Jm����h~OO��|�Xm�Ɓ�ɇ��#���m[�)66�Վ�D��)��bC
]�Ӓ�;U��D6u�GS�[>)}T-�GĂ�9n�l��?D�4��g�O#����:Q�W��X�O)�kXd�
lkjة�*�$���d�x(�z}�3Y�(0�
!Vw��'�}���i^����@9Jat��S�W5~��/PK Q3�\Ѓ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 Q3�\���� � 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- Q3�\r0훵 5 xl/workbook.xmlPK- Q3�\���� � � [Content_Types].xmlPK-
Q3�\9�~�' ' T _rels/.relsPK- Q3�\��U�� � xl/worksheets/sheet1.xmlPK- Q3�\�Of � P � xl/_rels/workbook.xml.relsPK- Q3�\Ѓc'2 E
� xl/styles.xmlPK- Q3�\���� � l xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK Q3�\<_ 5 xl/workbook.xml � (� ���� D�M��(Ԩ1=y鵇�).�(`��~~Q�Io���ξ6;?<��nj6Ծ�*Ʃ&$�������t��'��9�6`#�(-���G�lPz
x���
������Bli��0�U&c����l!�b+�X��@�;9F�s�|���:
�
��R4�y.3|�#���PK Q3�\���� � [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
Q3�\���e' ' _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="R27ffd1b97e574c20" /></Relationships>PK Q3�\��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 Q3�\��<q� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�
N��ݰ��gGM��v=�����ĂMW��==i���c�}v&zgkXdY���v5��~�`�Y�i��&���Ҋ
5���A1dn"�:��cJ}�'TG��B���p�d��D�!:�{E�N�F��0u�Qv@�Q���5,�D�kk�WT��Ъ��R�����B�~���LY6K��*e�R����AO�K���s�yy��E��i�V��j������PK Q3�\Ѓ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 Q3�\���� � 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- Q3�\<_ 5 xl/workbook.xmlPK- Q3�\���� � � [Content_Types].xmlPK-
Q3�\���e' ' U _rels/.relsPK- Q3�\��U�� � xl/worksheets/sheet1.xmlPK- Q3�\��<q� P � xl/_rels/workbook.xml.relsPK- Q3�\Ѓc'2 E
� xl/styles.xmlPK- Q3�\���� � n xl/sharedStrings.xmlPK � �