POST api/Profiles/DeleteProfileRules

Request Information

URI Parameters

None.

Body Parameters

HealthAlertsDeleteModel
NameDescriptionTypeAdditional information
Id

integer

None.

PrimaryHealthProviderId

integer

None.

ProfileId

integer

None.

MeasurementDefinitionId

integer

None.

IsSuccess

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PrimaryHealthProviderId": 2,
  "ProfileId": 1,
  "MeasurementDefinitionId": 3,
  "IsSuccess": true
}

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.