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": "87dc2bfa-429d-4de1-9c3e-6ebea297e218",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2026-05-06T12:56:47.5017196+00:00",
"UpdatedTimeStamp": "2026-05-06T12:56:47.5017196+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>2026-05-06T12:56:47.5017196+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>87dc2bfa-429d-4de1-9c3e-6ebea297e218</SettingId> <UpdatedTimeStamp>2026-05-06T12:56:47.5017196+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"SettingId": "60e78a6b-3ccc-46e1-a44f-bc707c6499a6",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2026-05-06T12:56:47.6111304+00:00",
"UpdatedTimeStamp": "2026-05-06T12:56:47.6111304+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>2026-05-06T12:56:47.6111304+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>60e78a6b-3ccc-46e1-a44f-bc707c6499a6</SettingId> <UpdatedTimeStamp>2026-05-06T12:56:47.6111304+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>