POST api/Donation/CancelRecurrentDonation
Cancel Recurrent Donation header --> Key : This variable is confirmed by the access process
Request Information
URI Parameters
None.
Body Parameters
Api_CancelRecurrentDonation| Name | Description | Type | Additional information |
|---|---|---|---|
| Comments | string |
None. |
|
| ParentDonationId | globally unique identifier |
None. |
Parameter Information
model
| Property | Description |
|---|---|
| Comments (String) | |
| ParentDonationId (Guid) |
Request Formats
application/json, text/json
Sample:
{
"Comments": "sample string 1",
"ParentDonationId": "62ae7daa-bb3d-462f-b90e-5011b10b565b"
}
application/xml, text/xml
Sample:
<Api_CancelRecurrentDonation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.ViewModels.API"> <Comments>sample string 1</Comments> <ParentDonationId>62ae7daa-bb3d-462f-b90e-5011b10b565b</ParentDonationId> </Api_CancelRecurrentDonation>
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. |
Parameter Information
model
| Property | Description |
|---|---|
| Comments (String) | |
| ParentDonationId (Guid) |