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": "0bab9936-1dae-47d5-8332-f1d3f49b9223",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2025-11-05T21:51:48.2047446+00:00",
"UpdatedTimeStamp": "2025-11-05T21:51:48.2047446+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:51:48.2047446+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>0bab9936-1dae-47d5-8332-f1d3f49b9223</SettingId> <UpdatedTimeStamp>2025-11-05T21:51:48.2047446+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"SettingId": "f691cf93-38a4-49ae-ad02-afc1f65534d6",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2025-11-05T21:51:48.5642338+00:00",
"UpdatedTimeStamp": "2025-11-05T21:51:48.5642338+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:51:48.5642338+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>f691cf93-38a4-49ae-ad02-afc1f65534d6</SettingId> <UpdatedTimeStamp>2025-11-05T21:51:48.5642338+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>