Navriti:Learnplate

<back to all web services

CreateUpdateQuestionVersionRequest

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/asynconeway/CreateUpdateQuestionVersionRequest HTTP/1.1 
Host: uap-api.certiplate.com 
Content-Type: text/jsv
Content-Length: length

{
	RequestFor: String,
	QuestionId: 0,
	Userid: String,
	Question_text: String,
	Options: 
	[
		String
	],
	Correct_option: 
	[
		String
	],
	Comment: 
	[
		String
	],
	Image_link: 
	[
		String
	],
	Options_image: 
	[
		String
	],
	ModuleName: String,
	TopicName: String,
	Category: String,
	AttributeType: String,
	LangVersion: 
	[
		String
	],
	RefAnswer: String
}