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": "6b50f98b-317e-421e-841e-87e0d85951f2",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2026-03-21T21:11:30.9731666+00:00",
"UpdatedTimeStamp": "2026-03-21T21:11:30.9731666+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-03-21T21:11:30.9731666+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>6b50f98b-317e-421e-841e-87e0d85951f2</SettingId> <UpdatedTimeStamp>2026-03-21T21:11:30.9731666+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"SettingId": "546a18cf-0cbc-4418-960d-25f83a4c0f65",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2026-03-21T21:11:31.066946+00:00",
"UpdatedTimeStamp": "2026-03-21T21:11:31.066946+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-03-21T21:11:31.066946+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>546a18cf-0cbc-4418-960d-25f83a4c0f65</SettingId> <UpdatedTimeStamp>2026-03-21T21:11:31.066946+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>