Adds a style to a Web Intelligence document referenced by its ID.
POST <webiURL>/documents/{documentId}/styles
Request body:
<style> <border> <background> <font> <alignment> </style>
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
POST <webiURL>/documents/3422/styles
Request body in an XML file:
<style> <background width="100" height="50"/> </style>
Response:
<success> <message>The resource of type 'Style' with identifier '64' has been successfully created.</message> <id>64</id> </success>