POST api/DonorManagement/SaveCashiering
Request Information
URI Parameters
None.
Body Parameters
DonorBindingModelName | Description | Type | Additional information |
---|---|---|---|
DonorId | integer |
None. |
|
LegacyId | string |
String length: inclusive between 0 and 20 |
|
CampaignId | integer |
None. |
|
LanguageValue | string |
String length: inclusive between 0 and 10 |
|
Salutation | string |
String length: inclusive between 0 and 25 |
|
LetterSalutation | string |
String length: inclusive between 0 and 50 |
|
Addressee | string |
None. |
|
FirstName | string |
String length: inclusive between 0 and 50 |
|
LastName | string |
String length: inclusive between 0 and 50 |
|
SpouseFirstName | string |
String length: inclusive between 0 and 50 |
|
SpouseLastName | string |
String length: inclusive between 0 and 50 |
|
CompanyName | string |
String length: inclusive between 0 and 75 |
|
Address1 | string |
String length: inclusive between 0 and 50 |
|
Address2 | string |
String length: inclusive between 0 and 50 |
|
City | string |
String length: inclusive between 0 and 50 |
|
StateId | integer |
None. |
|
StateAbrev | string |
None. |
|
State | string |
None. |
|
PostalCode | string |
String length: inclusive between 0 and 15 |
|
Telephone | string |
String length: inclusive between 0 and 14 |
|
string |
String length: inclusive between 0 and 128 |
||
UpdateKey | integer |
None. |
|
SavedUserId | string |
None. |
|
SavedDateTime | date |
None. |
|
CreatedDateTime | date |
None. |
|
ActiveDonor | boolean |
None. |
|
DoNotCall | boolean |
None. |
|
TelephoneType | integer |
None. |
|
SendAppealsYn | boolean |
None. |
|
SendAppealsTypeId | integer |
None. |
|
Suffix | string |
None. |
|
MiddleName | string |
None. |
|
Comment | string |
None. |
|
CkcDonorId | integer |
None. |
|
CmnDonorId | integer |
None. |
|
ProScore | integer |
None. |
|
DonorInsight | string |
None. |
|
CapacityRating | integer |
None. |
|
PropensityRating | integer |
None. |
|
LastWeSearchDate | date |
None. |
|
PdfId | string |
None. |
|
HospitalId | integer |
None. |
|
DonorSeed | string |
None. |
|
LanguageName | string |
None. |
|
SendAppealTypeDescription | string |
None. |
Request Formats
application/json, text/json
{ "donorId": 1, "legacyId": "sample string 2", "campaignId": 3, "languageValue": "sample string 4", "salutation": "sample string 5", "letterSalutation": "sample string 6", "addressee": "sample string 7", "firstName": "sample string 8", "lastName": "sample string 9", "spouseFirstName": "sample string 10", "spouseLastName": "sample string 11", "companyName": "sample string 12", "address1": "sample string 13", "address2": "sample string 14", "city": "sample string 15", "stateId": 1, "stateAbrev": "sample string 16", "state": "sample string 17", "postalCode": "sample string 18", "telephone": "sample string 19", "email": "sample string 20", "updateKey": 21, "savedUserId": "sample string 22", "savedDateTime": "2023-01-21T22:28:06.244467+00:00", "createdDateTime": "2023-01-21T22:28:06.244467+00:00", "activeDonor": true, "doNotCall": true, "telephoneType": 26, "sendAppealsYn": true, "sendAppealsTypeId": 28, "suffix": "sample string 29", "middleName": "sample string 30", "comment": "sample string 31", "ckcDonorId": 1, "cmnDonorId": 1, "proScore": 32, "donorInsight": "sample string 33", "capacityRating": 34, "propensityRating": 35, "lastWeSearchDate": "2023-01-21T22:28:06.244467+00:00", "pdfId": "sample string 37", "hospitalId": 1, "donorSeed": "sample string 38", "languageName": "sample string 39", "sendAppealTypeDescription": "sample string 40" }
application/xml, text/xml
<DonorBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMN.DonorNet.V3.Binding.Models"> <ActiveDonor>true</ActiveDonor> <Address1>sample string 13</Address1> <Address2>sample string 14</Address2> <Addressee>sample string 7</Addressee> <CampaignId>3</CampaignId> <CapacityRating>34</CapacityRating> <City>sample string 15</City> <CkcDonorId>1</CkcDonorId> <CmnDonorId>1</CmnDonorId> <Comment>sample string 31</Comment> <CompanyName>sample string 12</CompanyName> <CreatedDateTime>2023-01-21T22:28:06.244467+00:00</CreatedDateTime> <DoNotCall>true</DoNotCall> <DonorId>1</DonorId> <DonorInsight>sample string 33</DonorInsight> <DonorSeed>sample string 38</DonorSeed> <Email>sample string 20</Email> <FirstName>sample string 8</FirstName> <HospitalId>1</HospitalId> <LanguageName>sample string 39</LanguageName> <LanguageValue>sample string 4</LanguageValue> <LastName>sample string 9</LastName> <LastWeSearchDate>2023-01-21T22:28:06.244467+00:00</LastWeSearchDate> <LegacyId>sample string 2</LegacyId> <LetterSalutation>sample string 6</LetterSalutation> <MiddleName>sample string 30</MiddleName> <PdfId>sample string 37</PdfId> <PostalCode>sample string 18</PostalCode> <ProScore>32</ProScore> <PropensityRating>35</PropensityRating> <Salutation>sample string 5</Salutation> <SavedDateTime>2023-01-21T22:28:06.244467+00:00</SavedDateTime> <SavedUserId>sample string 22</SavedUserId> <SendAppealTypeDescription>sample string 40</SendAppealTypeDescription> <SendAppealsTypeId>28</SendAppealsTypeId> <SendAppealsYn>true</SendAppealsYn> <SpouseFirstName>sample string 10</SpouseFirstName> <SpouseLastName>sample string 11</SpouseLastName> <State>sample string 17</State> <StateAbrev>sample string 16</StateAbrev> <StateId>1</StateId> <Suffix>sample string 29</Suffix> <Telephone>sample string 19</Telephone> <TelephoneType>26</TelephoneType> <UpdateKey>21</UpdateKey> </DonorBindingModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.