PUT associations({associationId})/ApiKeys({keyId})
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
associationId | No documentation available. |
Define this parameter in the request URI. |
newObject | No documentation available. |
Define this parameter in the request body. |
keyId | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "AssociationId": 1, "ApiKeyDescription": "sample string 1", "ApiKeyId": 1, "RoleId": 1, "Enabled": true }
application/xml, text/xml
Sample:
<AssociationKeyResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet_Web_API.Classes.Resources"> <ApiKeyDescription>sample string 1</ApiKeyDescription> <ApiKeyId>1</ApiKeyId> <AssociationId>1</AssociationId> <Enabled>true</Enabled> <RoleId>1</RoleId> </AssociationKeyResource>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "AssociationId": 1, "ApiKeyDescription": "sample string 1", "ApiKeyId": 1, "RoleId": 1, "Enabled": true }
application/xml, text/xml
Sample:
<AssociationKeyResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet_Web_API.Classes.Resources"> <ApiKeyDescription>sample string 1</ApiKeyDescription> <ApiKeyId>1</ApiKeyId> <AssociationId>1</AssociationId> <Enabled>true</Enabled> <RoleId>1</RoleId> </AssociationKeyResource>