POST V2/ad_feedback
Creates the specified entity.
Request Information
URI Parameters
None.
Body Parameters
Ad_FeedbackModel| Name | Description | Type | Additional information |
|---|---|---|---|
| offerkey_ID |
Ad_feedback offerkey identifier. |
integer |
Required |
| status |
Ad_feedback offer status . |
string |
Required Matching regular expression pattern: \b(ad_online|ad_rejected_technical|ad_deleted|ad_edited|ad_rejected_moderation)\b |
| url |
Ad_feedback offer url. |
string |
String length: inclusive between 0 and 255 |
| note |
Ad_feeback note. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"offerkey_ID": 1,
"status": "sample string 2",
"url": "sample string 3",
"note": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.