POST api/v1/patients/merge
Request Information
URI Parameters
None.
Body Parameters
PatientMergeDtoName | Description | Type | Additional information |
---|---|---|---|
From | string |
None. |
|
FromSiteId | string |
None. |
|
To | string |
None. |
|
ToSiteId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "from": "sample string 1", "fromSiteId": "sample string 2", "to": "sample string 3", "toSiteId": "sample string 4" }
text/html
Sample:
{"from":"sample string 1","fromSiteId":"sample string 2","to":"sample string 3","toSiteId":"sample string 4"}
application/xml, text/xml
Sample:
<PatientMergeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Csh.Hcis.GC.PatientCenter.Service.Dtos"> <From>sample string 1</From> <FromSiteId>sample string 2</FromSiteId> <To>sample string 3</To> <ToSiteId>sample string 4</ToSiteId> </PatientMergeDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.