POST api/SuccessStory/SaveSuccessStory
Request Information
URI Parameters
None.
Body Parameters
SuccessStory| Name | Description | Type | Additional information |
|---|---|---|---|
| SecurityKey | string |
None. |
|
| SuccessStoryId | integer |
None. |
|
| Place | string |
None. |
|
| NameOfBeneficiary | string |
None. |
|
| ContactNo | string |
None. |
|
| HerbayuId | string |
None. |
|
| MemberId | integer |
None. |
|
| MemberName | string |
None. |
|
| CreateDate | date |
None. |
|
| Story | string |
None. |
|
| Image1 | string |
None. |
|
| ImageData1 | Collection of byte |
None. |
|
| Image2 | string |
None. |
|
| ImageData2 | Collection of byte |
None. |
|
| Image3 | string |
None. |
|
| ImageData3 | Collection of byte |
None. |
|
| Image4 | string |
None. |
|
| ImageData4 | Collection of byte |
None. |
|
| Image5 | string |
None. |
|
| ImageData5 | Collection of byte |
None. |
|
| Image6 | string |
None. |
|
| ImageData6 | Collection of byte |
None. |
|
| Image7 | string |
None. |
|
| ImageData7 | Collection of byte |
None. |
|
| Image8 | string |
None. |
|
| ImageData8 | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"SecurityKey": "sample string 1",
"SuccessStoryId": 2,
"Place": "sample string 3",
"NameOfBeneficiary": "sample string 4",
"ContactNo": "sample string 5",
"HerbayuId": "sample string 6",
"MemberId": 7,
"MemberName": "sample string 8",
"CreateDate": "2025-12-13T03:54:53.9375721-08:00",
"Story": "sample string 10",
"Image1": "sample string 11",
"ImageData1": "QEA=",
"Image2": "sample string 12",
"ImageData2": "QEA=",
"Image3": "sample string 13",
"ImageData3": "QEA=",
"Image4": "sample string 14",
"ImageData4": "QEA=",
"Image5": "sample string 15",
"ImageData5": "QEA=",
"Image6": "sample string 16",
"ImageData6": "QEA=",
"Image7": "sample string 17",
"ImageData7": "QEA=",
"Image8": "sample string 18",
"ImageData8": "QEA="
}
text/html
Sample:
{"SecurityKey":"sample string 1","SuccessStoryId":2,"Place":"sample string 3","NameOfBeneficiary":"sample string 4","ContactNo":"sample string 5","HerbayuId":"sample string 6","MemberId":7,"MemberName":"sample string 8","CreateDate":"2025-12-13T03:54:53.9375721-08:00","Story":"sample string 10","Image1":"sample string 11","ImageData1":"QEA=","Image2":"sample string 12","ImageData2":"QEA=","Image3":"sample string 13","ImageData3":"QEA=","Image4":"sample string 14","ImageData4":"QEA=","Image5":"sample string 15","ImageData5":"QEA=","Image6":"sample string 16","ImageData6":"QEA=","Image7":"sample string 17","ImageData7":"QEA=","Image8":"sample string 18","ImageData8":"QEA="}
application/xml, text/xml
Sample:
<SuccessStory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dnyanved.Core.Model"> <ContactNo>sample string 5</ContactNo> <CreateDate>2025-12-13T03:54:53.9375721-08:00</CreateDate> <HerbayuId>sample string 6</HerbayuId> <Image1>sample string 11</Image1> <Image2>sample string 12</Image2> <Image3>sample string 13</Image3> <Image4>sample string 14</Image4> <Image5>sample string 15</Image5> <Image6>sample string 16</Image6> <Image7>sample string 17</Image7> <Image8>sample string 18</Image8> <ImageData1>QEA=</ImageData1> <ImageData2>QEA=</ImageData2> <ImageData3>QEA=</ImageData3> <ImageData4>QEA=</ImageData4> <ImageData5>QEA=</ImageData5> <ImageData6>QEA=</ImageData6> <ImageData7>QEA=</ImageData7> <ImageData8>QEA=</ImageData8> <MemberId>7</MemberId> <MemberName>sample string 8</MemberName> <NameOfBeneficiary>sample string 4</NameOfBeneficiary> <Place>sample string 3</Place> <SecurityKey>sample string 1</SecurityKey> <Story>sample string 10</Story> <SuccessStoryId>2</SuccessStoryId> </SuccessStory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>