POST api/DeliveryDutyUnpaid
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| DeliveryDutyUnpaid | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SettingId": "5f9b34a7-2fe1-425d-8b72-3d6dfe1348ba",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2026-06-20T19:41:29.6277435+00:00",
"UpdatedTimeStamp": "2026-06-20T19:41:29.6277435+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-06-20T19:41:29.6277435+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>5f9b34a7-2fe1-425d-8b72-3d6dfe1348ba</SettingId> <UpdatedTimeStamp>2026-06-20T19:41:29.6277435+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"SettingId": "6767ef35-ecf1-4eb7-946c-c4ebf366fcdc",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2026-06-20T19:41:29.6277435+00:00",
"UpdatedTimeStamp": "2026-06-20T19:41:29.6277435+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-06-20T19:41:29.6277435+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>6767ef35-ecf1-4eb7-946c-c4ebf366fcdc</SettingId> <UpdatedTimeStamp>2026-06-20T19:41:29.6277435+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>