PUT api/Bigcommerce

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
bigCommerce
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "BigCommerceId": "94fcbdaa-881f-4f2f-872d-040814fccc21",
  "TenantId": "sample string 2",
  "BigCommerceShopName": "sample string 3",
  "BigCommerceStoreHash": "sample string 4",
  "BigCommercePreAccessToken": "sample string 5",
  "BigCommercePostAccessToken": "sample string 6",
  "IsDeleted": true,
  "IsAppInstalled": true,
  "CreatedTimeStamp": "2025-05-09T19:26:04.2543941+00:00",
  "UpdatedTimeStamp": "2025-05-09T19:26:04.2543941+00:00",
  "SettingId": "sample string 7",
  "BigCommerceRedirectionalLink": "sample string 8"
}

application/xml, text/xml

Sample:
<BigCommerce xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <BigCommerceId>94fcbdaa-881f-4f2f-872d-040814fccc21</BigCommerceId>
  <BigCommercePostAccessToken>sample string 6</BigCommercePostAccessToken>
  <BigCommercePreAccessToken>sample string 5</BigCommercePreAccessToken>
  <BigCommerceRedirectionalLink>sample string 8</BigCommerceRedirectionalLink>
  <BigCommerceShopName>sample string 3</BigCommerceShopName>
  <BigCommerceStoreHash>sample string 4</BigCommerceStoreHash>
  <CreatedTimeStamp>2025-05-09T19:26:04.2543941+00:00</CreatedTimeStamp>
  <IsAppInstalled>true</IsAppInstalled>
  <IsDeleted>true</IsDeleted>
  <SettingId>sample string 7</SettingId>
  <TenantId>sample string 2</TenantId>
  <UpdatedTimeStamp>2025-05-09T19:26:04.2543941+00:00</UpdatedTimeStamp>
</BigCommerce>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BigCommerce'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.