POST api/questionPaperBluePrint/InsertUpdateQuestionPaperBluePrint
Request Information
URI Parameters
None.
Body Parameters
QuestionPaperBluePrint| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| QuestionPaperTamplateId | integer |
None. |
|
| QuestionType | string |
None. |
|
| NumberofQuestion | integer |
None. |
|
| QuestionSubType | integer |
None. |
|
| Pair | integer |
None. |
|
| CreateDate | date |
Data type: Date |
|
| ModifiedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| FieldsToNull | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"QuestionPaperTamplateId": 2,
"QuestionType": "sample string 3",
"NumberofQuestion": 4,
"QuestionSubType": 5,
"Pair": 6,
"CreateDate": "2026-01-09T22:56:05.3663516+00:00",
"ModifiedDate": "2026-01-09T22:56:05.3663516+00:00",
"CreatedBy": 1,
"ModifiedBy": 1
}
text/xml
Sample:
<QuestionPaperBluePrint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Entities.V1"> <CreateDate xmlns="http://schemas.datacontract.org/2004/07/School.Common">2026-01-09T22:56:05.3663516+00:00</CreateDate> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/School.Common">1</CreatedBy> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/School.Common">1</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/School.Common">2026-01-09T22:56:05.3663516+00:00</ModifiedDate> <Id xmlns="http://schemas.datacontract.org/2004/07/School.Entities.Contract">1</Id> <NumberofQuestion xmlns="http://schemas.datacontract.org/2004/07/School.Entities.Contract">4</NumberofQuestion> <Pair xmlns="http://schemas.datacontract.org/2004/07/School.Entities.Contract">6</Pair> <QuestionPaperTamplateId xmlns="http://schemas.datacontract.org/2004/07/School.Entities.Contract">2</QuestionPaperTamplateId> <QuestionSubType xmlns="http://schemas.datacontract.org/2004/07/School.Entities.Contract">5</QuestionSubType> <QuestionType xmlns="http://schemas.datacontract.org/2004/07/School.Entities.Contract">sample string 3</QuestionType> </QuestionPaperBluePrint>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.