POST api/v1/surveys/proposed

Request Information

URI Parameters

None.

Body Parameters

SurveyProposedTimeRequest
NameDescriptionTypeAdditional information
Id

integer

None.

PanelistId

integer

None.

ProposedTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "panelistId": 2,
  "proposedTime": "2025-01-21T23:44:33.7355757-05:00"
}

text/xml

Sample:
<SurveyProposedTimeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">
  <Id>1</Id>
  <PanelistId>2</PanelistId>
  <ProposedTime>2025-01-21T23:44:33.7355757-05:00</ProposedTime>
</SurveyProposedTimeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpStatusCode

Response Formats

application/json, text/json

Sample:
100

text/xml

Sample:
<HttpStatusCode xmlns="http://schemas.datacontract.org/2004/07/System.Net">Continue</HttpStatusCode>