POST api/EcommerceCarrier/UpdateEcommerceCarrier?id={id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
ecommerceCarrier | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "EcommerceCarrierId": "a60f6b04-8cfd-4f5c-b8c3-b68fb3a2ca2c", "SettingCarrierId": "bfbbcd6f-d52e-4b00-835a-83fb2cdcd35f", "Carriers": "sample string 3", "ShowRate": "sample string 4", "ServicePerCarrier": 1, "CreatedTimeStamp": "2025-09-18T03:39:32.3762414+00:00", "UpdatedTimeStamp": "2025-09-18T03:39:32.3762414+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-09-18T03:39:32.3762414+00:00</CreatedTimeStamp> <EcommerceCarrierId>a60f6b04-8cfd-4f5c-b8c3-b68fb3a2ca2c</EcommerceCarrierId> <ServicePerCarrier>1</ServicePerCarrier> <SettingCarrierId>bfbbcd6f-d52e-4b00-835a-83fb2cdcd35f</SettingCarrierId> <ShowRate>sample string 4</ShowRate> <UpdatedTimeStamp>2025-09-18T03:39:32.3762414+00:00</UpdatedTimeStamp> </EcommerceCarrier>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.