POST api/PublicApiKey/Retrieve
Request Information
URI Parameters
None.
Body Parameters
PublicApiKeyModelName | Description | Type | Additional information |
---|---|---|---|
SessionId | string |
Required |
|
AccountId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "SessionId": "sample string 1", "AccountId": "df9163ba-6983-4a95-b30e-1a6d94f6132a" }
application/xml, text/xml
Sample:
<PublicApiKeyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdminProAPI.Models"> <AccountId>df9163ba-6983-4a95-b30e-1a6d94f6132a</AccountId> <SessionId>sample string 1</SessionId> </PublicApiKeyModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.