Response ‒ Roles/Post/[roleId]/putTask
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]/putTask Response
Status 200 – OK
{
“@odata.context”: “https://dev-axonizeapi-axonize.dev-ase-axonize.p.azurewebsites.net/odata/$metadata#Edm.Boolean”,
“value”: true
}