Myxer -The Most Ringtones, Wallpapers, Videos and more for Your Phone.  No Subscriptions or Hidden Fees Ever!
You aren't signed in. Sign In | Help | Sign Up

Myxer Services

API Documentation | Feeds

myxer.wallpaper.update

Updates an existing wallpaper.

Arguments

api_key
Your API application key. See here for more details on api_key.
method
myxer.wallpaper.update
name
wallpaper name
myxer_id
wallpaper ID
price (optional)
defaults to free
allowed prices: 0, .99, 1.25, 1.50, 1.75, 1.99, 2.25, 2.49, 2.99
category (optional)
category to assign to the wallpaper (None, PopRock, Gospel, Dance, Classical, HipHop, Country, Comedy, Other, Latin)
distrights (optional)
comma-separated regions we will have the rights to distribute in (WORLD or two letter ISO standard country codes
api_sig
Secure signature of the api parameters. See here for details on api_sig.

Example Response

The response format is a simple XML block.

Success Response

<?xml version="1.0" encoding="utf-8" ?>
<response status="ok">
    
</response>

Error Response

<?xml version="1.0" encoding="utf-8" ?>
<response status="fail">
    <code>[error-code]</code>
    <msg>[error-message]</msg>
</response>