POST api/pushnotification/checkin-out

Request Information

URI Parameters

None.

Body Parameters

SendCheckinNotificationModel
NameDescriptionTypeAdditional information
pcid

string

None.

time

string

None.

inorout

string

None.

attpkid

integer

None.

childid

string

None.

message

string

None.

dbid

string

None.

type

string

None.

msgtype

string

None.

role

string

None.

isadmin

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "pcid": "sample string 1",
  "time": "sample string 2",
  "inorout": "sample string 3",
  "attpkid": 4,
  "childid": "sample string 5",
  "message": "sample string 6",
  "dbid": "sample string 7",
  "type": "sample string 8",
  "msgtype": "sample string 9",
  "role": "sample string 10",
  "isadmin": true
}

application/xml, text/xml

Sample:
<SendCheckinNotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCareApiModel">
  <childid>sample string 5</childid>
  <dbid>sample string 7</dbid>
  <isadmin>true</isadmin>
  <message>sample string 6</message>
  <msgtype>sample string 9</msgtype>
  <role>sample string 10</role>
  <type>sample string 8</type>
  <attpkid>4</attpkid>
  <inorout>sample string 3</inorout>
  <pcid>sample string 1</pcid>
  <time>sample string 2</time>
</SendCheckinNotificationModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SendCheckinNotificationModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.