POST api/SigWxObs

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
obs
Documentation for 'obs'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "id": 1,
  "stationId": 2,
  "stationNumber": "sample string 3",
  "stationName": "sample string 4",
  "latitude": 1.0,
  "longitude": 1.0,
  "obsDateTime": "2024-09-26T10:01:31.9235364+00:00",
  "precipDurationMin": 1,
  "precipDurationAmt": 1.0,
  "precipDurationAmtIsTrace": true,
  "totalPrecipAmt": 1.0,
  "totalPrecipAmtIsTrace": true,
  "depthOfSnowfall": 1.0,
  "depthOfSnowfallIsTrace": true,
  "depthOfSnowOnGround": 1.0,
  "depthOfSnowOnGroundIsTrace": true,
  "flooding": "sample string 10",
  "notes": "sample string 11",
  "uid": "31d3adfd-01c0-4f98-a21b-8a08b511d67f",
  "units": "english",
  "dateTimeStamp": "2024-09-26T10:01:31.9235364+00:00",
  "entryDateTime": "2024-09-26T10:01:31.9235364+00:00",
  "source": "sample string 15"
}

application/xml, text/xml

Sample:
<SigWxObsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cocorahs.Models">
  <DateTimeStamp>2024-09-26T10:01:31.9235364+00:00</DateTimeStamp>
  <DepthOfSnowOnGround>1</DepthOfSnowOnGround>
  <DepthOfSnowOnGroundIsTrace>true</DepthOfSnowOnGroundIsTrace>
  <DepthOfSnowfall>1</DepthOfSnowfall>
  <DepthOfSnowfallIsTrace>true</DepthOfSnowfallIsTrace>
  <EntryDateTime>2024-09-26T10:01:31.9235364+00:00</EntryDateTime>
  <Flooding>sample string 10</Flooding>
  <Id>1</Id>
  <Latitude>1</Latitude>
  <Longitude>1</Longitude>
  <Notes>sample string 11</Notes>
  <ObsDateTime xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2024-09-26T10:01:31.9235364Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </ObsDateTime>
  <PrecipDurationAmt>1</PrecipDurationAmt>
  <PrecipDurationAmtIsTrace>true</PrecipDurationAmtIsTrace>
  <PrecipDurationMin>1</PrecipDurationMin>
  <Source>sample string 15</Source>
  <StationId>2</StationId>
  <StationName>sample string 4</StationName>
  <StationNumber>sample string 3</StationNumber>
  <TotalPrecipAmt>1</TotalPrecipAmt>
  <TotalPrecipAmtIsTrace>true</TotalPrecipAmtIsTrace>
  <Uid>31d3adfd-01c0-4f98-a21b-8a08b511d67f</Uid>
  <Units>English</Units>
</SigWxObsViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.