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": "274b4767-817b-4d56-af15-68162da45c7a",
"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": "2026-03-21T21:08:53.3346666+00:00",
"UpdatedTimeStamp": "2026-03-21T21:08:53.3346666+00:00",
"SettingId": "6adfe5ea-47ce-4432-b353-c1549b28a510",
"MagentoRedirectionalLink": "sample string 11"
}
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>2026-03-21T21:08:53.3346666+00:00</CreatedTimeStamp> <IsDeleted>true</IsDeleted> <IsExtensionInstalled>true</IsExtensionInstalled> <MagentoAccessToken>sample string 5</MagentoAccessToken> <MagentoAccessTokenSecret>sample string 6</MagentoAccessTokenSecret> <MagentoAuthenticationId>274b4767-817b-4d56-af15-68162da45c7a</MagentoAuthenticationId> <MagentoBearerToken>sample string 4</MagentoBearerToken> <MagentoConsumerKey>sample string 7</MagentoConsumerKey> <MagentoConsumerSecret>sample string 8</MagentoConsumerSecret> <MagentoPassword>sample string 10</MagentoPassword> <MagentoRedirectionalLink>sample string 11</MagentoRedirectionalLink> <MagentoShopName>sample string 3</MagentoShopName> <MagentoUserName>sample string 9</MagentoUserName> <SettingId>6adfe5ea-47ce-4432-b353-c1549b28a510</SettingId> <TenantId>sample string 2</TenantId> <UpdatedTimeStamp>2026-03-21T21:08:53.3346666+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.