POST alerts/send

Request Information

URI Parameters

None.

Body Parameters

AlertSendViewModel
NameDescriptionTypeAdditional information
Oid

globally unique identifier

None.

Type

integer

None.

ProcessStatus

integer

None.

Description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Oid": "4e4c766f-fe3b-4327-bbca-747a98eef63e",
  "Type": 2,
  "ProcessStatus": 3,
  "Description": "sample string 4"
}

multipart/form-data

Sample:
{"Oid":"4e4c766f-fe3b-4327-bbca-747a98eef63e","Type":2,"ProcessStatus":3,"Description":"sample string 4"}

application/xml, text/xml

Sample:
<AlertSendViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BikelarCage.WebApi.ViewModels.Customer">
  <Description>sample string 4</Description>
  <Oid>4e4c766f-fe3b-4327-bbca-747a98eef63e</Oid>
  <ProcessStatus>3</ProcessStatus>
  <Type>2</Type>
</AlertSendViewModel>

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.