POST api/gallery_variables?APIKEY={APIKEY}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKEY | string |
Required |
Body Parameters
Certificate_variable| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| variable | string |
None. |
|
| createdon | date |
None. |
|
| createdby | string |
None. |
|
| total_records | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"variable": "sample string 2",
"createdon": "2025-12-11T20:11:19.3716761+05:30",
"createdby": "sample string 4",
"total_records": 5
}
application/xml, text/xml
Sample:
<Certificate_variable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InventoryAPI.Models"> <createdby>sample string 4</createdby> <createdon>2025-12-11T20:11:19.3716761+05:30</createdon> <id>1</id> <total_records>5</total_records> <variable>sample string 2</variable> </Certificate_variable>
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. |