POST api/productconfiguration/setOffer

Request Information

URI Parameters

None.

Body Parameters

OfferDTO
NameDescriptionTypeAdditional information
id

integer

None.

ValidityDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "validityDate": "2026-04-05T21:27:38.9133216+02:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.