POST api/RDR/DemandPoll

Request Information

URI Parameters

None.

Body Parameters

DemandPollRequest
NameDescriptionTypeAdditional information
stationId

integer

None.

Processed

string

None.

WhoRequested

string

None.

UserPassword

string

None.

APISessionKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "stationId": 1,
  "Processed": "sample string 2",
  "WhoRequested": "sample string 3",
  "UserPassword": "sample string 4",
  "APISessionKey": "sample string 5"
}

application/xml, text/xml

Sample:
<DemandPollRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BirdDog.Models.Request">
  <APISessionKey>sample string 5</APISessionKey>
  <Processed>sample string 2</Processed>
  <UserPassword>sample string 4</UserPassword>
  <WhoRequested>sample string 3</WhoRequested>
  <stationId>1</stationId>
</DemandPollRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />