GET api/NotificationCause?id={id}&token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

token

string

Required

Body Parameters

None.

Response Information

Resource Description

MDLNotificationCause
NameDescriptionTypeAdditional information
Id

integer

None.

CMORNotificationProcessDocId

integer

None.

CMORCauseId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CMORNotificationProcessDocId": 2,
  "CMORCauseId": 3
}

application/xml, text/xml

Sample:
<MDLNotificationCause xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Shared.ComplaintsManagement">
  <CMORCauseId>3</CMORCauseId>
  <CMORNotificationProcessDocId>2</CMORNotificationProcessDocId>
  <Id>1</Id>
</MDLNotificationCause>