POST api/PersonalStoryManagement/Save
Request Information
URI Parameters
None.
Body Parameters
PersonalStoryBidningModelName | Description | Type | Additional information |
---|---|---|---|
PersonalStoryId | integer |
Required |
|
CampaignId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
FirstName | string |
Required |
|
LastName | string |
None. |
|
CompanyName | string |
None. |
|
Telephone1 | string |
None. |
|
Telephone2 | string |
None. |
|
string |
None. |
||
DayOfWeek | string |
None. |
|
TimeOfDay | string |
None. |
|
BriefDescription | string |
Required |
|
DonorId | integer |
None. |
|
PersonalStory_ | string |
None. |
|
ShareStoryStatusId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
UpdateKey | integer |
None. |
|
ReadYn | boolean |
Required |
|
RadioStationNameId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "personalStoryId": 1, "campaignId": 2, "firstName": "sample string 3", "lastName": "sample string 4", "companyName": "sample string 5", "telephone1": "sample string 6", "telephone2": "sample string 7", "email": "sample string 8", "dayOfWeek": "sample string 9", "timeOfDay": "sample string 10", "briefDescription": "sample string 11", "donorId": 1, "personalStory_": "sample string 12", "shareStoryStatusId": 13, "updateKey": 14, "readYn": true, "radioStationNameId": 1 }
application/xml, text/xml
Sample:
<PersonalStoryBidningModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMN.DonorNet.V3.Binding.Models"> <BriefDescription>sample string 11</BriefDescription> <CampaignId>2</CampaignId> <CompanyName>sample string 5</CompanyName> <DayOfWeek>sample string 9</DayOfWeek> <DonorId>1</DonorId> <Email>sample string 8</Email> <FirstName>sample string 3</FirstName> <LastName>sample string 4</LastName> <PersonalStoryId>1</PersonalStoryId> <PersonalStory_>sample string 12</PersonalStory_> <RadioStationNameId>1</RadioStationNameId> <ReadYn>true</ReadYn> <ShareStoryStatusId>13</ShareStoryStatusId> <Telephone1>sample string 6</Telephone1> <Telephone2>sample string 7</Telephone2> <TimeOfDay>sample string 10</TimeOfDay> <UpdateKey>14</UpdateKey> </PersonalStoryBidningModel>
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.