Method: user/subaccount/edit
Edit a subaccount, returns void
Authentication
This method does not require authentication.
HTTP method
This method is called with HTTP method POST.
Arguments
| Argument | Type | Valid Values | Default Value | Detail | ||
|---|---|---|---|---|---|---|
subaccount_id |
int | Valid Values | required | sub account ID to edit | ||
subaccount_data |
array | Valid Values | required | Fields of the array are: email, firstname, lastname, company. Only company can be left null or empty |
Returned Values
| Element (path) | Type | Description | ||
|---|---|---|---|---|
| returns void |
Example Query
POST http://API_KEY@api.fotolia.com/Rest/1/user/subaccount/edit
subaccount_id=200701446&subaccount_data%5Bemail%5D=Sub+account+email&subaccount_data%5Bfirstname%5D=Sub+account+firstname&subaccount_data%5Blastname%5D=Sub+account+lastnamede+France&subaccount_data%5Bcompany%5D=sub+account+company
Example Response
""
Error Codes
001: Service currently unavailable- The requested service is temporarily unavailable.
002: Failed to parse request- The request could not be parsed.
010: Missing API Key- The API key passed is missing.
011: Invalid API Key- The API key passed is not valid or has expired.
031: Invalid Method- This method does not exist in the method list.
032: Method not Available- This method is not available for this API Key.
7002: Unknown Subbaccount ID- This Subbaccount has already been deleted, or is not your list of subaccounts.


