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": "298a6358-1cff-4f27-a497-f1028449d08a",
  "SettingCarrierId": "53f20f14-1722-4b74-8a5a-d8805d46d782",
  "Carriers": "sample string 3",
  "ShowRate": "sample string 4",
  "ServicePerCarrier": 1,
  "CreatedTimeStamp": "2025-05-09T20:32:22.9106845+00:00",
  "UpdatedTimeStamp": "2025-05-09T20:32:22.9106845+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-05-09T20:32:22.9106845+00:00</CreatedTimeStamp>
  <EcommerceCarrierId>298a6358-1cff-4f27-a497-f1028449d08a</EcommerceCarrierId>
  <ServicePerCarrier>1</ServicePerCarrier>
  <SettingCarrierId>53f20f14-1722-4b74-8a5a-d8805d46d782</SettingCarrierId>
  <ShowRate>sample string 4</ShowRate>
  <UpdatedTimeStamp>2025-05-09T20:32:22.9106845+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.