Response ‒ Roles/Post/[roleId]/addTask
The response that is returned contains the following property –
Property | Type | Description |
---|
value | Boolean | Indicates whether or not the operation succeeded. |
Example JSON Roles/Post/[roleId]/addTask Response
Status 200 – OK
{
“@odata.context”: “https://dev-axonizeapi-axonize.dev-ase-axonize.p.azurewebsites.net/odata/$metadata#Edm.Boolean”,
“value”: true
}