POST api/admin/{adminId}/outreach/monitoring
add manually to db in monitoring
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
adminId | string |
Required |
Body Parameters
AddNewInMonitoringManuallyName | Description | Type | Additional information |
---|---|---|---|
address | string |
None. |
|
reference | string |
None. |
|
theme | string |
None. |
|
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": "2025-04-04T00:36:49.1876515+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>2025-04-04T00:36:49.1876515+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.