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": "de47e381-d23b-4716-bbbf-922b39cd6908",
  "IsDDUActive": true,
  "Countries": "sample string 2",
  "CreatedTimeStamp": "2026-03-21T21:10:56.8696781+00:00",
  "UpdatedTimeStamp": "2026-03-21T21:10:56.8696781+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-03-21T21:10:56.8696781+00:00</CreatedTimeStamp>
  <IsDDUActive>true</IsDDUActive>
  <SettingId>de47e381-d23b-4716-bbbf-922b39cd6908</SettingId>
  <UpdatedTimeStamp>2026-03-21T21:10:56.8696781+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": "16e91d62-3cff-46ed-86e9-448f12d1e053",
  "IsDDUActive": true,
  "Countries": "sample string 2",
  "CreatedTimeStamp": "2026-03-21T21:10:56.8696781+00:00",
  "UpdatedTimeStamp": "2026-03-21T21:10:56.8696781+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-03-21T21:10:56.8696781+00:00</CreatedTimeStamp>
  <IsDDUActive>true</IsDDUActive>
  <SettingId>16e91d62-3cff-46ed-86e9-448f12d1e053</SettingId>
  <UpdatedTimeStamp>2026-03-21T21:10:56.8696781+00:00</UpdatedTimeStamp>
</DeliveryDutyUnpaid>