POST api/Image?name={name}&dataType={dataType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
|
| dataType | DbType |
None. |
Body Parameters
ObjectNone.
Request Formats
application/json, text/json
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:
Sample not available.
Response Information
Resource Description
DbParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| DbType | DbType |
None. |
|
| Direction | ParameterDirection |
None. |
|
| IsNullable | boolean |
None. |
|
| ParameterName | string |
None. |
|
| Precision | byte |
None. |
|
| Scale | byte |
None. |
|
| Size | integer |
None. |
|
| SourceColumn | string |
None. |
|
| SourceColumnNullMapping | boolean |
None. |
|
| SourceVersion | DataRowVersion |
None. |
|
| Value | Object |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.