POST Api/StudentDemographics/SaveCaseManager

Request Information

URI Parameters

None.

Body Parameters

CMSaveModel
NameDescriptionTypeAdditional information
CaseManagerId

decimal number

None.

CM_Name

string

None.

CM_Phone

string

None.

Greeting

string

None.

Current

integer

None.

Retired_Deceased

integer

None.

CMAddress

string

None.

CMCity

string

None.

CMState

string

None.

CMZip

string

None.

CMDistrictNumber

string

None.

CMLastName

string

None.

IntakeCM

integer

None.

EnrolledCM

integer

None.

CMFax

string

None.

CMExt

string

None.

CMTitle

string

None.

CMNote

string

None.

LabelLarge

integer

None.

LabelSmall

integer

None.

CMEmailAddress

string

None.

flgEmployerContact

integer

None.

CMMobilePhone

string

None.

BlockAlertCellPhone

integer

None.

BlockAlertWorkPhone

integer

None.

BlockAlertEmail

integer

None.

CampusName

string

None.

UserID

string

None.

DeviceID

string

None.

DeviceOS

string

None.

Version

string

None.

accessToken

string

Required

Matching regular expression pattern: ^a4768b1a-b5c1-4561-86e7-324b8a368354$

Request Formats

application/json, text/json

Sample:
{
  "CaseManagerId": 1.0,
  "CM_Name": "sample string 2",
  "CM_Phone": "sample string 3",
  "Greeting": "sample string 4",
  "Current": 5,
  "Retired_Deceased": 6,
  "CMAddress": "sample string 7",
  "CMCity": "sample string 8",
  "CMState": "sample string 9",
  "CMZip": "sample string 10",
  "CMDistrictNumber": "sample string 11",
  "CMLastName": "sample string 12",
  "IntakeCM": 1,
  "EnrolledCM": 1,
  "CMFax": "sample string 13",
  "CMExt": "sample string 14",
  "CMTitle": "sample string 15",
  "CMNote": "sample string 16",
  "LabelLarge": 1,
  "LabelSmall": 1,
  "CMEmailAddress": "sample string 17",
  "flgEmployerContact": 1,
  "CMMobilePhone": "sample string 18",
  "BlockAlertCellPhone": 1,
  "BlockAlertWorkPhone": 1,
  "BlockAlertEmail": 1,
  "CampusName": "sample string 19",
  "UserID": "sample string 20",
  "DeviceID": "sample string 21",
  "DeviceOS": "sample string 22",
  "Version": "sample string 23",
  "accessToken": "sample string 24"
}

text/html

Sample:
{"CaseManagerId":1.0,"CM_Name":"sample string 2","CM_Phone":"sample string 3","Greeting":"sample string 4","Current":5,"Retired_Deceased":6,"CMAddress":"sample string 7","CMCity":"sample string 8","CMState":"sample string 9","CMZip":"sample string 10","CMDistrictNumber":"sample string 11","CMLastName":"sample string 12","IntakeCM":1,"EnrolledCM":1,"CMFax":"sample string 13","CMExt":"sample string 14","CMTitle":"sample string 15","CMNote":"sample string 16","LabelLarge":1,"LabelSmall":1,"CMEmailAddress":"sample string 17","flgEmployerContact":1,"CMMobilePhone":"sample string 18","BlockAlertCellPhone":1,"BlockAlertWorkPhone":1,"BlockAlertEmail":1,"CampusName":"sample string 19","UserID":"sample string 20","DeviceID":"sample string 21","DeviceOS":"sample string 22","Version":"sample string 23","accessToken":"sample string 24"}

application/xml, text/xml

Sample:
<CMSaveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">
  <CampusName>sample string 19</CampusName>
  <DeviceID>sample string 21</DeviceID>
  <DeviceOS>sample string 22</DeviceOS>
  <UserID>sample string 20</UserID>
  <Version>sample string 23</Version>
  <accessToken>sample string 24</accessToken>
  <BlockAlertCellPhone>1</BlockAlertCellPhone>
  <BlockAlertEmail>1</BlockAlertEmail>
  <BlockAlertWorkPhone>1</BlockAlertWorkPhone>
  <CMAddress>sample string 7</CMAddress>
  <CMCity>sample string 8</CMCity>
  <CMDistrictNumber>sample string 11</CMDistrictNumber>
  <CMEmailAddress>sample string 17</CMEmailAddress>
  <CMExt>sample string 14</CMExt>
  <CMFax>sample string 13</CMFax>
  <CMLastName>sample string 12</CMLastName>
  <CMMobilePhone>sample string 18</CMMobilePhone>
  <CMNote>sample string 16</CMNote>
  <CMState>sample string 9</CMState>
  <CMTitle>sample string 15</CMTitle>
  <CMZip>sample string 10</CMZip>
  <CM_Name>sample string 2</CM_Name>
  <CM_Phone>sample string 3</CM_Phone>
  <CaseManagerId>1</CaseManagerId>
  <Current>5</Current>
  <EnrolledCM>1</EnrolledCM>
  <Greeting>sample string 4</Greeting>
  <IntakeCM>1</IntakeCM>
  <LabelLarge>1</LabelLarge>
  <LabelSmall>1</LabelSmall>
  <Retired_Deceased>6</Retired_Deceased>
  <flgEmployerContact>1</flgEmployerContact>
</CMSaveModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />