GET api/transportCompany/{id}/contact?Skip={Skip}&Take={Take}&TotalCount={TotalCount}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | 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
PageListOfTransportCompanyContactName | Description | Type | Additional information |
---|---|---|---|
Type | string |
None. |
|
List | Collection of TransportCompanyContact |
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": "TransportCompanyContact", "list": [ { "$id": "2", "transportCompanyGuid": "YXWmmgvbFkqZgwbn8IdDDg==", "transportCompanyIdentifierGuid": "9aa67561-db0b-4a16-9983-06e7f087430e", "contactGuid": "oo1qPqfP+Uax6EXwKSlf0A==", "contactID": "3e6a8da2-cfa7-46f9-b1e8-45f029295fd0", "contact": { "$id": "3", "id": "bb44dad2-95ef-4435-b57f-b90fbf2ea02c", "identifier": "RCTCqkez+E6sPndWhnyEMA==", "identifierGuid": "aac22444-b347-4ef8-ac3e-7756867c8430", "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 }, "transportCompany": { "$id": "4", "identifier": "ENjxIAUTwEuMKcfCK0786Q==", "identifierGuid": "20f1d810-1305-4bc0-8c29-c7c22b4efce9", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "xM9W7KUHeUCYWR7sbSuypQ==", "primaryContactID": "ec56cfc4-07a5-4079-9859-1eec6d2bb2a5", "primaryContact": { "$ref": "3" } } }, { "$ref": "2" } ], "skip": 1, "take": 1, "totalCount": 1 }
application/xml, text/xml
Sample:
<PageListOfTransportCompanyContactvL5CiRTE 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.TransportCompanies"> <d2p1:TransportCompanyContact> <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>bb44dad2-95ef-4435-b57f-b90fbf2ea02c</d4p1:ID> <d4p1:Identifier>RCTCqkez+E6sPndWhnyEMA==</d4p1:Identifier> <d4p1:IdentifierGuid>aac22444-b347-4ef8-ac3e-7756867c8430</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:ContactGuid>oo1qPqfP+Uax6EXwKSlf0A==</d2p1:ContactGuid> <d2p1:ContactID>3e6a8da2-cfa7-46f9-b1e8-45f029295fd0</d2p1:ContactID> <d2p1:TransportCompany xmlns:d4p1="http://gapsolutions.com.au/schema/ezimanager"> <d4p1:ABN>sample string 2</d4p1:ABN> <d4p1:Address1>sample string 3</d4p1:Address1> <d4p1:Address2>sample string 4</d4p1:Address2> <d4p1:CompanyName>sample string 1</d4p1:CompanyName> <d4p1:Identifier>ENjxIAUTwEuMKcfCK0786Q==</d4p1:Identifier> <d4p1:IdentifierGuid>20f1d810-1305-4bc0-8c29-c7c22b4efce9</d4p1:IdentifierGuid> <d4p1:PrimaryContact xmlns:d5p1="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies.Accounts"> <d5p1:Address>sample string 7</d5p1:Address> <d5p1:Address1>sample string 8</d5p1:Address1> <d5p1:Address2>sample string 9</d5p1:Address2> <d5p1:Country>sample string 12</d5p1:Country> <d5p1:DateOfBirth>sample string 5</d5p1:DateOfBirth> <d5p1:Email>sample string 16</d5p1:Email> <d5p1:FamilyName>sample string 1</d5p1:FamilyName> <d5p1:Fax>sample string 17</d5p1:Fax> <d5p1:GivenNames>sample string 2</d5p1:GivenNames> <d5p1:ID>bb44dad2-95ef-4435-b57f-b90fbf2ea02c</d5p1:ID> <d5p1:Identifier>RCTCqkez+E6sPndWhnyEMA==</d5p1:Identifier> <d5p1:IdentifierGuid>aac22444-b347-4ef8-ac3e-7756867c8430</d5p1:IdentifierGuid> <d5p1:Mobile>sample string 15</d5p1:Mobile> <d5p1:OtherNames>sample string 3</d5p1:OtherNames> <d5p1:PostalCode>sample string 13</d5p1:PostalCode> <d5p1:Primary>true</d5p1:Primary> <d5p1:Sex>sample string 6</d5p1:Sex> <d5p1:State>sample string 11</d5p1:State> <d5p1:Telephone>sample string 14</d5p1:Telephone> <d5p1:Title>sample string 4</d5p1:Title> <d5p1:Town>sample string 10</d5p1:Town> </d4p1:PrimaryContact> <d4p1:PrimaryContactGuid>xM9W7KUHeUCYWR7sbSuypQ==</d4p1:PrimaryContactGuid> <d4p1:PrimaryContactID>ec56cfc4-07a5-4079-9859-1eec6d2bb2a5</d4p1:PrimaryContactID> <d4p1:Telephone>sample string 5</d4p1:Telephone> </d2p1:TransportCompany> <d2p1:TransportCompanyGuid>YXWmmgvbFkqZgwbn8IdDDg==</d2p1:TransportCompanyGuid> <d2p1:TransportCompanyIdentifierGuid>9aa67561-db0b-4a16-9983-06e7f087430e</d2p1:TransportCompanyIdentifierGuid> </d2p1:TransportCompanyContact> <d2p1:TransportCompanyContact> <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>bb44dad2-95ef-4435-b57f-b90fbf2ea02c</d4p1:ID> <d4p1:Identifier>RCTCqkez+E6sPndWhnyEMA==</d4p1:Identifier> <d4p1:IdentifierGuid>aac22444-b347-4ef8-ac3e-7756867c8430</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:ContactGuid>oo1qPqfP+Uax6EXwKSlf0A==</d2p1:ContactGuid> <d2p1:ContactID>3e6a8da2-cfa7-46f9-b1e8-45f029295fd0</d2p1:ContactID> <d2p1:TransportCompany xmlns:d4p1="http://gapsolutions.com.au/schema/ezimanager"> <d4p1:ABN>sample string 2</d4p1:ABN> <d4p1:Address1>sample string 3</d4p1:Address1> <d4p1:Address2>sample string 4</d4p1:Address2> <d4p1:CompanyName>sample string 1</d4p1:CompanyName> <d4p1:Identifier>ENjxIAUTwEuMKcfCK0786Q==</d4p1:Identifier> <d4p1:IdentifierGuid>20f1d810-1305-4bc0-8c29-c7c22b4efce9</d4p1:IdentifierGuid> <d4p1:PrimaryContact xmlns:d5p1="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies.Accounts"> <d5p1:Address>sample string 7</d5p1:Address> <d5p1:Address1>sample string 8</d5p1:Address1> <d5p1:Address2>sample string 9</d5p1:Address2> <d5p1:Country>sample string 12</d5p1:Country> <d5p1:DateOfBirth>sample string 5</d5p1:DateOfBirth> <d5p1:Email>sample string 16</d5p1:Email> <d5p1:FamilyName>sample string 1</d5p1:FamilyName> <d5p1:Fax>sample string 17</d5p1:Fax> <d5p1:GivenNames>sample string 2</d5p1:GivenNames> <d5p1:ID>bb44dad2-95ef-4435-b57f-b90fbf2ea02c</d5p1:ID> <d5p1:Identifier>RCTCqkez+E6sPndWhnyEMA==</d5p1:Identifier> <d5p1:IdentifierGuid>aac22444-b347-4ef8-ac3e-7756867c8430</d5p1:IdentifierGuid> <d5p1:Mobile>sample string 15</d5p1:Mobile> <d5p1:OtherNames>sample string 3</d5p1:OtherNames> <d5p1:PostalCode>sample string 13</d5p1:PostalCode> <d5p1:Primary>true</d5p1:Primary> <d5p1:Sex>sample string 6</d5p1:Sex> <d5p1:State>sample string 11</d5p1:State> <d5p1:Telephone>sample string 14</d5p1:Telephone> <d5p1:Title>sample string 4</d5p1:Title> <d5p1:Town>sample string 10</d5p1:Town> </d4p1:PrimaryContact> <d4p1:PrimaryContactGuid>xM9W7KUHeUCYWR7sbSuypQ==</d4p1:PrimaryContactGuid> <d4p1:PrimaryContactID>ec56cfc4-07a5-4079-9859-1eec6d2bb2a5</d4p1:PrimaryContactID> <d4p1:Telephone>sample string 5</d4p1:Telephone> </d2p1:TransportCompany> <d2p1:TransportCompanyGuid>YXWmmgvbFkqZgwbn8IdDDg==</d2p1:TransportCompanyGuid> <d2p1:TransportCompanyIdentifierGuid>9aa67561-db0b-4a16-9983-06e7f087430e</d2p1:TransportCompanyIdentifierGuid> </d2p1:TransportCompanyContact> </List> </PageListOfTransportCompanyContactvL5CiRTE>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK d=�Z�$�5� 5 xl/workbook.xml � (� ����0D�H��C �PѤM�~�`�َ��C �K�3;�v�`\�4�#�k����!1_����E=�q �(!d���� u`�(J���4ڷ�z���ay��"�/(R�r�#�O�?��X�N&aK�����.fE4(,h(��[SИ��q�gq�4�D*��K�Ѝ��8[�_PK d=�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 d=�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="Rcd50f106f675447e" /></Relationships>PK d=�Zx�+� xl/worksheets/sheet1.xml � (� ��KO�0��J��G/\d&�Qg��u�24R:i;�?�R�x�@�y�ӷ�!�|�-8rm��rH�JU�n�Ã�����z�_Lù��Z簱v�FȔ ��j�;W���̺O�C��E�7�<H�YD1N��-�n+ӈ��c���2{�Y�#�vl%��`�U�u���^���B������ͧ5N����q_�{-�[����١�����b�X7��;�j�)��A ٫���Mi��F1I�* W�c�|�����ɧ��J�G!%4]������~@���h�?z��ųGH@B�F���0=�ql~�fY�i��ˮ���rK�o� ۸+>8C�����%AN��%AO�͒O�품f��sv���.��K�%�|��N�9����|mL�>M�q�JY���̿w�PK d=�Z��?� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�nB>U�nذ-����q�Ďl��Xp$��U$H%l����I3�����4�q�N /t����N�ܵ��n�8ʔ'��H�lJ�Ҩ,N2~F�;ƇI�����Re�t�XMÒ�Lr8���7fP���iB�� �W��"& zL~J�^/2ȣ�o��eS��1]u�k �fj1�G��^��BF�\w,+u���;uS+��N��B�V��Mٕm˪��.j��/�_PK d=�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 d=�Z���S� � xl/sharedStrings.xml � (� e��N�0D��;� %�!*\ȉpBH��mk�^���T!%Ǚ��[M�� ^}bf��Sh����ѡ�/��՝V,@�HX� Y�m]2���ĕ>��{k�?b 61!��>� 2�|��2��GD �^ō �H�>�$���j$�1bs�3�ե�ݔ��R�����'Dz�O.-�N�n�/e�d N1KC��H�4�`0M�{�Gc��������u��Z 8`6mгٵ�Y�w�K�B|�G�y��PK- d=�Z�$�5� 5 xl/workbook.xmlPK- d=�Z���� � [Content_Types].xmlPK- d=�Z���' ' V _rels/.relsPK- d=�Zx�+� � xl/worksheets/sheet1.xmlPK- d=�Z��?� P � xl/_rels/workbook.xml.relsPK- d=�ZЃc'2 E � xl/styles.xmlPK- d=�Z���S� � j xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK d=�ZMr�� 5 xl/workbook.xml � (� ����0��&�C����$�p��Ճ�Zi�?����%�x�3;������i�@>z4X���!��1�=h�'��̻�z-�,��ٮS+�L`Y�\��Qe ��!]i���y-� A�+Jeh}<fF9[��$l �����"*b���6"J�sk+�R�K5�,��y�JH�����;���w�PK d=�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 d=�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="Ra31b333ddb724626" /></Relationships>PK d=�Zx�+� xl/worksheets/sheet1.xml � (� ��KO�0��J��G/\d&�Qg��u�24R:i;�?�R�x�@�y�ӷ�!�|�-8rm��rH�JU�n�Ã�����z�_Lù��Z簱v�FȔ ��j�;W���̺O�C��E�7�<H�YD1N��-�n+ӈ��c���2{�Y�#�vl%��`�U�u���^���B������ͧ5N����q_�{-�[����١�����b�X7��;�j�)��A ٫���Mi��F1I�* W�c�|�����ɧ��J�G!%4]������~@���h�?z��ųGH@B�F���0=�ql~�fY�i��ˮ���rK�o� ۸+>8C�����%AN��%AO�͒O�품f��sv���.��K�%�|��N�9����|mL�>M�q�JY���̿w�PK d=�Z��T� P xl/_rels/workbook.xml.rels � (� ��MN�0F�b͞���EM�a�m�g�DM��v=�����ĂMW�|c?=����c�}r�{�*�����wm�d��ݬ�8�oĮ�"�O\��Kiz�4�G?���èS.CK'm��E*[�0g�-�.���� >{sѥ?��Շc���-� ~�H�^d*�]S�^��FZn��RIY�wS��2`����3���Te-$SM]�U������N�x������ؕQ�_�Do���PK d=�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 d=�Z���S� � xl/sharedStrings.xml � (� e��N�0D��;� %�!*\ȉpBH��mk�^���T!%Ǚ��[M�� ^}bf��Sh����ѡ�/��՝V,@�HX� Y�m]2���ĕ>��{k�?b 61!��>� 2�|��2��GD �^ō �H�>�$���j$�1bs�3�ե�ݔ��R�����'Dz�O.-�N�n�/e�d N1KC��H�4�`0M�{�Gc��������u��Z 8`6mгٵ�Y�w�K�B|�G�y��PK- d=�ZMr�� 5 xl/workbook.xmlPK- d=�Z���� � [Content_Types].xmlPK- d=�Z�� �' ' V _rels/.relsPK- d=�Zx�+� � xl/worksheets/sheet1.xmlPK- d=�Z��T� P � xl/_rels/workbook.xml.relsPK- d=�ZЃc'2 E � xl/styles.xmlPK- d=�Z���S� � k xl/sharedStrings.xmlPK � �