Success Response

Representations

JSON Properties

NameTypeValue
EIDEIDThe unique entity identity reserved for the scheduled entity
ETCdatetimeOptional Estimated time to complete (ISO 8601 timestamp)
statusstringMessage indicating the status of the process
uristringOptional URL to a related resource (e.g. a created one)
dataobjectOptional, since 1.0.2 Relevant data (other than a resource)

Example

{
    "EID":"9876543210ABCDEF",
    "ETC":"2013-04-13T19:00:15.123+01:00",
    "status":"Validated and scheduled for insertion"
}
{
    "EID":"1234567890ABCDEF",
    "status":"Successfully created object",
    "uri":"http://io.speakap.com/networks/FEDCBA0987654321/",
    "data": {
        "foo": "Bar"
    }
}