Notification Box
Function Description
Retrieves the member's notification box list.
Detailed Description
Login is required.
Retrieves items in order of most recently registered.
If the parameter Member Notification Type Code (mbrNotiTypCd) is passed, retrieves only the notification box information for that notification type code.
Revision History
Release v2.00_240401: Added notification box read processing, added RequestParam pageIdx
ME051 (Member Notification Type Code)
- 01: Order
- 02: Inquiry
- 03: My Page
- 04: Restock Notification
- 05: Gift Item
- 06: Customer Center
- 12: Coupon
- 13: Member
- 14: Referrer ID Registration Notification
01Possible values: Access Token
Success
Business processing error details
GET /api/member/v1/notibox/notiInfo HTTP/1.1
Host: api-member.x2bee.com/
Accept: */*
No content
Function Description
Registers a notification box entry.
Detailed Description
After processing logic in each module, this API is called via the notification box registration API (/api/common/v1/common/sendMessage, /api/common/1/common/sendMessageList).
If a button exists in the notification box information, the notification box button list is registered together.
Information for each notification box can be stored in the reference value.
NotiBoxRegisterRequest
Access Token
Success
No content
Business processing error details
POST /api/member/v1/notibox/notiInfo?notiBoxRegisterRequest=text HTTP/1.1
Host: api-member.x2bee.com/
Content-Type: application/json
Accept: */*
No content
NotiBoxModifyRequest
UserDetail
Access Token
Success
No content
Business processing error details
PUT /api/member/v1/notibox/notiInfo?notiBoxModifyRequest=text&userDetail=text HTTP/1.1
Host: api-member.x2bee.com/
Content-Type: application/json
Accept: */*
No content
Last updated