POST api/BigCommerce
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
bigCommerce | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "BigCommerceId": "57022e05-42a5-40a4-904e-e320d12a827b", "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-09-18T03:39:54.9596437+00:00", "UpdatedTimeStamp": "2025-09-18T03:39:54.9596437+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>57022e05-42a5-40a4-904e-e320d12a827b</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-09-18T03:39:54.9596437+00:00</CreatedTimeStamp> <IsAppInstalled>true</IsAppInstalled> <IsDeleted>true</IsDeleted> <SettingId>sample string 7</SettingId> <TenantId>sample string 2</TenantId> <UpdatedTimeStamp>2025-09-18T03:39:54.9596437+00:00</UpdatedTimeStamp> </BigCommerce>
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.