SaveConnectionStatus¶
Field | NULL | Description | Note |
---|---|---|---|
connectionId string (GUID) |
Y | The id of the connection |
Inherited fields:
OperationResult¶
Field | NULL | Description | Note |
---|---|---|---|
success boolean |
Is the operation successful | ||
messages array of objects |
An array of ModelError objects | ||
data object |
A dynamic object to store additional data |
Sample:
{
"success": true,
"data": "4e2d54c8-20e7-437f-a5ce-43e963c763a2"
}
Sample:
{
"success" : true,
"connectionId" : "f5180bc0-7c07-48db-b672-e66a5adde027",
"connectionErrors" : []
}