PUT api/Ad/{id}?updateAdTarget={updateAdTarget}&Tmz={Tmz}&socialUpdate={socialUpdate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| updateAdTarget | boolean |
Required |
|
| Tmz | string |
Required |
|
| socialUpdate | boolean |
Default value is False |
Body Parameters
Ad| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
String length: inclusive between 0 and 200 |
|
| Processed | boolean |
None. |
|
| isFBValid | boolean |
None. |
|
| FromFacebook | boolean |
None. |
|
| AdCreatives | Collection of AdCreative |
None. |
|
| AdSetID | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedByName | string |
String length: inclusive between 0 and 100 |
|
| CreateDate | date |
None. |
|
| LastModifiedBy | integer |
None. |
|
| LastModifiedByName | string |
String length: inclusive between 0 and 100 |
|
| LastModifiedOn | date |
None. |
|
| IsDeleted | integer |
None. |
|
| DeletedBy | integer |
None. |
|
| DeletedByName | string |
String length: inclusive between 0 and 100 |
|
| DeleteDate | date |
None. |
|
| SocialAds | Collection of SocialAd |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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.