POST 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": "20c2df31-2467-49af-a8eb-f1c0402c00b5",
  "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:24:15.4143424+00:00",
  "UpdatedTimeStamp": "2025-05-09T19:24:15.4143424+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>20c2df31-2467-49af-a8eb-f1c0402c00b5</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:24:15.4143424+00:00</CreatedTimeStamp>
  <IsAppInstalled>true</IsAppInstalled>
  <IsDeleted>true</IsDeleted>
  <SettingId>sample string 7</SettingId>
  <TenantId>sample string 2</TenantId>
  <UpdatedTimeStamp>2025-05-09T19:24:15.4143424+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.