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
PageListOfTransportCompanyName | 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": "oqXTigUhQE26+td3qzz1dA==", "identifierGuid": "8ad3a5a2-2105-4d40-bafa-d777ab3cf574", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "UmevJbGGQEi/c23ohdHyHA==", "primaryContactID": "25af6752-86b1-4840-bf73-6de885d1f21c", "primaryContact": { "$id": "3", "id": "61380a03-6255-4997-8c9a-f96a5b64abea", "identifier": "gmObCbtllEqEY3HjM9RYBA==", "identifierGuid": "099b6382-65bb-4a94-8463-71e333d45804", "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>oqXTigUhQE26+td3qzz1dA==</d2p1:Identifier> <d2p1:IdentifierGuid>8ad3a5a2-2105-4d40-bafa-d777ab3cf574</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>61380a03-6255-4997-8c9a-f96a5b64abea</d4p1:ID> <d4p1:Identifier>gmObCbtllEqEY3HjM9RYBA==</d4p1:Identifier> <d4p1:IdentifierGuid>099b6382-65bb-4a94-8463-71e333d45804</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>UmevJbGGQEi/c23ohdHyHA==</d2p1:PrimaryContactGuid> <d2p1:PrimaryContactID>25af6752-86b1-4840-bf73-6de885d1f21c</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>oqXTigUhQE26+td3qzz1dA==</d2p1:Identifier> <d2p1:IdentifierGuid>8ad3a5a2-2105-4d40-bafa-d777ab3cf574</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>61380a03-6255-4997-8c9a-f96a5b64abea</d4p1:ID> <d4p1:Identifier>gmObCbtllEqEY3HjM9RYBA==</d4p1:Identifier> <d4p1:IdentifierGuid>099b6382-65bb-4a94-8463-71e333d45804</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>UmevJbGGQEi/c23ohdHyHA==</d2p1:PrimaryContactGuid> <d2p1:PrimaryContactID>25af6752-86b1-4840-bf73-6de885d1f21c</d2p1:PrimaryContactID> <d2p1:Telephone>sample string 5</d2p1:Telephone> </d2p1:TransportCompany> </List> </PageListOfTransportCompanypECW3qp9>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK N E[��R� 5 xl/workbook.xml � (� ����0��J}�(�P�����k�����(IE�!�n�|����^�1/�Q���k����Ä ��X�q'�S�tOf��vfx+ԁ�YV0�3i����t�����!�~Bj�P ����DH�6{H\|����&a[����;.�"6�� �$�66�J��d�!�=�y)2^�H������PK N E[���� � [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 N E[>�!' ' _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="R1331eb68975343b7" /></Relationships>PK N E[/�ⳙ 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 N E[�h� P xl/_rels/workbook.xml.rels � (� ��Kn� ���f_���*N6�t��<c��I��E��+5R�H]t���ӧ>�?V��<�7qt���(���N�v����l֫N<�ь>����LJ���( �<Σ����S.�@=�> �˲�aɀ[&�_<���%n�<�h�`zr� b��a���O��Q� �E����k&�;]��C �nj1]&��^�z!�v�JȺU�a�xW����N�x�V���Jt��d�]�Do���PK N E[Ѓ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 N E[ 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- N E[��R� 5 xl/workbook.xmlPK- N E[���� � � [Content_Types].xmlPK- N E[>�!' ' U _rels/.relsPK- N E[/�ⳙ � xl/worksheets/sheet1.xmlPK- N E[�h� P � xl/_rels/workbook.xml.relsPK- N E[Ѓc'2 E � xl/styles.xmlPK- N E[ 2f� � k xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK N E[��� 5 xl/workbook.xml � (� ����0��J}�(��W�P`b�ڡ�N� JR��o �ԭ��|�||6vx3���+mE{戮1����]̄:성 |��Ō��ƴo�ڳ$�rfq/�v���h���d:�#z5n(R��|"�/�g��`�u��-�~S|��"V���έ�hL�-e�E�����.O!��)=����w�PK N E[���� � [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 N E[s⚣' ' _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="R3795c1c8ca924525" /></Relationships>PK N E[/�ⳙ 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 N E[3�9�� P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_ƶ�*$�l�Ms�m�Hۜ���W(J�֑��&�����4����ٽ�y�G�$�A��]/��C��怓Jy"�I^qQ��Hi��*~A�;ևY����.J�T��d��à[&9^��[;j�{}�ѥ?��ՇS�� =& ?�H��� ��H8�eey˅i���F �wS��2a����W2̘R1�Ͱⶺ�̠����N��J��t��ۺ��^���_l� PK N E[Ѓ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 N E[ 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- N E[��� 5 xl/workbook.xmlPK- N E[���� � [Content_Types].xmlPK- N E[s⚣' ' V _rels/.relsPK- N E[/�ⳙ � xl/worksheets/sheet1.xmlPK- N E[3�9�� P � xl/_rels/workbook.xml.relsPK- N E[Ѓc'2 E � xl/styles.xmlPK- N E[ 2f� � l xl/sharedStrings.xmlPK � �