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": "d24e84f7-3515-4f75-9715-e196d55c9533",
  "SettingCarrierId": "43d1bfda-b554-4a42-9f9b-97a9719fb925",
  "Carriers": "sample string 3",
  "ShowRate": "sample string 4",
  "ServicePerCarrier": 1,
  "CreatedTimeStamp": "2025-05-09T19:53:41.6794932+00:00",
  "UpdatedTimeStamp": "2025-05-09T19:53:41.6794932+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-09T19:53:41.6794932+00:00</CreatedTimeStamp>
  <EcommerceCarrierId>d24e84f7-3515-4f75-9715-e196d55c9533</EcommerceCarrierId>
  <ServicePerCarrier>1</ServicePerCarrier>
  <SettingCarrierId>43d1bfda-b554-4a42-9f9b-97a9719fb925</SettingCarrierId>
  <ShowRate>sample string 4</ShowRate>
  <UpdatedTimeStamp>2025-05-09T19:53:41.6794932+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.