POST User/AddAPPackage/PackageItem

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
learningPathId

None.

itemId

None.

itemType

None.

accountId

None.

accountName

None.

projectId

None.

projectName

None.

isAccount

None.

Request Formats

application/json, text/json

Sample:
{
  "learningPathId": "sample string 1",
  "itemId": "sample string 2",
  "itemType": "sample string 3",
  "accountId": "sample string 4",
  "accountName": "sample string 5",
  "projectId": "sample string 6",
  "projectName": "sample string 7",
  "isAccount": true
}

application/xml, text/xml

Sample:
<AddProjectPackages xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkillPortal.Data.Models">
  <accountId>sample string 4</accountId>
  <accountName>sample string 5</accountName>
  <isAccount>true</isAccount>
  <itemId>sample string 2</itemId>
  <itemType>sample string 3</itemType>
  <learningPathId>sample string 1</learningPathId>
  <projectId>sample string 6</projectId>
  <projectName>sample string 7</projectName>
</AddProjectPackages>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NameDescriptionTypeAdditional information
Version

None.

Content

None.

StatusCode

None.

ReasonPhrase

None.

Headers

None.

RequestMessage

None.

IsSuccessStatusCode

None.