POST api/v1/surveys/proposed
Request Information
URI Parameters
None.
Body Parameters
SurveyProposedTimeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PanelistId | integer |
None. |
|
| ProposedTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"panelistId": 2,
"proposedTime": "2025-10-31T06:39:48.6681754-04: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-10-31T06:39:48.6681754-04:00</ProposedTime> </SurveyProposedTimeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResponse Formats
application/json, text/json
Sample:
100
text/xml
Sample:
<HttpStatusCode xmlns="http://schemas.datacontract.org/2004/07/System.Net">Continue</HttpStatusCode>