POST Installations/ArchiveInstallations
Request Information
URI Parameters
None.
Body Parameters
InstallationsDataContext| Name | Description | Type | Additional information |
|---|---|---|---|
| meterInstallationId | integer |
None. |
|
| userId | integer |
None. |
|
| date | string |
None. |
|
| time | string |
None. |
|
| dateTime | string |
None. |
|
| meterNumber | string |
None. |
|
| addressLatitude | decimal number |
None. |
|
| addressLongitude | decimal number |
None. |
|
| addressName | string |
None. |
|
| meterImagePath | string |
None. |
|
| addressNumberApartment | integer |
None. |
|
| addressNumberFloor | integer |
None. |
|
| notes | string |
None. |
|
| meterInstallationArchiveStatus | boolean |
None. |
|
| dateFrom | string |
None. |
|
| dateTo | string |
None. |
|
| sendTo | string |
None. |
|
| statusWithAll | boolean |
None. |
|
| page | integer |
None. |
|
| filterStatus | boolean |
None. |
|
| textSearch | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"meterInstallationId": 1,
"userId": 2,
"date": "sample string 3",
"time": "sample string 4",
"dateTime": "sample string 5",
"meterNumber": "sample string 6",
"addressLatitude": 7.0,
"addressLongitude": 8.0,
"addressName": "sample string 9",
"meterImagePath": "sample string 10",
"addressNumberApartment": 11,
"addressNumberFloor": 12,
"notes": "sample string 13",
"meterInstallationArchiveStatus": true,
"dateFrom": "sample string 15",
"dateTo": "sample string 16",
"sendTo": "sample string 17",
"statusWithAll": true,
"page": 19,
"filterStatus": true,
"textSearch": "sample string 21"
}
application/xml, text/xml
Sample:
<InstallationsDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartMeter_Installation.Models.MetersInstallationsModule.Installations"> <addressLatitude>7</addressLatitude> <addressLongitude>8</addressLongitude> <addressName>sample string 9</addressName> <addressNumberApartment>11</addressNumberApartment> <addressNumberFloor>12</addressNumberFloor> <date>sample string 3</date> <dateFrom>sample string 15</dateFrom> <dateTime>sample string 5</dateTime> <dateTo>sample string 16</dateTo> <filterStatus>true</filterStatus> <meterImagePath>sample string 10</meterImagePath> <meterInstallationArchiveStatus>true</meterInstallationArchiveStatus> <meterInstallationId>1</meterInstallationId> <meterNumber>sample string 6</meterNumber> <notes>sample string 13</notes> <page>19</page> <sendTo>sample string 17</sendTo> <statusWithAll>true</statusWithAll> <textSearch>sample string 21</textSearch> <time>sample string 4</time> <userId>2</userId> </InstallationsDataContext>
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. |