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": "17e68ee4-1893-4804-95bb-6982c67e4a7e",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2026-08-04T21:58:21.1761096+00:00",
"UpdatedTimeStamp": "2026-08-04T21:58:21.1761096+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-08-04T21:58:21.1761096+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>17e68ee4-1893-4804-95bb-6982c67e4a7e</SettingId> <UpdatedTimeStamp>2026-08-04T21:58:21.1761096+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"SettingId": "a69bd1c5-fff4-47a6-b367-01460889186f",
"IsDDUActive": true,
"Countries": "sample string 2",
"CreatedTimeStamp": "2026-08-04T21:58:21.1917392+00:00",
"UpdatedTimeStamp": "2026-08-04T21:58:21.1917392+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-08-04T21:58:21.1917392+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>a69bd1c5-fff4-47a6-b367-01460889186f</SettingId> <UpdatedTimeStamp>2026-08-04T21:58:21.1917392+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>