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": "F1Rn03dMu0qmVjEaVc/orQ==", "supplierGroupIdentifierGuid": "d3675417-4c77-4abb-a656-311a55cfe8ad", "contactIdentifier": "OEfK/VjfgEuWR88WmrUaDQ==", "contactIdentifierGuid": "fdca4738-df58-4b80-9647-cf169ab51a0d", "contact": { "$id": "3", "id": "93101983-87f5-41d0-be02-fca8cfa02541", "identifier": "pn6xSRUURUuUwEHCbyUogw==", "identifierGuid": "49b17ea6-1415-4b45-94c0-41c26f252883", "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>93101983-87f5-41d0-be02-fca8cfa02541</d4p1:ID> <d4p1:Identifier>pn6xSRUURUuUwEHCbyUogw==</d4p1:Identifier> <d4p1:IdentifierGuid>49b17ea6-1415-4b45-94c0-41c26f252883</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>OEfK/VjfgEuWR88WmrUaDQ==</d2p1:ContactIdentifier> <d2p1:ContactIdentifierGuid>fdca4738-df58-4b80-9647-cf169ab51a0d</d2p1:ContactIdentifierGuid> <d2p1:SupplierGroupIdentifier>F1Rn03dMu0qmVjEaVc/orQ==</d2p1:SupplierGroupIdentifier> <d2p1:SupplierGroupIdentifierGuid>d3675417-4c77-4abb-a656-311a55cfe8ad</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>93101983-87f5-41d0-be02-fca8cfa02541</d4p1:ID> <d4p1:Identifier>pn6xSRUURUuUwEHCbyUogw==</d4p1:Identifier> <d4p1:IdentifierGuid>49b17ea6-1415-4b45-94c0-41c26f252883</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>OEfK/VjfgEuWR88WmrUaDQ==</d2p1:ContactIdentifier> <d2p1:ContactIdentifierGuid>fdca4738-df58-4b80-9647-cf169ab51a0d</d2p1:ContactIdentifierGuid> <d2p1:SupplierGroupIdentifier>F1Rn03dMu0qmVjEaVc/orQ==</d2p1:SupplierGroupIdentifier> <d2p1:SupplierGroupIdentifierGuid>d3675417-4c77-4abb-a656-311a55cfe8ad</d2p1:SupplierGroupIdentifierGuid> </d2p1:SupplierGroupContact> </List> </PageListOfSupplierGroupContactvbPYT5yk>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK 6 E[� �� 5 xl/workbook.xml � (� ����0��J}�(� ��@��ҵCwL� ?JR��o�[7�����Eۉk=����+mMG�Mɘ�F��.ڠ �A[ >H�bzD�����gY�ܘ���ʍ�8���a9cz7"z9o( B��|"�Z�=..�`�uW��-�~SU�QkڂJ�s�k�RbK��!�9O�+&9/ z�X����PK 6 E[���� � [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 6 E[0�' ' _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="R61f9792fa4534269" /></Relationships>PK 6 E[��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 6 E[�Dt� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;�c\ ����n�8�L�ؑm�r6=R�P�Jm����h~OO���|���C�^1�λ �B Cg|ӹ��S��l7��:�h�1���b6�q�y4?���a�)���6G�"�B�y�2����C�D��goN�����p�1;��b���5�E�{i*�Ս���KzD�����ZL���w>�!�h!D�O�L-������} ��S�iy�&g�4�!seH^���_l� PK 6 E[Ѓ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 6 E[���� � 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- 6 E[� �� 5 xl/workbook.xmlPK- 6 E[���� � � [Content_Types].xmlPK- 6 E[0�' ' U _rels/.relsPK- 6 E[��U�� � xl/worksheets/sheet1.xmlPK- 6 E[�Dt� P � xl/_rels/workbook.xml.relsPK- 6 E[Ѓc'2 E � xl/styles.xmlPK- 6 E[���� � n xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK 6 E[7wFֶ 5 xl/workbook.xml � (� ����0D�&�C��J�)��x��}�.�@[����[ �x�3;�v��|'�����6��m�C�X�-7�M��y1I�b�i���ɷAYv<^���v6�zt��� �GP�E��_P���~G��=5�a��X�N&aK�����.fE,,i (���*�_�4<D���3�܄8�Bҍ��8[W_PK 6 E[���� � [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 6 E[<K�' ' _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="R15efd275a05a4084" /></Relationships>PK 6 E[��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 6 E[%iy� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;q%� �n)��$"�#۴�l]�H�B-*�A�V��==i���c�{�B!��5 �9�M����>T��n4`����� t)M��G�ш���ܱ>��rZ>�>aK|Q�k��e��e���������\��_}8Ŏ(;bh)5�S��D����LUm��*�d�40~7��.�_��|&#ɬ�B��P�]e:d�Sȗ�;��35Z�]"��.Q�]_���_l� PK 6 E[Ѓ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 6 E[���� � 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- 6 E[7wFֶ 5 xl/workbook.xmlPK- 6 E[���� � � [Content_Types].xmlPK- 6 E[<K�' ' U _rels/.relsPK- 6 E[��U�� � xl/worksheets/sheet1.xmlPK- 6 E[%iy� P � xl/_rels/workbook.xml.relsPK- 6 E[Ѓc'2 E � xl/styles.xmlPK- 6 E[���� � n xl/sharedStrings.xmlPK � �