de.piksel.tech/services/index.php?&mode=jsonUse "request" param as post variable for submitting json/xml request payload for all POST requests.
| Name |
|---|
Adds a new associated link to an asset
{
"request": {
"authentication": {
"app_token": "7cd207c2-6808-11e3-b865-22000a8a28ea",
"client_token": "d4c1b92c0acb102ba3e10015c5f061d1",
"user_token": "f277cb9d46e45f67f44de949cdde110f"
},
"header": {
"header_version": 1,
"api_version": "5",
"no_cache": true
},
"Ws_Asset_Associated_Link": {
"assetId": "1",
"title": "My Title",
"url": "http:\/\/www.google.com"
}
}
}
{
"response": {
"success": {
"code": 832,
"message": "Associated link added\/updated",
"details": ""
},
"WsAssetAssociatedLink": {
"AssociatedLink": {
"id": 3,
"assetId": 1,
"url": "http:\/\/google.com",
"title": "My Title"
}
}
}
}