GET api/notification/GetMylerNotifications

Request Information

URI Parameters

None.

Body Parameters

GetCourierNotificationsFilterDTO
NameDescriptionTypeAdditional information
PageFilter

PageFilter

None.

Request Formats

application/json, text/json

Sample:
{
  "PageFilter": {
    "PageIndex": 1,
    "PageSize": 2
  }
}

application/xml, text/xml

Sample:
<GetCourierNotificationsFilterDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO">
  <PageFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities">
    <d2p1:PageIndex>1</d2p1:PageIndex>
    <d2p1:PageSize>2</d2p1:PageSize>
  </PageFilter>
</GetCourierNotificationsFilterDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DescriptiveResponseOfListOfGetMylerNotificationsDTO
NameDescriptionTypeAdditional information
Value

Collection of GetMylerNotificationsDTO

None.

CoreValue

string

None.

IsErrorState

boolean

None.

ErrorDescription

string

None.

ErrorMetadata

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": [
    {
      "Id": 1,
      "MemeberId": 2,
      "PackageId": 1,
      "PickupOrderId": 1,
      "EnTitle": "sample string 3",
      "ArTitle": "sample string 4",
      "ArMessage": "sample string 5",
      "EnMessage": "sample string 6",
      "CreatedDate": "2025-12-15T20:28:05.0614139+02:00",
      "IsRead": true,
      "Barcode": "sample string 9",
      "CurrentStatus": {
        "ColorCode": "sample string 1",
        "ArName": "sample string 2",
        "EnName": "sample string 3"
      }
    },
    {
      "Id": 1,
      "MemeberId": 2,
      "PackageId": 1,
      "PickupOrderId": 1,
      "EnTitle": "sample string 3",
      "ArTitle": "sample string 4",
      "ArMessage": "sample string 5",
      "EnMessage": "sample string 6",
      "CreatedDate": "2025-12-15T20:28:05.0614139+02:00",
      "IsRead": true,
      "Barcode": "sample string 9",
      "CurrentStatus": {
        "ColorCode": "sample string 1",
        "ArName": "sample string 2",
        "EnName": "sample string 3"
      }
    }
  ],
  "CoreValue": "sample string 1",
  "IsErrorState": true,
  "ErrorDescription": "sample string 3",
  "ErrorMetadata": {}
}

application/xml, text/xml

Sample:
<DescriptiveResponseOfArrayOfGetMylerNotificationsDTOpSE_P4vib xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities">
  <CoreValue>sample string 1</CoreValue>
  <ErrorDescription>sample string 3</ErrorDescription>
  <ErrorMetadata />
  <IsErrorState>true</IsErrorState>
  <Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO.Firebase">
    <d2p1:GetMylerNotificationsDTO>
      <d2p1:ArMessage>sample string 5</d2p1:ArMessage>
      <d2p1:ArTitle>sample string 4</d2p1:ArTitle>
      <d2p1:Barcode>sample string 9</d2p1:Barcode>
      <d2p1:CreatedDate>2025-12-15T20:28:05.0614139+02:00</d2p1:CreatedDate>
      <d2p1:CurrentStatus>
        <d2p1:ArName>sample string 2</d2p1:ArName>
        <d2p1:ColorCode>sample string 1</d2p1:ColorCode>
        <d2p1:EnName>sample string 3</d2p1:EnName>
      </d2p1:CurrentStatus>
      <d2p1:EnMessage>sample string 6</d2p1:EnMessage>
      <d2p1:EnTitle>sample string 3</d2p1:EnTitle>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsRead>true</d2p1:IsRead>
      <d2p1:MemeberId>2</d2p1:MemeberId>
      <d2p1:PackageId>1</d2p1:PackageId>
      <d2p1:PickupOrderId>1</d2p1:PickupOrderId>
    </d2p1:GetMylerNotificationsDTO>
    <d2p1:GetMylerNotificationsDTO>
      <d2p1:ArMessage>sample string 5</d2p1:ArMessage>
      <d2p1:ArTitle>sample string 4</d2p1:ArTitle>
      <d2p1:Barcode>sample string 9</d2p1:Barcode>
      <d2p1:CreatedDate>2025-12-15T20:28:05.0614139+02:00</d2p1:CreatedDate>
      <d2p1:CurrentStatus>
        <d2p1:ArName>sample string 2</d2p1:ArName>
        <d2p1:ColorCode>sample string 1</d2p1:ColorCode>
        <d2p1:EnName>sample string 3</d2p1:EnName>
      </d2p1:CurrentStatus>
      <d2p1:EnMessage>sample string 6</d2p1:EnMessage>
      <d2p1:EnTitle>sample string 3</d2p1:EnTitle>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsRead>true</d2p1:IsRead>
      <d2p1:MemeberId>2</d2p1:MemeberId>
      <d2p1:PackageId>1</d2p1:PackageId>
      <d2p1:PickupOrderId>1</d2p1:PickupOrderId>
    </d2p1:GetMylerNotificationsDTO>
  </Value>
</DescriptiveResponseOfArrayOfGetMylerNotificationsDTOpSE_P4vib>