protocol.DeleteGenresResponse
This response acts as an acknowledgment to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
grid | no | unbounded | database id | list of genre ids |
Example xml:
<siresp> <cid>Mum</cid> <fn> <deleteGenres> <grid>1</grid> <grid>2</grid> </deleteGenres> </fn> </siresp>