POST V2/Message/GetAllMemberMsg

Request Information

URI Parameters

None.

Body Parameters

MessagePager
NameDescriptionTypeAdditional information
PageInfo

PageInfo

None.

Condition

MessageSearchCond

None.

Request Formats

application/json, text/json

Sample:
{
  "PageInfo": {
    "Page": 1,
    "PageSize": 2,
    "Offset": 0,
    "SortName": "sample string 3",
    "SortOrder": "sample string 4"
  },
  "Condition": {
    "Id": "2390c93b-5727-432b-9329-b75516657df9",
    "Sender": "sample string 1",
    "Recipient": "sample string 2",
    "MemberId": "sample string 3",
    "AdminId": "sample string 4",
    "QueryBgDtStr": "sample string 5",
    "QueryBgDt": "2024-09-20 02:58:53",
    "QueryEdDtStr": "sample string 6",
    "QueryEdDt": "2024-09-20 02:58:53",
    "Url": "sample string 7",
    "Sku": "sample string 8",
    "OrderId": "sample string 9",
    "IsRead": true,
    "IsShowContact": true,
    "SendType": 1,
    "MsgType": 1,
    "SendFromTypeLst": [
      1,
      1
    ],
    "MessageTypeLst": [
      1,
      1
    ]
  }
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MessagePager'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {},
  "Code": 4
}