POST api/IClassUsers/GetUserWisePackageSubjects

Request Information

URI Parameters

None.

Body Parameters

clsUserPackageRequest
NameDescriptionTypeAdditional information
UserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1
}

application/xml, text/xml

Sample:
<clsUserPackageRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
  <UserID>1</UserID>
</clsUserPackageRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

clsUserPackageResponse
NameDescriptionTypeAdditional information
SSMValue

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SSMValue": "sample string 1"
}

application/xml, text/xml

Sample:
<clsUserPackageResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
  <SSMValue>sample string 1</SSMValue>
</clsUserPackageResponse>