POST api/v2/GeoLocation

Request Information

URI Parameters

None.

Body Parameters

Collection of SensorMessage
NameDescriptionTypeAdditional information
GatewayIP

string

None.

Type

string

None.

Message

Dictionary of string [key] and string [value]

None.

DateStamp

date

None.

RecieveTime

date

None.

OffSet

integer

None.

PostedFile

HttpPostedFile

None.

GeoLocatedAreaId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "GatewayIP": "sample string 1",
    "Type": "sample string 2",
    "Message": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "DateStamp": "2025-08-29T02:13:48.0713593+00:00",
    "RecieveTime": "2025-08-29T02:13:48.0713593+00:00",
    "OffSet": 1,
    "PostedFile": null,
    "GeoLocatedAreaId": 1
  },
  {
    "GatewayIP": "sample string 1",
    "Type": "sample string 2",
    "Message": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "DateStamp": "2025-08-29T02:13:48.0713593+00:00",
    "RecieveTime": "2025-08-29T02:13:48.0713593+00:00",
    "OffSet": 1,
    "PostedFile": null,
    "GeoLocatedAreaId": 1
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.