POST api/DMLA/GetUnreadNotificationMessagesList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfUnReadNotificationsResponse
NameDescriptionTypeAdditional information
ReturnValue

UnReadNotificationsResponse

None.

ReturnType

string

None.

IsSuccess

boolean

None.

Message

string

None.

Schema

string

None.

UTCDate

date

None.

Token

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnValue": {
    "UnreadCount": 1,
    "details": [
      {
        "MessageID": 1,
        "CustomerID": 2,
        "Subject": "sample string 3",
        "Message": "sample string 4",
        "ReadStatus": "sample string 5",
        "ReadAt": "2024-11-28T14:39:14.3571085+03:00",
        "ReadFrom": "sample string 7",
        "CreatedBy": "sample string 8",
        "CreatedDate": "2024-11-28T14:39:14.3571085+03:00",
        "ModifiedBy": "sample string 10",
        "ModifiedDate": "2024-11-28T14:39:14.3571085+03:00",
        "RecOwnerOrgID": 12,
        "MobileNo": "sample string 13"
      },
      {
        "MessageID": 1,
        "CustomerID": 2,
        "Subject": "sample string 3",
        "Message": "sample string 4",
        "ReadStatus": "sample string 5",
        "ReadAt": "2024-11-28T14:39:14.3571085+03:00",
        "ReadFrom": "sample string 7",
        "CreatedBy": "sample string 8",
        "CreatedDate": "2024-11-28T14:39:14.3571085+03:00",
        "ModifiedBy": "sample string 10",
        "ModifiedDate": "2024-11-28T14:39:14.3571085+03:00",
        "RecOwnerOrgID": 12,
        "MobileNo": "sample string 13"
      }
    ]
  },
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-28T14:39:14.3571085+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfUnReadNotificationsResponse5_PVh2q97 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
  <ResponseCode>sample string 7</ResponseCode>
  <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Responses.DMLoyaltyApp">
    <d2p1:UnreadCount>1</d2p1:UnreadCount>
    <d2p1:details xmlns:d3p1="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.CUS">
      <d3p1:CUS_Notifications>
        <d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
        <d3p1:CreatedDate>2024-11-28T14:39:14.3571085+03:00</d3p1:CreatedDate>
        <d3p1:CustomerID>2</d3p1:CustomerID>
        <d3p1:Message>sample string 4</d3p1:Message>
        <d3p1:MessageID>1</d3p1:MessageID>
        <d3p1:MobileNo>sample string 13</d3p1:MobileNo>
        <d3p1:ModifiedBy>sample string 10</d3p1:ModifiedBy>
        <d3p1:ModifiedDate>2024-11-28T14:39:14.3571085+03:00</d3p1:ModifiedDate>
        <d3p1:ReadAt>2024-11-28T14:39:14.3571085+03:00</d3p1:ReadAt>
        <d3p1:ReadFrom>sample string 7</d3p1:ReadFrom>
        <d3p1:ReadStatus>sample string 5</d3p1:ReadStatus>
        <d3p1:RecOwnerOrgID>12</d3p1:RecOwnerOrgID>
        <d3p1:Subject>sample string 3</d3p1:Subject>
      </d3p1:CUS_Notifications>
      <d3p1:CUS_Notifications>
        <d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
        <d3p1:CreatedDate>2024-11-28T14:39:14.3571085+03:00</d3p1:CreatedDate>
        <d3p1:CustomerID>2</d3p1:CustomerID>
        <d3p1:Message>sample string 4</d3p1:Message>
        <d3p1:MessageID>1</d3p1:MessageID>
        <d3p1:MobileNo>sample string 13</d3p1:MobileNo>
        <d3p1:ModifiedBy>sample string 10</d3p1:ModifiedBy>
        <d3p1:ModifiedDate>2024-11-28T14:39:14.3571085+03:00</d3p1:ModifiedDate>
        <d3p1:ReadAt>2024-11-28T14:39:14.3571085+03:00</d3p1:ReadAt>
        <d3p1:ReadFrom>sample string 7</d3p1:ReadFrom>
        <d3p1:ReadStatus>sample string 5</d3p1:ReadStatus>
        <d3p1:RecOwnerOrgID>12</d3p1:RecOwnerOrgID>
        <d3p1:Subject>sample string 3</d3p1:Subject>
      </d3p1:CUS_Notifications>
    </d2p1:details>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfUnReadNotificationsResponse5_PVh2q97>