POST api/EcommerceCarrier

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": "f76697fc-1474-4c94-84b6-ade6c98c11bf",
  "SettingCarrierId": "70308973-f34a-4c65-a5da-58d63422dfa4",
  "Carriers": "sample string 3",
  "ShowRate": "sample string 4",
  "ServicePerCarrier": 1,
  "CreatedTimeStamp": "2026-05-06T12:52:37.9516435+00:00",
  "UpdatedTimeStamp": "2026-05-06T12:52:37.9516435+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>2026-05-06T12:52:37.9516435+00:00</CreatedTimeStamp>
  <EcommerceCarrierId>f76697fc-1474-4c94-84b6-ade6c98c11bf</EcommerceCarrierId>
  <ServicePerCarrier>1</ServicePerCarrier>
  <SettingCarrierId>70308973-f34a-4c65-a5da-58d63422dfa4</SettingCarrierId>
  <ShowRate>sample string 4</ShowRate>
  <UpdatedTimeStamp>2026-05-06T12:52:37.9516435+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.