POST api/Passages?isDevelopmentServer={isDevelopmentServer}

Creates a new passage.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
isDevelopmentServer

boolean

Required

Body Parameters

PassageViewModel
NameDescriptionTypeAdditional information
PassageId

integer

None.

GradeLevelId

integer

None.

Title

string

None.

Author

string

None.

Difficulty

string

None.

Summary

string

None.

Instructions

string

None.

Length

integer

None.

Text

string

None.

Deleted

boolean

None.

IsPrintable

boolean

None.

SyncStatus

integer

None.

PassageTextTypeId

integer

None.

PassageComplexityLevelId

integer

None.

LastUpdated

date

None.

PassageQuestionLinks

Collection of PassageQuestionLinkViewModel

None.

QuestionsWithAnswerOptions

Collection of QuestionWithAnswerOptionsViewModel

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.