POST api/Selections/UpdateLayoutImage/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

LayoutImageData
NameDescriptionTypeAdditional 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 Object

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.