POST api/UserAsset?streamLength={streamLength}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
streamLength | integer |
Required |
Body Parameters
ImageName | Description | Type | Additional information |
---|---|---|---|
Tag | Object |
None. |
|
PhysicalDimension | SizeF |
None. |
|
Size | Size |
None. |
|
Width | integer |
None. |
|
Height | integer |
None. |
|
HorizontalResolution | decimal number |
None. |
|
VerticalResolution | decimal number |
None. |
|
Flags | integer |
None. |
|
RawFormat | ImageFormat |
None. |
|
PixelFormat | PixelFormat |
None. |
|
Palette | ColorPalette |
None. |
|
FrameDimensionsList | Collection of globally unique identifier |
None. |
|
PropertyIdList | Collection of integer |
None. |
|
PropertyItems | Collection of PropertyItem |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded, text/html
Sample:
Sample not available.
Response Information
Resource Description
TupleOfBooleanAndStringAndBooleanName | Description | Type | Additional information |
---|---|---|---|
Item1 | boolean |
None. |
|
Item2 | string |
None. |
|
Item3 | boolean |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{ "m_Item1": true, "m_Item2": "sample string 2", "m_Item3": true }
application/xml, text/xml
Sample:
<TupleOfbooleanstringboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <m_Item1>true</m_Item1> <m_Item2>sample string 2</m_Item2> <m_Item3>true</m_Item3> </TupleOfbooleanstringboolean>