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
PageListOfTransportCompanyContact| Name | 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": "OUv8TczMyUCsxJt6wRc9tg==",
"transportCompanyIdentifierGuid": "4dfc4b39-cccc-40c9-acc4-9b7ac1173db6",
"contactGuid": "kUxB0MHjGUS3Oc4lmOJaqg==",
"contactID": "d0414c91-e3c1-4419-b739-ce2598e25aaa",
"contact": {
"$id": "3",
"id": "9b8087c8-145f-4939-a4f6-8c2528c97823",
"identifier": "IHhnWOTeA0SK3r4v6Q7nTA==",
"identifierGuid": "58677820-dee4-4403-8ade-be2fe90ee74c",
"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": "CdTE8D4zw0m52AcRBchHOg==",
"identifierGuid": "f0c4d409-333e-49c3-b9d8-071105c8473a",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "x/alI6yxkEiBlgS7igz6JQ==",
"primaryContactID": "23a5f6c7-b1ac-4890-8196-04bb8a0cfa25",
"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>9b8087c8-145f-4939-a4f6-8c2528c97823</d4p1:ID>
<d4p1:Identifier>IHhnWOTeA0SK3r4v6Q7nTA==</d4p1:Identifier>
<d4p1:IdentifierGuid>58677820-dee4-4403-8ade-be2fe90ee74c</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>kUxB0MHjGUS3Oc4lmOJaqg==</d2p1:ContactGuid>
<d2p1:ContactID>d0414c91-e3c1-4419-b739-ce2598e25aaa</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>CdTE8D4zw0m52AcRBchHOg==</d4p1:Identifier>
<d4p1:IdentifierGuid>f0c4d409-333e-49c3-b9d8-071105c8473a</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>9b8087c8-145f-4939-a4f6-8c2528c97823</d5p1:ID>
<d5p1:Identifier>IHhnWOTeA0SK3r4v6Q7nTA==</d5p1:Identifier>
<d5p1:IdentifierGuid>58677820-dee4-4403-8ade-be2fe90ee74c</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>x/alI6yxkEiBlgS7igz6JQ==</d4p1:PrimaryContactGuid>
<d4p1:PrimaryContactID>23a5f6c7-b1ac-4890-8196-04bb8a0cfa25</d4p1:PrimaryContactID>
<d4p1:Telephone>sample string 5</d4p1:Telephone>
</d2p1:TransportCompany>
<d2p1:TransportCompanyGuid>OUv8TczMyUCsxJt6wRc9tg==</d2p1:TransportCompanyGuid>
<d2p1:TransportCompanyIdentifierGuid>4dfc4b39-cccc-40c9-acc4-9b7ac1173db6</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>9b8087c8-145f-4939-a4f6-8c2528c97823</d4p1:ID>
<d4p1:Identifier>IHhnWOTeA0SK3r4v6Q7nTA==</d4p1:Identifier>
<d4p1:IdentifierGuid>58677820-dee4-4403-8ade-be2fe90ee74c</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>kUxB0MHjGUS3Oc4lmOJaqg==</d2p1:ContactGuid>
<d2p1:ContactID>d0414c91-e3c1-4419-b739-ce2598e25aaa</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>CdTE8D4zw0m52AcRBchHOg==</d4p1:Identifier>
<d4p1:IdentifierGuid>f0c4d409-333e-49c3-b9d8-071105c8473a</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>9b8087c8-145f-4939-a4f6-8c2528c97823</d5p1:ID>
<d5p1:Identifier>IHhnWOTeA0SK3r4v6Q7nTA==</d5p1:Identifier>
<d5p1:IdentifierGuid>58677820-dee4-4403-8ade-be2fe90ee74c</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>x/alI6yxkEiBlgS7igz6JQ==</d4p1:PrimaryContactGuid>
<d4p1:PrimaryContactID>23a5f6c7-b1ac-4890-8196-04bb8a0cfa25</d4p1:PrimaryContactID>
<d4p1:Telephone>sample string 5</d4p1:Telephone>
</d2p1:TransportCompany>
<d2p1:TransportCompanyGuid>OUv8TczMyUCsxJt6wRc9tg==</d2p1:TransportCompanyGuid>
<d2p1:TransportCompanyIdentifierGuid>4dfc4b39-cccc-40c9-acc4-9b7ac1173db6</d2p1:TransportCompanyIdentifierGuid>
</d2p1:TransportCompanyContact>
</List>
</PageListOfTransportCompanyContactvL5CiRTE>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �2�\^�bf� 5 xl/workbook.xml � (� ���� D�M��(�Mz��k�#,�(`��~~Q�Io���ξ:;?��
�cFj�`�T����M`�N:oXLҿ��Rs����YV#��٠��F��&L����Bti��0�U&c����l!�+�X��@�;F�s
�b�k��GqU.+(x_�Y�}�(��_PK �2�\���� � [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
�2�\2lj�' ' _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="R12dbd5d027744521" /></Relationships>PK �2�\x�+� 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 �2�\�=qC� P xl/_rels/workbook.xml.rels � (� ��=N�0��b���NL�n����s5�-�z6������������'�}��6o�D^0��; �b@�ioF�K8f{s��j���e#
cH�<qIsx�4�g�*Е��qV����A���4.p�$�S������G��3�����xHb�S��,᧕�9�P�< [ј��
�oKn�Ы��|�0�z}��k4L��@��*3���9���K�e{�ƻ{��iM�k�X}V�w��PK �2�\Ѓ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 �2�\���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- �2�\^�bf� 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\2lj�' ' T _rels/.relsPK- �2�\x�+� � xl/worksheets/sheet1.xmlPK- �2�\�=qC� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\���S� � f xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �2�\L�3
� 5 xl/workbook.xml � (� ����0��&�C��h��x��}-[�@����[ �x�3;��ԓ���ځ|�hB�*ctc�K�N֡I;a����1+���Y��h"�dY�<��5A*�J���G�D�z\Q����@H=7{(��"��՝M���M�l�X1���D�dqn}Cϔ�J���E)J�2�����;{��l��~PK �2�\���� � [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
�2�\���' ' _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="Ra1a76c809eb74110" /></Relationships>PK �2�\x�+� 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 �2�\�� �� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8�C⠺ݰ��Sg�DM��v=�����ĂMW��==i���c�yv&zg,�Y�
N�<HجW;0����S`i�]���Aw4b��D6u��#Ɣ��O���_�y����L��L��3�����i$� �W珡#����[�
~J��E������]YV����R�L��M-��@����er�$�FV�.+yW�=5/ѧKϝ�噚�b���B(�j��/�_PK �2�\Ѓ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 �2�\���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- �2�\L�3
� 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\���' ' U _rels/.relsPK- �2�\x�+� � xl/worksheets/sheet1.xmlPK- �2�\�� �� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\���S� � h xl/sharedStrings.xmlPK � �