POST api/admin/{adminId}/outreach/monitoring

add manually to db in monitoring

Request Information

URI Parameters

NameDescriptionTypeAdditional information
adminId

string

Required

Body Parameters

AddNewInMonitoringManually
NameDescriptionTypeAdditional information
address

string

None.

reference

string

None.

theme

string

None.

email

string

None.

price

decimal number

None.

addDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "address": "sample string 1",
  "reference": "sample string 2",
  "theme": "sample string 3",
  "email": "sample string 4",
  "price": 1.0,
  "addDate": "2024-05-20T07:50:47.049952+00:00"
}

application/xml, text/xml

Sample:
<AddNewInMonitoringManually xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Controllers.OutreachControllers">
  <addDate>2024-05-20T07:50:47.049952+00:00</addDate>
  <address>sample string 1</address>
  <email>sample string 4</email>
  <price>1</price>
  <reference>sample string 2</reference>
  <theme>sample string 3</theme>
</AddNewInMonitoringManually>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.