POST api/PSAPI/CheckStudentProfilerCampaign
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
            Sample:
                    
Sample not available.
Response Information
Resource Description
StudentProfilerCampaignEntity| Name | Description | Type | Additional information | 
|---|---|---|---|
| Status | boolean | None. | |
| Message | string | None. | |
| Flag | boolean | None. | |
| Notes | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "status": true,
  "message": "sample string 2",
  "flag": true,
  "notes": "sample string 4"
}
        text/xml
            Sample:
<StudentProfilerCampaignEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MdForLivesAPI.Controllers"> <Flag>true</Flag> <Message>sample string 2</Message> <Notes>sample string 4</Notes> <Status>true</Status> </StudentProfilerCampaignEntity>