POST api/DonateSimple
Processes and bills a donation.
Request Information
URI Parameters
None.
Body Parameters
DonationSimpleRequestName | Description | Type | Additional information |
---|---|---|---|
SessionKey | string | ||
string |
Required |
||
DonationFundId | integer |
Required |
|
DonationAmount | decimal number |
Required |
|
FirstName | string | ||
LastName | string | ||
Address1 | string | ||
Address2 | string | ||
City | string | ||
StateId |
Two letter state value from CountriesStates method |
string | |
CountryId | integer | ||
PostalCode | string | ||
SourceId |
For optional source id that will be used for the membership purchase session |
integer |
Request Formats
application/json, text/json
Sample:
{ "SessionKey": "sample string 1", "Email": "sample string 2", "DonationFundId": 3, "DonationAmount": 4.0, "FirstName": "sample string 5", "LastName": "sample string 6", "Address1": "sample string 7", "Address2": "sample string 8", "City": "sample string 9", "StateId": "sample string 10", "CountryId": 11, "PostalCode": "sample string 12", "SourceId": 13 }
application/xml, text/xml
Sample:
<DonationSimpleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Contribution"> <Address1>sample string 7</Address1> <Address2>sample string 8</Address2> <City>sample string 9</City> <CountryId>11</CountryId> <FirstName>sample string 5</FirstName> <LastName>sample string 6</LastName> <PostalCode>sample string 12</PostalCode> <SourceId>13</SourceId> <StateId>sample string 10</StateId> <DonationAmount>4</DonationAmount> <DonationFundId>3</DonationFundId> <Email>sample string 2</Email> <SessionKey>sample string 1</SessionKey> </DonationSimpleRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DonationResult object
ApiSuccessOfDonationSimpleResultName | Description | Type | Additional information |
---|---|---|---|
Success | boolean | ||
Data | DonationSimpleResult |
Response Formats
application/json
Sample:
{ "Success": true, "Data": { "SessionKey": "VNpWar2qHyk0j0asInqzY1gIrY5eHzjS54nAEnD+1MMe5V+dCpPA7Sz2pJOztyIA0EopPIaNbKAAmv45NPK4WRBsHPZzA5jLMDbBv6AyfT0=", "DonationAdded": true, "AccountRegistered": true, "DonationPurchaseSessionKey": "DTkt1uznCj+AWevdnV7LFRj0kI+mNWydOzQH/tDenCEjfEIq2IzUwP+YqNigap6kGttsOUGZFP73GlBnRBP9XgpvfuYphM38HgIOXUD1um8=", "TotalAmountAddedToCart": 5.0, "PurchaseCompleted": true, "OrderEmailSent": true, "OrderNumber": 8, "PrimaryAddressError": true, "NewSessionKey": "WXkV6S8gkRAuOiRswWd9YXnIxO6HpmJufRCI02pKam/6k+llT2xBMc2ps+VGHJhZrRZ2914JHDdiZUN0KESWySO6DdLcnaseIyIJdapauRIspziYuco0CZ5+XuvmyYm9", "Error": [ "sample string 1", "sample string 2" ], "Status": "sample string 11", "Message": "sample string 12" } }
text/json
Sample:
{ "Success": true, "Data": { "SessionKey": "xSQy1+/j+7KWzz1uIrI2VpmCLV+2MgGLFK7n9dPHunBelMQVkKwdHfbASuuEinXKauZUncdNGTlnL6hZq9MlNUyDmg9COPyqeENfnU0OacQ=", "DonationAdded": true, "AccountRegistered": true, "DonationPurchaseSessionKey": "m8LaMUe0rZy+f3yrJvZU+K8xD+z1hAd2cH6SEGqT3LrBuawazNW9+asdhye+D1OonlD8rllQvLDekEJEylI7cLv7SFeAhVTSgVC7iM0R7Zg=", "TotalAmountAddedToCart": 5.0, "PurchaseCompleted": true, "OrderEmailSent": true, "OrderNumber": 8, "PrimaryAddressError": true, "NewSessionKey": "jBdPHJiBB0hqIudJb3+q7uW6JnrImjmNpmnJ+xQwlKvacOfvPduQ6KtMvkp98tfvvg6o9YYul78gUGRSiISL2Epe2gyfPgqHo/Lj0ZE6dM55sXj6MUy3VDdPzVGedsEY", "Error": [ "sample string 1", "sample string 2" ], "Status": "sample string 11", "Message": "sample string 12" } }
application/xml, text/xml
Sample:
<ApiSuccessOfDonationSimpleResultyx5QZ_PAX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Api"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Contribution"> <Error xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Order"> <d3p1:string>sample string 1</d3p1:string> <d3p1:string>sample string 2</d3p1:string> </Error> <Message xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Order">sample string 12</Message> <NewSessionKey xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Order">sample string 10</NewSessionKey> <OrderEmailSent xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Order">true</OrderEmailSent> <OrderNumber xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Order">8</OrderNumber> <PrimaryAddressError xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Order">true</PrimaryAddressError> <PurchaseCompleted xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Order">true</PurchaseCompleted> <Status xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Entities.Order">sample string 11</Status> <d2p1:AccountRegistered>true</d2p1:AccountRegistered> <d2p1:DonationAdded>true</d2p1:DonationAdded> <d2p1:DonationPurchaseSessionKey>sample string 4</d2p1:DonationPurchaseSessionKey> <d2p1:SessionKey>sample string 1</d2p1:SessionKey> <d2p1:TotalAmountAddedToCart>5</d2p1:TotalAmountAddedToCart> </Data> </ApiSuccessOfDonationSimpleResultyx5QZ_PAX>