POST api/Donation/CreateRecurringDonation

Create Recurring Donation header --> Key : This variable is confirmed by the access process

Request Information

URI Parameters

None.

Body Parameters

Api_MakeRecurringDonation
NameDescriptionTypeAdditional information
TotalDonationAmount

decimal number

None.

LangCode

integer

None.

BankResponseHandlerUrl

string

None.

Parameter Information

model

Property Description
TotalDonationAmount (Decimal)

                    
LangCode (Int32)

                    
BankResponseHandlerUrl (String)

                    

Request Formats

application/json, text/json

Sample:
{
  "TotalDonationAmount": 1.0,
  "LangCode": 2,
  "BankResponseHandlerUrl": "sample string 3"
}

application/xml, text/xml

Sample:
<Api_MakeRecurringDonation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.ViewModels.API">
  <BankResponseHandlerUrl>sample string 3</BankResponseHandlerUrl>
  <LangCode>2</LangCode>
  <TotalDonationAmount>1</TotalDonationAmount>
</Api_MakeRecurringDonation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional 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
TotalDonationAmount (Decimal)

                    
LangCode (Int32)

                    
BankResponseHandlerUrl (String)