POST api/IClassUsers/GetUserWisePackageSubjects
Request Information
URI Parameters
None.
Body Parameters
clsUserPackageRequest| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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>