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": "c5955e2e-1585-42c2-bc02-ad68bc4a3f5c",
  "IsDDUActive": true,
  "Countries": "sample string 2",
  "CreatedTimeStamp": "2025-05-09T20:23:11.6571344+00:00",
  "UpdatedTimeStamp": "2025-05-09T20:23:11.6571344+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-05-09T20:23:11.6571344+00:00</CreatedTimeStamp>
  <IsDDUActive>true</IsDDUActive>
  <SettingId>c5955e2e-1585-42c2-bc02-ad68bc4a3f5c</SettingId>
  <UpdatedTimeStamp>2025-05-09T20:23:11.6571344+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": "cc2b5b7f-5033-4adb-9f07-1b7698aa1d85",
  "IsDDUActive": true,
  "Countries": "sample string 2",
  "CreatedTimeStamp": "2025-05-09T20:23:11.8446919+00:00",
  "UpdatedTimeStamp": "2025-05-09T20:23:11.8446919+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-05-09T20:23:11.8446919+00:00</CreatedTimeStamp>
  <IsDDUActive>true</IsDDUActive>
  <SettingId>cc2b5b7f-5033-4adb-9f07-1b7698aa1d85</SettingId>
  <UpdatedTimeStamp>2025-05-09T20:23:11.8446919+00:00</UpdatedTimeStamp>
</DeliveryDutyUnpaid>