PUT api/DeliveryDutyUnpaid/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
DeliveryDutyUnpaid | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "SettingId": "1fa6dfe9-ad9a-4c97-af50-4fdda8a6c29f", "IsDDUActive": true, "Countries": "sample string 2", "CreatedTimeStamp": "2025-05-09T20:40:59.8377526+00:00", "UpdatedTimeStamp": "2025-05-09T20:40:59.8377526+00:00" }
application/xml, text/xml
Sample:
<DeliveryDutyUnpaid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL"> <Countries>sample string 2</Countries> <CreatedTimeStamp>2025-05-09T20:40:59.8377526+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>1fa6dfe9-ad9a-4c97-af50-4fdda8a6c29f</SettingId> <UpdatedTimeStamp>2025-05-09T20:40:59.8377526+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "SettingId": "06bcd262-2370-496e-b08a-14052a99f61a", "IsDDUActive": true, "Countries": "sample string 2", "CreatedTimeStamp": "2025-05-09T20:41:00.04094+00:00", "UpdatedTimeStamp": "2025-05-09T20:41:00.04094+00:00" }
application/xml, text/xml
Sample:
<DeliveryDutyUnpaid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL"> <Countries>sample string 2</Countries> <CreatedTimeStamp>2025-05-09T20:41:00.04094+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>06bcd262-2370-496e-b08a-14052a99f61a</SettingId> <UpdatedTimeStamp>2025-05-09T20:41:00.04094+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>