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": "4be3b7ab-ec18-4d4f-8e61-f9d1038b54c8",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2025-11-05T21:53:09.8734713+00:00",
"UpdatedTimeStamp": "2025-11-05T21:53:09.8734713+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-11-05T21:53:09.8734713+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>4be3b7ab-ec18-4d4f-8e61-f9d1038b54c8</SettingId> <UpdatedTimeStamp>2025-11-05T21:53:09.8734713+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"SettingId": "f7a3cf68-4be9-433f-a4f5-69423281d5fe",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2025-11-05T21:53:10.2017005+00:00",
"UpdatedTimeStamp": "2025-11-05T21:53:10.2017005+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-11-05T21:53:10.2017005+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>f7a3cf68-4be9-433f-a4f5-69423281d5fe</SettingId> <UpdatedTimeStamp>2025-11-05T21:53:10.2017005+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>