POST api/DonorManagement/RefundGift
Request Information
URI Parameters
None.
Body Parameters
DonorGiftBindingModelName | Description | Type | Additional information |
---|---|---|---|
GiftId | integer |
Required |
|
TransactionDate | date |
None. |
|
ReferenceNumber | string |
String length: inclusive between 0 and 50 |
|
Comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "giftId": 1, "transactionDate": "2023-02-03T10:38:02.9777695+00:00", "referenceNumber": "sample string 2", "comments": "sample string 3" }
application/xml, text/xml
Sample:
<DonorGiftBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMN.DonorNet.V3.Binding.Models"> <Comments>sample string 3</Comments> <GiftId>1</GiftId> <ReferenceNumber>sample string 2</ReferenceNumber> <TransactionDate>2023-02-03T10:38:02.9777695+00:00</TransactionDate> </DonorGiftBindingModel>
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.