POST api/OwnCarrier/Updateowncarrierlist

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
customerShipingRate
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "CustomShipingRateId": "7fb13b2f-901a-4915-85be-a9a1e2438912",
    "ServiceName": "sample string 2",
    "Rate": "sample string 3",
    "MinDays": 1,
    "MaxDays": 1,
    "SettingId": "sample string 4",
    "UpdatedTimeStamp": "2025-05-09T20:10:43.6398096+00:00",
    "CreatedTimeStamp": "2025-05-09T20:10:43.6398096+00:00",
    "RateCurrency": "sample string 5",
    "OriginCountry": "sample string 6",
    "DestnationCountry": "sample string 7",
    "CustomRateCheck": true,
    "MinCartValue": "sample string 8",
    "MaxCartValue": "sample string 9"
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomShippingRate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <CustomShippingRate>
    <CreatedTimeStamp>2025-05-09T20:10:43.6398096+00:00</CreatedTimeStamp>
    <CustomRateCheck>true</CustomRateCheck>
    <CustomShipingRateId>7fb13b2f-901a-4915-85be-a9a1e2438912</CustomShipingRateId>
    <DestnationCountry>sample string 7</DestnationCountry>
    <MaxCartValue>sample string 9</MaxCartValue>
    <MaxDays>1</MaxDays>
    <MinCartValue>sample string 8</MinCartValue>
    <MinDays>1</MinDays>
    <OriginCountry>sample string 6</OriginCountry>
    <Rate>sample string 3</Rate>
    <RateCurrency>sample string 5</RateCurrency>
    <ServiceName>sample string 2</ServiceName>
    <SettingId>sample string 4</SettingId>
    <UpdatedTimeStamp>2025-05-09T20:10:43.6398096+00:00</UpdatedTimeStamp>
  </CustomShippingRate>
  <CustomShippingRate>
    <CreatedTimeStamp>2025-05-09T20:10:43.6398096+00:00</CreatedTimeStamp>
    <CustomRateCheck>true</CustomRateCheck>
    <CustomShipingRateId>7fb13b2f-901a-4915-85be-a9a1e2438912</CustomShipingRateId>
    <DestnationCountry>sample string 7</DestnationCountry>
    <MaxCartValue>sample string 9</MaxCartValue>
    <MaxDays>1</MaxDays>
    <MinCartValue>sample string 8</MinCartValue>
    <MinDays>1</MinDays>
    <OriginCountry>sample string 6</OriginCountry>
    <Rate>sample string 3</Rate>
    <RateCurrency>sample string 5</RateCurrency>
    <ServiceName>sample string 2</ServiceName>
    <SettingId>sample string 4</SettingId>
    <UpdatedTimeStamp>2025-05-09T20:10:43.6398096+00:00</UpdatedTimeStamp>
  </CustomShippingRate>
  <CustomShippingRate>
    <CreatedTimeStamp>2025-05-09T20:10:43.6398096+00:00</CreatedTimeStamp>
    <CustomRateCheck>true</CustomRateCheck>
    <CustomShipingRateId>7fb13b2f-901a-4915-85be-a9a1e2438912</CustomShipingRateId>
    <DestnationCountry>sample string 7</DestnationCountry>
    <MaxCartValue>sample string 9</MaxCartValue>
    <MaxDays>1</MaxDays>
    <MinCartValue>sample string 8</MinCartValue>
    <MinDays>1</MinDays>
    <OriginCountry>sample string 6</OriginCountry>
    <Rate>sample string 3</Rate>
    <RateCurrency>sample string 5</RateCurrency>
    <ServiceName>sample string 2</ServiceName>
    <SettingId>sample string 4</SettingId>
    <UpdatedTimeStamp>2025-05-09T20:10:43.6398096+00:00</UpdatedTimeStamp>
  </CustomShippingRate>
</ArrayOfCustomShippingRate>

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 'List`1'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.