The response of CRUD action on resource.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
id | long | element | 1/1 | ID of the affected resource | |
resource | string | element | 0/1 | The resource type | |
status | action | element | 0/1 | The action performed on the reource |
Example
<resourceModifiedResponse> <id>...</id> <resource>...</resource> <status>...</status> </resourceModifiedResponse>