POST api/productconfiguration/setOffer
Request Information
URI Parameters
None.
Body Parameters
OfferDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| ValidityDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"validityDate": "2025-12-06T14:56:05.4891523+01:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.