POST api/v2/promotiondba/agent/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

promotionData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StartDate": "2024-05-06T08:31:31.7363317+02:00",
  "EndDate": "2024-05-06T08:31:31.7363317+02:00",
  "ProductId": 3
}

application/xml, text/xml

Sample:
<PromotionPeriodCreateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Boliga.Web.API.V2.Models.DBA">
  <EndDate>2024-05-06T08:31:31.7363317+02:00</EndDate>
  <ProductId>3</ProductId>
  <StartDate>2024-05-06T08:31:31.7363317+02:00</StartDate>
</PromotionPeriodCreateModel>

application/x-www-form-urlencoded

Sample:

Sample not available.