POST LearningPlan/Package/CheckForPrerequisites

Check for CheckForPrerequisites

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
CourseId

None.

PackageIdReference

None.

IsAutoApproval

None.

IsRecommended

None.

RequestId

None.

LearnerIntentId

None.

LearnerIntentDescription

None.

ClassroomBatchId

None.

Request Formats

application/json, text/json

Sample:
{
  "CourseId": 1,
  "PackageIdReference": "sample string 2",
  "IsAutoApproval": true,
  "IsRecommended": true,
  "RequestId": 5,
  "LearnerIntentId": 1,
  "LearnerIntentDescription": "sample string 6",
  "ClassroomBatchId": "sample string 7"
}

application/xml, text/xml

Sample:
<CourseApprovalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkillPortal.Data.Models">
  <ClassroomBatchId>sample string 7</ClassroomBatchId>
  <CourseId>1</CourseId>
  <IsAutoApproval>true</IsAutoApproval>
  <IsRecommended>true</IsRecommended>
  <LearnerIntentDescription>sample string 6</LearnerIntentDescription>
  <LearnerIntentId>1</LearnerIntentId>
  <PackageIdReference>sample string 2</PackageIdReference>
  <RequestId>5</RequestId>
</CourseApprovalRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>