POST api/DashBoard/MessageReceivesent

Request Information

URI Parameters

None.

Body Parameters

DashBoardReceiveSentMessage
NameDescriptionTypeAdditional information
Id

integer

None.

HospitalLocationId

integer

None.

FacilityId

integer

None.

UserId

integer

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "HospitalLocationId": 2,
  "FacilityId": 3,
  "UserId": 4,
  "Type": "sample string 5"
}

application/xml, text/xml

Sample:
<DashBoardReceiveSentMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MirecalWepApi.Models">
  <FacilityId>3</FacilityId>
  <HospitalLocationId>2</HospitalLocationId>
  <Id>1</Id>
  <Type>sample string 5</Type>
  <UserId>4</UserId>
</DashBoardReceiveSentMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.