POST api/DeliveryDutyUnpaid

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
DeliveryDutyUnpaid
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SettingId": "935f385d-ae68-44e3-87ec-3675c817bc65",
  "IsDDUActive": true,
  "Countries": "sample string 2",
  "CreatedTimeStamp": "2025-09-18T03:37:44.7695237+00:00",
  "UpdatedTimeStamp": "2025-09-18T03:37:44.7695237+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:37:44.7695237+00:00</CreatedTimeStamp>
  <IsDDUActive>true</IsDDUActive>
  <SettingId>935f385d-ae68-44e3-87ec-3675c817bc65</SettingId>
  <UpdatedTimeStamp>2025-09-18T03:37:44.7695237+00:00</UpdatedTimeStamp>
</DeliveryDutyUnpaid>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DeliveryDutyUnpaid'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "SettingId": "3c7f24e5-6252-4dec-b09d-450ff89ef492",
  "IsDDUActive": true,
  "Countries": "sample string 2",
  "CreatedTimeStamp": "2025-09-18T03:37:45.1290122+00:00",
  "UpdatedTimeStamp": "2025-09-18T03:37:45.1290122+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:37:45.1290122+00:00</CreatedTimeStamp>
  <IsDDUActive>true</IsDDUActive>
  <SettingId>3c7f24e5-6252-4dec-b09d-450ff89ef492</SettingId>
  <UpdatedTimeStamp>2025-09-18T03:37:45.1290122+00:00</UpdatedTimeStamp>
</DeliveryDutyUnpaid>