GET TransportCompany?Search={Search}&Offset={Offset}&Limit={Limit}&Sort={Sort}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Search | string |
None. |
|
| Offset | integer |
Range: inclusive between 0 and 2147483647 |
|
| Limit | integer |
Range: inclusive between 0 and 1500 |
|
| Sort | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of TransportCompanyView| Name | Description | Type | Additional information |
|---|---|---|---|
| TransportCompanyId | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| Text | string |
None. |
|
| SeoTitle | string |
None. |
|
| SeoDescription | string |
None. |
|
| Keywords | string |
None. |
|
| Price | decimal number |
None. |
|
| LogoUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TransportCompanyId": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"Text": "sample string 4",
"SeoTitle": "sample string 5",
"SeoDescription": "sample string 6",
"Keywords": "sample string 7",
"Price": 8.0,
"LogoUrl": "sample string 9"
},
{
"TransportCompanyId": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"Text": "sample string 4",
"SeoTitle": "sample string 5",
"SeoDescription": "sample string 6",
"Keywords": "sample string 7",
"Price": 8.0,
"LogoUrl": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfTransportCompanyView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PackageSite.Models.View">
<TransportCompanyView>
<Description>sample string 3</Description>
<Keywords>sample string 7</Keywords>
<LogoUrl>sample string 9</LogoUrl>
<Price>8</Price>
<SeoDescription>sample string 6</SeoDescription>
<SeoTitle>sample string 5</SeoTitle>
<Text>sample string 4</Text>
<Title>sample string 2</Title>
<TransportCompanyId>1</TransportCompanyId>
</TransportCompanyView>
<TransportCompanyView>
<Description>sample string 3</Description>
<Keywords>sample string 7</Keywords>
<LogoUrl>sample string 9</LogoUrl>
<Price>8</Price>
<SeoDescription>sample string 6</SeoDescription>
<SeoTitle>sample string 5</SeoTitle>
<Text>sample string 4</Text>
<Title>sample string 2</Title>
<TransportCompanyId>1</TransportCompanyId>
</TransportCompanyView>
</ArrayOfTransportCompanyView>