POST api/Commerce7/SaveCommerce7

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
commerce7
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Commerce7Id": "f9dbf334-355c-4048-bb07-b501b63ab93f",
  "Commerce7DomainName": "sample string 2",
  "TenantId": "sample string 3",
  "CreateAt": "2025-05-09T19:18:14.4035542+00:00",
  "UpdatedAt": "2025-05-09T19:18:14.4035542+00:00",
  "DeletedAt": "2025-05-09T19:18:14.4035542+00:00",
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<Commerce7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <Commerce7DomainName>sample string 2</Commerce7DomainName>
  <Commerce7Id>f9dbf334-355c-4048-bb07-b501b63ab93f</Commerce7Id>
  <CreateAt>2025-05-09T19:18:14.4035542+00:00</CreateAt>
  <DeletedAt>2025-05-09T19:18:14.4035542+00:00</DeletedAt>
  <IsDeleted>true</IsDeleted>
  <TenantId>sample string 3</TenantId>
  <UpdatedAt>2025-05-09T19:18:14.4035542+00:00</UpdatedAt>
</Commerce7>

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 'Commerce7'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.