GET api/Partner?partnerID={partnerID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partnerID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "9b9148e4-8967-4b55-a1a9-c0cb38a00fb0",
"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:
<Partner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetrootPartner.Entity"> <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>9b9148e4-8967-4b55-a1a9-c0cb38a00fb0</PartnerID> <StatusChangeRemark>sample string 14</StatusChangeRemark> <Telephone>sample string 3</Telephone> <TimeZone>sample string 13</TimeZone> </Partner>