POST api/PublicApiKey/CreateOrUpdate
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": "e46bb410-273b-4d04-b979-fcbde2428994" }
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>e46bb410-273b-4d04-b979-fcbde2428994</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.