PUT api/participantresult
Request Information
URI Parameters
None.
Body Parameters
ParticipantResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| participantId | integer |
None. |
|
| studyId | integer |
None. |
|
| attemptNumber | integer |
None. |
|
| preScreenerPass | boolean |
None. |
|
| questionnairePass | boolean |
None. |
|
| participantStatus | boolean |
None. |
|
| disclosurePass | boolean |
None. |
|
| when_To_Call | string |
None. |
|
| isActive | boolean |
None. |
|
| validateFlag | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"participantId": 1,
"studyId": 2,
"attemptNumber": 3,
"preScreenerPass": true,
"questionnairePass": true,
"participantStatus": true,
"disclosurePass": true,
"when_To_Call": "sample string 8",
"isActive": true,
"validateFlag": true
}
application/xml, text/xml
Sample:
<ParticipantResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECD_SFCData.Models"> <attemptNumber>3</attemptNumber> <disclosurePass>true</disclosurePass> <isActive>true</isActive> <participantId>1</participantId> <participantStatus>true</participantStatus> <preScreenerPass>true</preScreenerPass> <questionnairePass>true</questionnairePass> <studyId>2</studyId> <validateFlag>true</validateFlag> <when_To_Call>sample string 8</when_To_Call> </ParticipantResultModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |