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": "f76d8419-696c-4fff-ab6f-09804c5c9a40", "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-09-18T03:35:21.8384939+00:00", "UpdatedTimeStamp": "2025-09-18T03:35:21.8384939+00:00", "SettingId": "e2ce0170-c4ff-4ef8-b0cf-7f0612533fcb", "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-09-18T03:35:21.8384939+00:00</CreatedTimeStamp> <IsDeleted>true</IsDeleted> <IsExtensionInstalled>true</IsExtensionInstalled> <MagentoAccessToken>sample string 5</MagentoAccessToken> <MagentoAccessTokenSecret>sample string 6</MagentoAccessTokenSecret> <MagentoAuthenticationId>f76d8419-696c-4fff-ab6f-09804c5c9a40</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>e2ce0170-c4ff-4ef8-b0cf-7f0612533fcb</SettingId> <TenantId>sample string 2</TenantId> <UpdatedTimeStamp>2025-09-18T03:35:21.8384939+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.