POST api/Pictures
Request Information
URI Parameters
None.
Body Parameters
WebServiceSelectPicture_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MimeType | string |
None. |
|
| SeoFilename | string |
None. |
|
| BinaryData | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"MimeType": "sample string 2",
"SeoFilename": "sample string 3",
"BinaryData": "QEA="
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
WebServiceSelectPicture_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MimeType | string |
None. |
|
| SeoFilename | string |
None. |
|
| BinaryData | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"MimeType": "sample string 2",
"SeoFilename": "sample string 3",
"BinaryData": "QEA="
}