POST api/EcommerceCarrier/SaveEcommerceCarrier

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ecommerceCarrier
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EcommerceCarrierId": "6d987aca-55d6-4cd7-942f-b99613659732",
  "SettingCarrierId": "61d63e43-7d1d-44fc-9535-4d4c0bddf2b7",
  "Carriers": "sample string 3",
  "ShowRate": "sample string 4",
  "ServicePerCarrier": 1,
  "CreatedTimeStamp": "2025-11-05T21:51:43.2970741+00:00",
  "UpdatedTimeStamp": "2025-11-05T21:51:43.2970741+00:00"
}

application/xml, text/xml

Sample:
<EcommerceCarrier xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <Carriers>sample string 3</Carriers>
  <CreatedTimeStamp>2025-11-05T21:51:43.2970741+00:00</CreatedTimeStamp>
  <EcommerceCarrierId>6d987aca-55d6-4cd7-942f-b99613659732</EcommerceCarrierId>
  <ServicePerCarrier>1</ServicePerCarrier>
  <SettingCarrierId>61d63e43-7d1d-44fc-9535-4d4c0bddf2b7</SettingCarrierId>
  <ShowRate>sample string 4</ShowRate>
  <UpdatedTimeStamp>2025-11-05T21:51:43.2970741+00:00</UpdatedTimeStamp>
</EcommerceCarrier>

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

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.