POST NotesTypes/ArchiveNotesTypes
Request Information
URI Parameters
None.
Body Parameters
NotesTypesDataContext| Name | Description | Type | Additional information |
|---|---|---|---|
| noteTypeId | integer |
None. |
|
| noteTypeName | string |
None. |
|
| noteTypeArchiveStatus | boolean |
None. |
|
| statusWithAll | boolean |
None. |
|
| page | integer |
None. |
|
| filterStatus | boolean |
None. |
|
| textSearch | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"noteTypeId": 1,
"noteTypeName": "sample string 2",
"noteTypeArchiveStatus": true,
"statusWithAll": true,
"page": 5,
"filterStatus": true,
"textSearch": "sample string 7"
}
application/xml, text/xml
Sample:
<NotesTypesDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartMeter_Installation.Models.OtherSettings.NotesTypes"> <filterStatus>true</filterStatus> <noteTypeArchiveStatus>true</noteTypeArchiveStatus> <noteTypeId>1</noteTypeId> <noteTypeName>sample string 2</noteTypeName> <page>5</page> <statusWithAll>true</statusWithAll> <textSearch>sample string 7</textSearch> </NotesTypesDataContext>
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. |