POST /API/Sensing/Private/Observations/Register
測定結果の登録
Request Information
URI Parameters
None.
Body Parameters
Collection of 測定結果
Name | Description | Type | Additional information |
---|---|---|---|
key | Id |
String |
Required |
phenomenonTime | 測定日時 |
String |
Required Format : date-time |
phenomenonEndTime | 測定終了日時 |
String, Null |
Format : date-time |
resultTime | 測定結果の返却日時 |
String, Null |
Format : date-time |
result | 測定結果 |
String |
Required |
DatastreamId | データストリームID |
String |
Required Format : ForeignKey /API/Sensing/Private/Datastreams/Get/{value} |
FeatureOfInterestId | 測定位置のID |
String, Null |
Format : ForeignKey /API/Sensing/Private/FeaturesOfInterest/Get/{value} |
Response Information
Resource Description
None.