POST api/Telehealth/SaveInvite

Request Information

URI Parameters

None.

Body Parameters

InviteModel
NameDescriptionTypeAdditional information
InviteId

integer

None.

SenderId

integer

None.

ValidTill

integer

None.

ClientId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "InviteId": 1,
  "SenderId": 2,
  "ValidTill": 3,
  "ClientId": 4
}

application/xml, text/xml

Sample:
<InviteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSI.Cx360.WebAPI.Models.TeleHealth">
  <ClientId>4</ClientId>
  <InviteId>1</InviteId>
  <SenderId>2</SenderId>
  <ValidTill>3</ValidTill>
</InviteModel>

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 'InviteModel'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

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/" />