POST api/Certificate_Template?APIKEY={APIKEY}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKEY | string |
Required |
Body Parameters
certificate_template| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| title | string |
None. |
|
| templatetext | string |
None. |
|
| createdby | string |
None. |
|
| createdon | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"title": "sample string 2",
"templatetext": "sample string 3",
"createdby": "sample string 4",
"createdon": "sample string 5"
}
application/xml, text/xml
Sample:
<certificate_template xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InventoryAPI.Models"> <createdby>sample string 4</createdby> <createdon>sample string 5</createdon> <id>sample string 1</id> <templatetext>sample string 3</templatetext> <title>sample string 2</title> </certificate_template>
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. |