GET api/transportCompanies?Skip={Skip}&Take={Take}&ABN={ABN}&CompanyName={CompanyName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| ABN | string |
None. |
|
| CompanyName | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PageListOfTransportCompany| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| List | Collection of TransportCompany |
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": "TransportCompany",
"list": [
{
"$id": "2",
"identifier": "4dUO0Ibs7UCe44ocu4wGlQ==",
"identifierGuid": "d00ed5e1-ec86-40ed-9ee3-8a1cbb8c0695",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "vOJ67HPLkU+EPS3iGwNNlg==",
"primaryContactID": "ec7ae2bc-cb73-4f91-843d-2de21b034d96",
"primaryContact": {
"$id": "3",
"id": "bc02f129-ad9d-46e2-b30b-f56d659b15a9",
"identifier": "UbuJ8KS+kEOKxhMcbkCnCg==",
"identifierGuid": "f089bb51-bea4-4390-8ac6-131c6e40a70a",
"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:
<PageListOfTransportCompanypECW3qp9 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://gapsolutions.com.au/schema/ezimanager">
<d2p1:TransportCompany>
<d2p1:ABN>sample string 2</d2p1:ABN>
<d2p1:Address1>sample string 3</d2p1:Address1>
<d2p1:Address2>sample string 4</d2p1:Address2>
<d2p1:CompanyName>sample string 1</d2p1:CompanyName>
<d2p1:Identifier>4dUO0Ibs7UCe44ocu4wGlQ==</d2p1:Identifier>
<d2p1:IdentifierGuid>d00ed5e1-ec86-40ed-9ee3-8a1cbb8c0695</d2p1:IdentifierGuid>
<d2p1:PrimaryContact 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>bc02f129-ad9d-46e2-b30b-f56d659b15a9</d4p1:ID>
<d4p1:Identifier>UbuJ8KS+kEOKxhMcbkCnCg==</d4p1:Identifier>
<d4p1:IdentifierGuid>f089bb51-bea4-4390-8ac6-131c6e40a70a</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:PrimaryContact>
<d2p1:PrimaryContactGuid>vOJ67HPLkU+EPS3iGwNNlg==</d2p1:PrimaryContactGuid>
<d2p1:PrimaryContactID>ec7ae2bc-cb73-4f91-843d-2de21b034d96</d2p1:PrimaryContactID>
<d2p1:Telephone>sample string 5</d2p1:Telephone>
</d2p1:TransportCompany>
<d2p1:TransportCompany>
<d2p1:ABN>sample string 2</d2p1:ABN>
<d2p1:Address1>sample string 3</d2p1:Address1>
<d2p1:Address2>sample string 4</d2p1:Address2>
<d2p1:CompanyName>sample string 1</d2p1:CompanyName>
<d2p1:Identifier>4dUO0Ibs7UCe44ocu4wGlQ==</d2p1:Identifier>
<d2p1:IdentifierGuid>d00ed5e1-ec86-40ed-9ee3-8a1cbb8c0695</d2p1:IdentifierGuid>
<d2p1:PrimaryContact 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>bc02f129-ad9d-46e2-b30b-f56d659b15a9</d4p1:ID>
<d4p1:Identifier>UbuJ8KS+kEOKxhMcbkCnCg==</d4p1:Identifier>
<d4p1:IdentifierGuid>f089bb51-bea4-4390-8ac6-131c6e40a70a</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:PrimaryContact>
<d2p1:PrimaryContactGuid>vOJ67HPLkU+EPS3iGwNNlg==</d2p1:PrimaryContactGuid>
<d2p1:PrimaryContactID>ec7ae2bc-cb73-4f91-843d-2de21b034d96</d2p1:PrimaryContactID>
<d2p1:Telephone>sample string 5</d2p1:Telephone>
</d2p1:TransportCompany>
</List>
</PageListOfTransportCompanypECW3qp9>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �2�\t� 5 xl/workbook.xml � (� ����0��&�C���R8q����[�@[�����O ��mgv����]�\G>��!�U19c�Qh �܀v�I�
�I�sR�+
���$�0�=D�lPzt���
�Gh�B��_Q����@���=5�a���՝M���M��_,�X0X�
"P�8������ix�3Y����d
��;L��w�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�\h�A�' ' _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="Rb130c404cc954187" /></Relationships>PK �2�\/�ⳙ xl/worksheets/sheet1.xml � (� ��MO�0��Jӻ����
`�]�7�A���H��.�|KAte�����yg�f�o�G�4�]}C��RV����`�^Y/իn3��^�6����a�jO�Ygs�T�{T;$뚗l#˃`�A�)�Rc[��5�����+F+gA�c)Ay�����(V���_o ����Y���`��E���p_�;-�[��A����КG��1�k�]R�4�l�����A ����2����A�W�D~[Uy�F��)�QeԓIOf}�zi�ƫUHR?M���`��>���䗾����&]�9���IB�� �ArV�Ƶ�o��E�d�K��CteC�n�.[�+>8C�A;�K�?%n�9%6K"8%�K"� dm��ɧw��D/������\�r���)����>%�n�4L�;��w�PK �2�\�.� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;qL�
�n)��q�ؖmh9[=R�P�Jm����h~OO��|���ަ�\Ї��X�A�l;���s�O5춛�"���.��bB}�nMiP=N"d֡Im�$bJ}G�P'�!-�~{&9^��h��:Oh�`�j�)��Q�c?�@o�e�
�m�P0\hY�J����>L-�����;��(����UU��/��2��ؾD�.=w��gj�u�kVV\��M�����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�\ 2f� � xl/sharedStrings.xml � (� e�AK�0��J�ݤ�AE�^��z��۰�$f�b��v���=�����fv�*�3�VH}��~��.n�b�G�J/�Z��Y�%��$�n��~� lbBZ����*�h9e��'D �^ŕ
�H�>�$���j&�>c��W�RwK��J]ړ�e�e��.mYdzl�O˙��8�,M h9kXX0�&z���k��G��zsz�u�|�r-��M�lmc6w�-/�]vݵ�PK- �2�\t� 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\h�A�' ' V _rels/.relsPK- �2�\/�ⳙ � xl/worksheets/sheet1.xmlPK- �2�\�.� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\ 2f� � m xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �2�\M���� 5 xl/workbook.xml � (� ����0��&�C��hN\�z�^�EhK�5���H�yۙ��v�����\G>������!9c([0On ;����/�FK��|��]�(az�����J�������_QFhK�ぐbn��0�"'c�;���!��*�~�(b����"J�Jz���z�*�Ox�I~�y����a�~W_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="Rd95bdbff5e3240ca" /></Relationships>PK �2�\/�ⳙ xl/worksheets/sheet1.xml � (� ��MO�0��Jӻ����
`�]�7�A���H��.�|KAte�����yg�f�o�G�4�]}C��RV����`�^Y/իn3��^�6����a�jO�Ygs�T�{T;$뚗l#˃`�A�)�Rc[��5�����+F+gA�c)Ay�����(V���_o ����Y���`��E���p_�;-�[��A����КG��1�k�]R�4�l�����A ����2����A�W�D~[Uy�F��)�QeԓIOf}�zi�ƫUHR?M���`��>���䗾����&]�9���IB�� �ArV�Ƶ�o��E�d�K��CteC�n�.[�+>8C�A;�K�?%n�9%6K"8%�K"� dm��ɧw��D/������\�r���)����>%�n�4L�;��w�PK �2�\�O�g� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞خݸ��vÆm�\g�DM��v���G�
XE�Tb�������4����ٽ�y�{�j�����wm
�dV��n�8�'b�O��k�R�֔F��c�'t�c}u�ih��I�H��4�p�$�˄�!zk{��ޜGt�0}��;��C����R����L��o��D)Te�R
� �wS��2`����g2ȥ�X�8�GY��]e:�yN!_z�4/���B %,��*��xU�7��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�\ 2f� � xl/sharedStrings.xml � (� e�AK�0��J�ݤ�AE�^��z��۰�$f�b��v���=�����fv�*�3�VH}��~��.n�b�G�J/�Z��Y�%��$�n��~� lbBZ����*�h9e��'D �^ŕ
�H�>�$���j&�>c��W�RwK��J]ړ�e�e��.mYdzl�O˙��8�,M h9kXX0�&z���k��G��zsz�u�|�r-��M�lmc6w�-/�]vݵ�PK- �2�\M���� 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\���' ' V _rels/.relsPK- �2�\/�ⳙ � xl/worksheets/sheet1.xmlPK- �2�\�O�g� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\ 2f� � m xl/sharedStrings.xmlPK � �