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