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": "xmUaWBjtMkaIc7Quhea1oA==",
"identifierGuid": "581a65c6-ed18-4632-8873-b42e85e6b5a0",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "iaBzU6l4+0+qXmBrdyhY4Q==",
"primaryContactID": "5373a089-78a9-4ffb-aa5e-606b772858e1",
"primaryContact": {
"$id": "3",
"id": "41cbe5c9-9f2e-4e6b-b08f-4bf0835a3cfd",
"identifier": "Pp7le1FhbEKznZA/CnCAqQ==",
"identifierGuid": "7be59e3e-6151-426c-b39d-903f0a7080a9",
"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>xmUaWBjtMkaIc7Quhea1oA==</d2p1:Identifier>
<d2p1:IdentifierGuid>581a65c6-ed18-4632-8873-b42e85e6b5a0</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>41cbe5c9-9f2e-4e6b-b08f-4bf0835a3cfd</d4p1:ID>
<d4p1:Identifier>Pp7le1FhbEKznZA/CnCAqQ==</d4p1:Identifier>
<d4p1:IdentifierGuid>7be59e3e-6151-426c-b39d-903f0a7080a9</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>iaBzU6l4+0+qXmBrdyhY4Q==</d2p1:PrimaryContactGuid>
<d2p1:PrimaryContactID>5373a089-78a9-4ffb-aa5e-606b772858e1</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>xmUaWBjtMkaIc7Quhea1oA==</d2p1:Identifier>
<d2p1:IdentifierGuid>581a65c6-ed18-4632-8873-b42e85e6b5a0</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>41cbe5c9-9f2e-4e6b-b08f-4bf0835a3cfd</d4p1:ID>
<d4p1:Identifier>Pp7le1FhbEKznZA/CnCAqQ==</d4p1:Identifier>
<d4p1:IdentifierGuid>7be59e3e-6151-426c-b39d-903f0a7080a9</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>iaBzU6l4+0+qXmBrdyhY4Q==</d2p1:PrimaryContactGuid>
<d2p1:PrimaryContactID>5373a089-78a9-4ffb-aa5e-606b772858e1</d2p1:PrimaryContactID>
<d2p1:Telephone>sample string 5</d2p1:Telephone>
</d2p1:TransportCompany>
</List>
</PageListOfTransportCompanypECW3qp9>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK V��\jG� 5 xl/workbook.xml � (� ����0��&�C����)��x�ྲྀ�m�?ik��H�yۙ��v�`}���CݛP�
�]IH�4;�����z��(��ضU��L$���B<�,*k�T.��+8L u?�4S��
Btj�P0�$Gc�;���!� �^$��P�E�Qrn���|���.N�L���,�W��W%���PK V��\���� � [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
V��\�K�X' ' _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="Re8210d203dc24306" /></Relationships>PK V��\/�ⳙ 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 V��\d�X�� P xl/_rels/workbook.xml.rels � (� ��Mn� F��f_�
I�(N6�t���?�
Hڜ���W(J�֑��&+4���������4��0XSC�1 h�Ճ�j8�����vs�Q�t#�$=1��>F��4�'2�ФNk�$c*}G�T'�!-[R?g�=���C�m;(�[u���?����S�#����~�@oG�%*�g]�A�кT��J�j�>L-����뻞���b�D)Ċ7��G�}���i��M�,�%C���ѻ��PK V��\Ѓ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 V��\ 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- V��\jG� 5 xl/workbook.xmlPK- V��\���� � [Content_Types].xmlPK-
V��\�K�X' ' V _rels/.relsPK- V��\/�ⳙ � xl/worksheets/sheet1.xmlPK- V��\d�X�� P � xl/_rels/workbook.xml.relsPK- V��\Ѓc'2 E
� xl/styles.xmlPK- V��\ 2f� � m xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK V��\&!��� 5 xl/workbook.xml � (� ����0D�&�C�� h")��x��})[i�-ik��-H�yۙ�};|��o���G���]c��j�';��;i���{1+�X[��h;'ɕ9 (k|�FOW�?,?:��w�A+J�2�:�s����/2[��$l
��_`���%�! %�soK�R�
���e�2��V4yz����a�m��/PK V��\���� � [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
V��\J��' ' _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="Rfd5f5f13e66b44b1" /></Relationships>PK V��\/�ⳙ 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 V��\�8y�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�I�&��vÆm�{�DMl�v���G�
XE�Tb�������4����ݿ�yAFkZ�3��j4}�j���DLa] iń�݆� �EȬC�:��YĔ��:!O�GZ0��~ɀ[&9^��h�%>Zy���?����S#���=�~J�^C�%*�'��A7+������K��M-�˄���;_��Ժ`M��
Ǫ��� <���ӥ�N��RME�x]�]�;V^���_� PK V��\Ѓ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 V��\ 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- V��\&!��� 5 xl/workbook.xmlPK- V��\���� � � [Content_Types].xmlPK-
V��\J��' ' U _rels/.relsPK- V��\/�ⳙ � xl/worksheets/sheet1.xmlPK- V��\�8y�� P � xl/_rels/workbook.xml.relsPK- V��\Ѓc'2 E
� xl/styles.xmlPK- V��\ 2f� � l xl/sharedStrings.xmlPK � �