POST api/GetPanelTemplate
Request Information
URI Parameters
None.
Body Parameters
PanelServiceTemplateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Serial | string |
None. |
|
| Key | string |
None. |
|
| Version | decimal number |
None. |
|
| LastSync | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Serial": "sample string 1",
"Key": "sample string 2",
"Version": 3.1,
"LastSync": "sample string 4"
}
application/xml, text/xml
Sample:
<PanelServiceTemplateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M2senseWebApiProject.Models"> <Key>sample string 2</Key> <LastSync>sample string 4</LastSync> <Serial>sample string 1</Serial> <Version>3.1</Version> </PanelServiceTemplateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |