PUT api/Magento?id={id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
Magento | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "MagentoAuthenticationId": "ead5433f-9723-42e8-83b3-2ceca84e9ca5", "TenantId": "sample string 2", "MagentoShopName": "sample string 3", "MagentoBearerToken": "sample string 4", "MagentoAccessToken": "sample string 5", "MagentoAccessTokenSecret": "sample string 6", "MagentoConsumerKey": "sample string 7", "MagentoConsumerSecret": "sample string 8", "IsDeleted": true, "IsExtensionInstalled": true, "MagentoUserName": "sample string 9", "MagentoPassword": "sample string 10", "CreatedTimeStamp": "2025-05-09T19:38:07.7363122+00:00", "UpdatedTimeStamp": "2025-05-09T19:38:07.7363122+00:00" }
application/xml, text/xml
Sample:
<MagentoAuthentication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL"> <CreatedTimeStamp>2025-05-09T19:38:07.7363122+00:00</CreatedTimeStamp> <IsDeleted>true</IsDeleted> <IsExtensionInstalled>true</IsExtensionInstalled> <MagentoAccessToken>sample string 5</MagentoAccessToken> <MagentoAccessTokenSecret>sample string 6</MagentoAccessTokenSecret> <MagentoAuthenticationId>ead5433f-9723-42e8-83b3-2ceca84e9ca5</MagentoAuthenticationId> <MagentoBearerToken>sample string 4</MagentoBearerToken> <MagentoConsumerKey>sample string 7</MagentoConsumerKey> <MagentoConsumerSecret>sample string 8</MagentoConsumerSecret> <MagentoPassword>sample string 10</MagentoPassword> <MagentoShopName>sample string 3</MagentoShopName> <MagentoUserName>sample string 9</MagentoUserName> <TenantId>sample string 2</TenantId> <UpdatedTimeStamp>2025-05-09T19:38:07.7363122+00:00</UpdatedTimeStamp> </MagentoAuthentication>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.