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 live note to a live project
{
"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_Live_Note": {
"liveEventUuid": "abcd1243",
"type": "pre",
"status": "PASS",
"notes": "All was good prior to event."
}
}
}
{
"response": {
"success": {
"code": 227,
"message": "Live note created",
"details": ""
},
"WsLiveNote": {
"liveNote": {
"id": 3,
"liveEventId": 1,
"userId": 3333,
"dateAdded": "2014-07-23T17:58:50Z",
"type": "pre",
"status": "good",
"notes": "All was good prior to event"
}
}
}
}