POST api/images
Request Information
URI Parameters
None.
Body Parameters
Image| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
File name |
string |
None. |
| ImageID | integer |
None. |
|
| ImageName | string |
None. |
|
| ImageExtension | string |
None. |
|
| LastUpdate | date |
None. |
|
| ImageData | Collection of byte |
None. |
|
| ReadOnly | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:15:06.4430638",
"imageData": "QEA=",
"readOnly": true
}
application/xml, text/xml
Sample:
<Image xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <ImageData>QEA=</ImageData> <ImageExtension>sample string 4</ImageExtension> <ImageID>2</ImageID> <ImageName>sample string 3</ImageName> <LastUpdate>2026-04-03T06:15:06.4430638+00:00</LastUpdate> <Name>sample string 3.sample string 4</Name> <ReadOnly>true</ReadOnly> </Image>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CreatedAtRouteNegotiatedContentResultOfImage| Name | Description | Type | Additional information |
|---|---|---|---|
| RouteName | string |
None. |
|
| RouteValues | Dictionary of string [key] and Object [value] |
None. |
|
| Content | Image |
None. |
|
| UrlFactory | UrlHelper |
None. |
|
| ContentNegotiator | IContentNegotiator |
None. |
|
| Request | HttpRequestMessage |
None. |
|
| Formatters | Collection of MediaTypeFormatter |
None. |
Response Formats
application/json, text/json, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel
Sample:
Sample not available.