POST api/eLearningAssessmentTestApi/SaveParagraph
Request Information
URI Parameters
None.
Body Parameters
eLearningAssessmentParagraphViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | decimal number |
None. |
|
| ParagraphText | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | decimal number |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | decimal number |
None. |
|
| ParagraphName | string |
None. |
|
| TestInfoId | decimal number |
None. |
|
| TestInfoIdEncrypt | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1.0,
"ParagraphText": "sample string 2",
"CreatedDate": "2025-11-07T14:49:44.2079535+05:00",
"CreatedBy": 1.0,
"UpdatedDate": "2025-11-07T14:49:44.2079535+05:00",
"UpdatedBy": 1.0,
"ParagraphName": "sample string 3",
"TestInfoId": 1.0,
"TestInfoIdEncrypt": "sample string 4"
}
application/xml, text/xml
Sample:
<eLearningAssessmentParagraphViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModels"> <CreatedBy>1</CreatedBy> <CreatedDate>2025-11-07T14:49:44.2079535+05:00</CreatedDate> <Id>1</Id> <ParagraphName>sample string 3</ParagraphName> <ParagraphText>sample string 2</ParagraphText> <TestInfoId>1</TestInfoId> <TestInfoIdEncrypt>sample string 4</TestInfoIdEncrypt> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2025-11-07T14:49:44.2079535+05:00</UpdatedDate> </eLearningAssessmentParagraphViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |