GET api/NotificationProcessDoc?id={id}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MDLNotificationProcessDoc| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CMORNotificationId | integer |
None. |
|
| ProcessStep | ENMProcessingStep |
None. |
|
| Comment | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"CMORNotificationId": 2,
"ProcessStep": 1,
"Comment": "sample string 3"
}
application/xml, text/xml
Sample:
<MDLNotificationProcessDoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Shared.ComplaintsManagement"> <CMORNotificationId>2</CMORNotificationId> <Comment>sample string 3</Comment> <Id>1</Id> <ProcessStep>Registered</ProcessStep> </MDLNotificationProcessDoc>