POST api/gallery_image?APIKEY={APIKEY}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKEY | string |
Required |
Body Parameters
Certificate_image| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| img_path | string |
None. |
|
| is_background | integer |
None. |
|
| title | string |
None. |
|
| createdon | date |
None. |
|
| createdby | string |
None. |
|
| total_records | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"img_path": "sample string 2",
"is_background": 3,
"title": "sample string 4",
"createdon": "2025-12-11T20:11:19.1086804+05:30",
"createdby": "sample string 6",
"total_records": 7
}
application/xml, text/xml
Sample:
<Certificate_image xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InventoryAPI.Models"> <createdby>sample string 6</createdby> <createdon>2025-12-11T20:11:19.1086804+05:30</createdon> <id>1</id> <img_path>sample string 2</img_path> <is_background>3</is_background> <title>sample string 4</title> <total_records>7</total_records> </Certificate_image>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |