POST UserAssets/ValidateImageFromURL
Request Information
URI Parameters
None.
Body Parameters
ObjectNone.
Request Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
application/x-www-form-urlencoded
Sample:
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>