GET api/Smart2PayData/GetUnmanagedNotifications

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "RecordId": 1,
    "shop_id": 2,
    "site_id": 3,
    "api_key": "sample string 4",
    "created": "sample string 5",
    "url": "sample string 6",
    "ManageState": 7
  },
  {
    "RecordId": 1,
    "shop_id": 2,
    "site_id": 3,
    "api_key": "sample string 4",
    "created": "sample string 5",
    "url": "sample string 6",
    "ManageState": 7
  },
  {
    "RecordId": 1,
    "shop_id": 2,
    "site_id": 3,
    "api_key": "sample string 4",
    "created": "sample string 5",
    "url": "sample string 6",
    "ManageState": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfSmart2PayPersistentNotification xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Smart2PayPersistentNotification>
    <RecordId>1</RecordId>
    <shop_id>2</shop_id>
    <site_id>3</site_id>
    <api_key>sample string 4</api_key>
    <created>sample string 5</created>
    <url>sample string 6</url>
    <ManageState>7</ManageState>
  </Smart2PayPersistentNotification>
  <Smart2PayPersistentNotification>
    <RecordId>1</RecordId>
    <shop_id>2</shop_id>
    <site_id>3</site_id>
    <api_key>sample string 4</api_key>
    <created>sample string 5</created>
    <url>sample string 6</url>
    <ManageState>7</ManageState>
  </Smart2PayPersistentNotification>
  <Smart2PayPersistentNotification>
    <RecordId>1</RecordId>
    <shop_id>2</shop_id>
    <site_id>3</site_id>
    <api_key>sample string 4</api_key>
    <created>sample string 5</created>
    <url>sample string 6</url>
    <ManageState>7</ManageState>
  </Smart2PayPersistentNotification>
</ArrayOfSmart2PayPersistentNotification>