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": "e62f659d-c1f9-44e7-81af-3faec88fae8a",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2026-05-06T12:55:04.0514521+00:00",
"UpdatedTimeStamp": "2026-05-06T12:55:04.0514521+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:55:04.0514521+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>e62f659d-c1f9-44e7-81af-3faec88fae8a</SettingId> <UpdatedTimeStamp>2026-05-06T12:55:04.0514521+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"SettingId": "cc5835a6-c1ec-4945-942d-97960ac65c17",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2026-05-06T12:55:04.4109412+00:00",
"UpdatedTimeStamp": "2026-05-06T12:55:04.4109412+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:55:04.4109412+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>cc5835a6-c1ec-4945-942d-97960ac65c17</SettingId> <UpdatedTimeStamp>2026-05-06T12:55:04.4109412+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>