Skip to content

MailboxEntries

GetMailboxResultSet

Methode: GET

Endpoint: /v3/mailboxentries

| Parameter | Description | Explanation | | | :--------------------------- | :-------------------------- | :------------------------------------------------------------------ | | TypeFilter.OrderId | Order no. | If known, the order no. | | TypeFilter.OriginOrderId | Original order no. | E.g. the order no. of the monitoring order. | | TypeFilter.CrefoId | Crefo no. | Crefo no. of the information sought | | TypeFilter.ProductCode | Product code | Only display certain types of information. | | TypeFilter.Reference1 | Customer reference 1 | Filter by customer reference | | TypeFilter.State | Mailbox status | Filter by status
- Void: all
- Outstanding: open orders
- Ready: newly delivered orders
- Called: orders already read | | TypeFilter.DeliveryDateStart | Delivery date from | Filter by delivery date | | TypeFilter.DeliveryDateEnd | Delivery date to | Filter by delivery date | | TypeFilter.OrderDate | Order date | Filter by order date | | PageSize | Page length | Number of entries per page | | LastId | Last ID | Last known ID |

Example Request URL

https://api.crediconnect.ch//v3/mailboxentries?TypeFilter.ProductCode=1201CPLUS&TypeFilter.OrderDate=2026-01-31&PageSize=4&LastId=1

Example Response

{
   "keySetPaginationInfo":    {
      "pageSize": 4,
      "lastId": 1,
      "nextId": 132372923
   },
   "totalCount": 4,
   "data":    [
            {
         "id": 132368498,
         "orderId": 800007464,
         "originOrderId": 800007464,
         "productCode": "1201CPLUS",
         "crefoId": "420549323",
         "reference1": "Ref1",
         "reference2": "",
         "state": "Called",
         "orderState": "20",
         "orderInformation": "",
         "orderDate": "2026-02-03T13:13:15",
         "deliveryDate": "2026-02-03T13:13:15",
         "fetchDate": "2026-02-03T13:15:13.7533333",
         "modificationFlags": [],
         "alertCodes": ""
      },
            {
         "id": 132368500,
         "orderId": 800007465,
         "originOrderId": 800007465,
         "productCode": "1201CPLUS",
         "crefoId": "426400431",
         "reference1": "Ref1",
         "reference2": "",
         "state": "Called",
         "orderState": "20",
         "orderInformation": "",
         "orderDate": "2026-02-03T13:43:01",
         "deliveryDate": "2026-02-03T13:43:01",
         "fetchDate": "2026-02-03T13:45:12.98",
         "modificationFlags": [],
         "alertCodes": ""
      },
            {
         "id": 132368503,
         "orderId": 800007467,
         "originOrderId": 800007467,
         "productCode": "1201CPLUS",
         "crefoId": "425155151",
         "reference1": "Ref1",
         "reference2": "",
         "state": "Outstanding",
         "orderState": "00",
         "orderInformation": "",
         "orderDate": "2026-02-03T14:49:16.8333333",
         "deliveryDate": null,
         "fetchDate": null,
         "modificationFlags": [],
         "alertCodes": ""
      },
            {
         "id": 132372923,
         "orderId": 800012487,
         "originOrderId": 800012487,
         "productCode": "1201CPLUS",
         "crefoId": "425155151",
         "reference1": "Ref1",
         "reference2": "",
         "state": "Outstanding",
         "orderState": "00",
         "orderInformation": "",
         "orderDate": "2026-02-05T15:06:39.7133333",
         "deliveryDate": null,
         "fetchDate": null,
         "modificationFlags": [],
         "alertCodes": ""
      }
   ]
}