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": "prCNJip9x0iYVr4Gvnta0w==", "transportCompanyIdentifierGuid": "268db0a6-7d2a-48c7-9856-be06be7b5ad3", "contactGuid": "h0XjgBZEPUimXJDdavcxDg==", "contactID": "80e34587-4416-483d-a65c-90dd6af7310e", "contact": { "$id": "3", "id": "828ec23e-6ea2-4f68-aa36-943353f76a7e", "identifier": "Qf6B7SIxc02UTwtSqWAqnQ==", "identifierGuid": "ed81fe41-3122-4d73-944f-0b52a9602a9d", "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": "SBA8dSP2Gk6SoXTAAEt9eQ==", "identifierGuid": "753c1048-f623-4e1a-92a1-74c0004b7d79", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "wlN4wJ6sdEa7BxNtRdY1vg==", "primaryContactID": "c07853c2-ac9e-4674-bb07-136d45d635be", "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>828ec23e-6ea2-4f68-aa36-943353f76a7e</d4p1:ID> <d4p1:Identifier>Qf6B7SIxc02UTwtSqWAqnQ==</d4p1:Identifier> <d4p1:IdentifierGuid>ed81fe41-3122-4d73-944f-0b52a9602a9d</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>h0XjgBZEPUimXJDdavcxDg==</d2p1:ContactGuid> <d2p1:ContactID>80e34587-4416-483d-a65c-90dd6af7310e</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>SBA8dSP2Gk6SoXTAAEt9eQ==</d4p1:Identifier> <d4p1:IdentifierGuid>753c1048-f623-4e1a-92a1-74c0004b7d79</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>828ec23e-6ea2-4f68-aa36-943353f76a7e</d5p1:ID> <d5p1:Identifier>Qf6B7SIxc02UTwtSqWAqnQ==</d5p1:Identifier> <d5p1:IdentifierGuid>ed81fe41-3122-4d73-944f-0b52a9602a9d</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>wlN4wJ6sdEa7BxNtRdY1vg==</d4p1:PrimaryContactGuid> <d4p1:PrimaryContactID>c07853c2-ac9e-4674-bb07-136d45d635be</d4p1:PrimaryContactID> <d4p1:Telephone>sample string 5</d4p1:Telephone> </d2p1:TransportCompany> <d2p1:TransportCompanyGuid>prCNJip9x0iYVr4Gvnta0w==</d2p1:TransportCompanyGuid> <d2p1:TransportCompanyIdentifierGuid>268db0a6-7d2a-48c7-9856-be06be7b5ad3</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>828ec23e-6ea2-4f68-aa36-943353f76a7e</d4p1:ID> <d4p1:Identifier>Qf6B7SIxc02UTwtSqWAqnQ==</d4p1:Identifier> <d4p1:IdentifierGuid>ed81fe41-3122-4d73-944f-0b52a9602a9d</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>h0XjgBZEPUimXJDdavcxDg==</d2p1:ContactGuid> <d2p1:ContactID>80e34587-4416-483d-a65c-90dd6af7310e</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>SBA8dSP2Gk6SoXTAAEt9eQ==</d4p1:Identifier> <d4p1:IdentifierGuid>753c1048-f623-4e1a-92a1-74c0004b7d79</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>828ec23e-6ea2-4f68-aa36-943353f76a7e</d5p1:ID> <d5p1:Identifier>Qf6B7SIxc02UTwtSqWAqnQ==</d5p1:Identifier> <d5p1:IdentifierGuid>ed81fe41-3122-4d73-944f-0b52a9602a9d</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>wlN4wJ6sdEa7BxNtRdY1vg==</d4p1:PrimaryContactGuid> <d4p1:PrimaryContactID>c07853c2-ac9e-4674-bb07-136d45d635be</d4p1:PrimaryContactID> <d4p1:Telephone>sample string 5</d4p1:Telephone> </d2p1:TransportCompany> <d2p1:TransportCompanyGuid>prCNJip9x0iYVr4Gvnta0w==</d2p1:TransportCompanyGuid> <d2p1:TransportCompanyIdentifierGuid>268db0a6-7d2a-48c7-9856-be06be7b5ad3</d2p1:TransportCompanyIdentifierGuid> </d2p1:TransportCompanyContact> </List> </PageListOfTransportCompanyContactvL5CiRTE>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK 0�[��{�� 5 xl/workbook.xml � (� ����@�{��r��䠢���_a��O�����O ��ۙ��v�h\�4�g5h���w!���)�'cIO��8�a���meM��ߊt�$�.�h� �������X�:��wDA +J�Լ<s����/r2����` �oJ,��bQL���W��Ź5�9s���{cV'Iv�(M����&`�]~PK 0�[���� � [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 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="R90f105d96cae4d13" /></Relationships>PK 0�[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 0�[�aP�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�+iP�n�a[z��Q;�]�gc���V� �X��j4��'�|���o�H^0���x���Ӿ\��9��l7�=�*�h�9���b6���Ҩ-N*~F�;ƇI�����J�T�T0VѰd�-�.3���4�>O��`���)Z��B����R����L�Ե�g\�Z��QLʆ�@���b������e� �JMwW�v�)�K/��党�ŊqQ�RV�\���_l� PK 0�[Ѓ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 0�[���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- 0�[��{�� 5 xl/workbook.xmlPK- 0�[���� � [Content_Types].xmlPK- 0�[:�-�' ' V _rels/.relsPK- 0�[x�+� � xl/worksheets/sheet1.xmlPK- 0�[�aP�� P � xl/_rels/workbook.xml.relsPK- 0�[Ѓc'2 E � xl/styles.xmlPK- 0�[���S� � j xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK 0�[��Av� 5 xl/workbook.xml � (� ����0��J}�(ДA�K�� �&�$(IE�R�n������ء1f 5jWؒ 蓼1� T�.fBv�� |���L��kӾj���5cG��h'���F���&��9��ո�HM���4{J��*���]L¶�M�v\��hPX�<P�:���%��axd��<ϛ$�4ń������PK 0�[���� � [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 0�[�gv�' ' _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="R2e2eb7445bea4d13" /></Relationships>PK 0�[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 0�[1S�8� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�n�|��ݰa[z�I2��&vd�@�Ƃ#q�"A*�`��h~OO��|���ߦ����55�D #��n0} �J��1� ��ٳ�b| :�yùo5M�;��e݄!���3�'쉯�ȹ[2�Ɏ���C�J -=��<� ���u'���#��B ?%ϯA&� 쩫ᐗӢ(�tEYF)0~75.#�_��|)�*,���TPFMyW�����⥗N��Bm�䈥�PT]����o�b�PK 0�[Ѓ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 0�[���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- 0�[��Av� 5 xl/workbook.xmlPK- 0�[���� � [Content_Types].xmlPK- 0�[�gv�' ' V _rels/.relsPK- 0�[x�+� � xl/worksheets/sheet1.xmlPK- 0�[1S�8� P � xl/_rels/workbook.xml.relsPK- 0�[Ѓc'2 E � xl/styles.xmlPK- 0�[���S� � j xl/sharedStrings.xmlPK � �