POST api/Magento
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Magento | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MagentoAuthenticationId": "bf586e9a-9a67-4f68-a3da-bc078c13371e",
"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-11-05T21:50:56.4224212+00:00",
"UpdatedTimeStamp": "2025-11-05T21:50:56.4224212+00:00",
"SettingId": "d67d82d6-c072-46b7-9e56-5c62eff59f19",
"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>2025-11-05T21:50:56.4224212+00:00</CreatedTimeStamp> <IsDeleted>true</IsDeleted> <IsExtensionInstalled>true</IsExtensionInstalled> <MagentoAccessToken>sample string 5</MagentoAccessToken> <MagentoAccessTokenSecret>sample string 6</MagentoAccessTokenSecret> <MagentoAuthenticationId>bf586e9a-9a67-4f68-a3da-bc078c13371e</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>d67d82d6-c072-46b7-9e56-5c62eff59f19</SettingId> <TenantId>sample string 2</TenantId> <UpdatedTimeStamp>2025-11-05T21:50:56.4224212+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.