POST Adword/ImageUpload
Request Information
URI Parameters
None.
Body Parameters
UploadImage| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageUrl | string |
None. |
|
| ImgHeight | integer |
None. |
|
| ImgWidth | integer |
None. |
|
| Filename | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ImageUrl": "sample string 1",
"ImgHeight": 2,
"ImgWidth": 3,
"Filename": "sample string 4"
}
application/xml, text/xml
Sample:
<UploadImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Adwords_Api"> <Filename>sample string 4</Filename> <ImageUrl>sample string 1</ImageUrl> <ImgHeight>2</ImgHeight> <ImgWidth>3</ImgWidth> </UploadImage>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>