POST api/v1/donormerge
Add a new Donor Merge
Request Information
URI Parameters
None.
Body Parameters
Donor Merge object that needs to be added
DonorMergeName | Description | Type | Additional information |
---|---|---|---|
FromDonorID | string |
Required String length: inclusive between 0 and 20 |
|
ToDonorID | string |
Required String length: inclusive between 0 and 20 |
|
MergeDate | date |
None. |
|
MergeReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FromDonorID": "sample string 1", "ToDonorID": "sample string 2", "MergeDate": "2025-09-04T15:06:48.968", "MergeReason": "sample string 4" }
application/xml, text/xml
Sample:
<DonorMerge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPCSWS.Models"> <FromDonorID>sample string 1</FromDonorID> <MergeDate>2025-09-04T15:06:48.9680142+00:00</MergeDate> <MergeReason>sample string 4</MergeReason> <ToDonorID>sample string 2</ToDonorID> </DonorMerge>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.