POST api/Selections/UpdateLayoutImage/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
LayoutImageDataName | Description | Type | Additional information |
---|---|---|---|
Bytes | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "Bytes": "QEA=" }
text/html
Sample:
{"Bytes":"QEA="}
application/xml, text/xml
Sample:
<LayoutImageData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BRH.ServicesAPI.Controllers"> <Bytes>QEA=</Bytes> </LayoutImageData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.