GET api/Partner/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Partner| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Telephone | string |
None. |
|
| LicenseNo | string |
None. |
|
| ContactPerson | string |
None. |
|
| ContactNo | string |
None. |
|
| string |
None. |
||
| CountryName | string |
None. |
|
| CountryCode | string |
None. |
|
| Address | string |
None. |
|
| NoOfAssets | integer |
None. |
|
| NoOfClients | integer |
None. |
|
| TimeZone | string |
None. |
|
| FleetrootStatus | FleetrootStatus |
None. |
|
| StatusChangeRemark | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PartnerID": "3c85425b-1bf1-4971-b1c1-7dbded96e6f7",
"Name": "sample string 2",
"Telephone": "sample string 3",
"LicenseNo": "sample string 4",
"ContactPerson": "sample string 5",
"ContactNo": "sample string 6",
"Email": "sample string 7",
"CountryName": "sample string 8",
"CountryCode": "sample string 9",
"Address": "sample string 10",
"NoOfAssets": 11,
"NoOfClients": 12,
"TimeZone": "sample string 13",
"FleetrootStatus": 0,
"StatusChangeRemark": "sample string 14"
},
{
"PartnerID": "3c85425b-1bf1-4971-b1c1-7dbded96e6f7",
"Name": "sample string 2",
"Telephone": "sample string 3",
"LicenseNo": "sample string 4",
"ContactPerson": "sample string 5",
"ContactNo": "sample string 6",
"Email": "sample string 7",
"CountryName": "sample string 8",
"CountryCode": "sample string 9",
"Address": "sample string 10",
"NoOfAssets": 11,
"NoOfClients": 12,
"TimeZone": "sample string 13",
"FleetrootStatus": 0,
"StatusChangeRemark": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfPartner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetrootPartner.Entity">
<Partner>
<Address>sample string 10</Address>
<ContactNo>sample string 6</ContactNo>
<ContactPerson>sample string 5</ContactPerson>
<CountryCode>sample string 9</CountryCode>
<CountryName>sample string 8</CountryName>
<Email>sample string 7</Email>
<FleetrootStatus>None</FleetrootStatus>
<LicenseNo>sample string 4</LicenseNo>
<Name>sample string 2</Name>
<NoOfAssets>11</NoOfAssets>
<NoOfClients>12</NoOfClients>
<PartnerID>3c85425b-1bf1-4971-b1c1-7dbded96e6f7</PartnerID>
<StatusChangeRemark>sample string 14</StatusChangeRemark>
<Telephone>sample string 3</Telephone>
<TimeZone>sample string 13</TimeZone>
</Partner>
<Partner>
<Address>sample string 10</Address>
<ContactNo>sample string 6</ContactNo>
<ContactPerson>sample string 5</ContactPerson>
<CountryCode>sample string 9</CountryCode>
<CountryName>sample string 8</CountryName>
<Email>sample string 7</Email>
<FleetrootStatus>None</FleetrootStatus>
<LicenseNo>sample string 4</LicenseNo>
<Name>sample string 2</Name>
<NoOfAssets>11</NoOfAssets>
<NoOfClients>12</NoOfClients>
<PartnerID>3c85425b-1bf1-4971-b1c1-7dbded96e6f7</PartnerID>
<StatusChangeRemark>sample string 14</StatusChangeRemark>
<Telephone>sample string 3</Telephone>
<TimeZone>sample string 13</TimeZone>
</Partner>
</ArrayOfPartner>