GET partnerprofile?APIKey={APIKey}&developerEmail={developerEmail}
Get partners profile
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
APIKey |
Partners API key |
string |
None. |
developerEmail |
Developer email address registered in APIM |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
PartnerProfileName | Description | Type | Additional information |
---|---|---|---|
Identity | string |
None. |
|
Platform | string |
None. |
|
ContactName | string |
None. |
|
ContactEmail | string |
None. |
|
ContactPhone | string |
None. |
|
Description | string |
None. |
|
ContactInfo | string |
None. |
|
APIMDeveloperEmail | string |
None. |
|
IsApplication | boolean |
None. |
|
IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Identity": "sample string 1", "Platform": "sample string 2", "ContactName": "sample string 3", "ContactEmail": "sample string 4", "ContactPhone": "sample string 5", "Description": "sample string 6", "ContactInfo": "sample string 7", "APIMDeveloperEmail": "sample string 8", "IsApplication": true, "IsActive": true }
application/xml, text/xml
Sample:
<PartnerProfile xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Identity>sample string 1</Identity> <Platform>sample string 2</Platform> <ContactName>sample string 3</ContactName> <ContactEmail>sample string 4</ContactEmail> <ContactPhone>sample string 5</ContactPhone> <Description>sample string 6</Description> <ContactInfo>sample string 7</ContactInfo> <APIMDeveloperEmail>sample string 8</APIMDeveloperEmail> <IsApplication>true</IsApplication> <IsActive>true</IsActive> </PartnerProfile>