POST api/Console/SaveRawDataV3/{locationId}/{receiverName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | integer |
Required |
|
| receiverName | string |
Required |
Body Parameters
ConsoleRawReading| Name | Description | Type | Additional information |
|---|---|---|---|
| ConsoleRawReadingId | integer |
None. |
|
| DataLine | string |
String length: inclusive between 0 and 500 |
|
| CreatedDateTime | date |
None. |
|
| ReceiverName | string |
String length: inclusive between 0 and 50 |
|
| RowId | integer |
None. |
|
| DataType | string |
None. |
|
| CreatedDateTimeStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ConsoleRawReadingId": 1,
"DataLine": "sample string 2",
"CreatedDateTime": "2026-09-01T01:28:07.6468428+00:00",
"ReceiverName": "sample string 3",
"RowId": 4,
"DataType": "sample string 5",
"CreatedDateTimeStr": "sample string 6"
}
application/xml, text/xml
Sample:
<ConsoleRawReading xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.BL"> <ConsoleRawReadingId>1</ConsoleRawReadingId> <CreatedDateTime>2026-09-01T01:28:07.6468428+00:00</CreatedDateTime> <CreatedDateTimeStr>sample string 6</CreatedDateTimeStr> <DataLine>sample string 2</DataLine> <DataType>sample string 5</DataType> <ReceiverName>sample string 3</ReceiverName> <RowId>4</RowId> </ConsoleRawReading>
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. |