POST services/api/rest/v1/Get_RestMessageById

Request Information

URI Parameters

None.

Body Parameters

Id_LocationId
NameDescriptionTypeAdditional information
Id

integer

None.

LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LocationId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RestMessages_Master
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

ActionId

integer

None.

ActionName

string

None.

ContentText

string

None.

LocId

integer

None.

IsDefault

boolean

None.

IsActive

boolean

None.

MessageType

string

None.

UserId

integer

None.

IsHTML

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "ActionId": 3,
  "ActionName": "sample string 4",
  "ContentText": "sample string 5",
  "LocId": 6,
  "IsDefault": true,
  "IsActive": true,
  "MessageType": "sample string 9",
  "UserId": 10,
  "IsHTML": true
}