POST api/DeliveryDutyUnpaid/SaveDeliveryDutyUnpaid
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": "7d62c897-008c-420f-af6c-3ba9f9e490ef", "IsDDUActive": true, "Countries": "sample string 2", "CreatedTimeStamp": "2025-09-18T03:39:41.9716706+00:00", "UpdatedTimeStamp": "2025-09-18T03:39:41.9716706+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-09-18T03:39:41.9716706+00:00</CreatedTimeStamp> <IsDDUActive>true</IsDDUActive> <SettingId>7d62c897-008c-420f-af6c-3ba9f9e490ef</SettingId> <UpdatedTimeStamp>2025-09-18T03:39:41.9716706+00:00</UpdatedTimeStamp> </DeliveryDutyUnpaid>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.