POST Patient/InsertSudyAmendment
Request Information
URI Parameters
None.
Body Parameters
InsertStudyAmendmentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| summaryId | integer |
None. |
|
| comments | string |
None. |
|
| reportId | integer |
None. |
|
| patientId | integer |
None. |
|
| enrollmentId | integer |
None. |
|
| userId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"summaryId": 1,
"comments": "sample string 2",
"reportId": 3,
"patientId": 4,
"enrollmentId": 5,
"userId": 6
}
application/xml, text/xml
Sample:
<InsertStudyAmendmentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DynamicsIntegrationToolkit.DTO"> <comments>sample string 2</comments> <enrollmentId>5</enrollmentId> <patientId>4</patientId> <reportId>3</reportId> <summaryId>1</summaryId> <userId>6</userId> </InsertStudyAmendmentRequest>
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. |