PUT /adspaces/adspace
Updated on
This resource requires connectid, nonce, date and signature for authentication. See Authentication documentation for REST and SOAP. Passing authentication information as query parameters for REST is supported.
Resource URL
XML: https://api.zanox.com/xml/2011-03-01/adspaces/adspace
JSON: https://api.zanox.com/json/2011-03-01/adspaces/adspace
Parameters
adspaceItem | the modified It is not possible to change the URL of the adspace via the API. This must be done directly in the marketplace. Value Type: |
callback | Supported if format is JSON. Returns the name of the JS function the result is wrapped in. Value Type: String |
Example Request
REST authentication information must be included in request headers or added as query parameters
<xml> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <request> <adspaceItem> <contact>newtestcontact@example.com</contact> <!--Just an update of the contact address--> <adspaceItem> </request> </xml>
Example Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <response xmlns="http://api.zanox.com/namespace/2011-03-01/"> <adspaceItem xml:lang="en"> <name>example.com</name> <url>http://www.example.com</url> <contact>newtestcontact@example.com</contact> <!--Just an update of the contact address--> <description>This website contains ...</description> <visitors>100.000</visitors> <impressions>5.000.000</impressions> <type>website</type> <scope>business</scope> <regions> <region>de</region> <region>en</region> </regions> <categories> <category>11</category> <category>12</category> </categories> </adspaceItem> </response>
Resource Information
Rate Limited? | No |
Authentication | Requires signature. See REST Authentication SOAP Authentication |
Response Formats | json, xml |
HTTP Methods | PUT |
Resource family | adspaceItems |
Response Object | adspaceItem |
API Version | 2011-03-01 |