For the complete documentation index, see llms.txt. This page is also available as Markdown.

Notice FAQ

Increment Notice/FAQ View Count

put

Function Description

  • Increments the view count of a notice or FAQ.


Detailed Description

  • Increments the view count of the selected notice or FAQ.


Code Reference

  • Parameter classification value (paramGubun) : NO: Notice, FAQ: FAQ

Header parameters
AuthorizationanyOptional

Access Token

Body

Notice/FAQ View Count Increment Request DTO

paramGubunstringOptional

Parameter Type Value (NO: Notice, FAQ: FAQ)

Example: FAQ
seqNostringOptional

View Count

Example: 1
Responses
200

Success

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

payloadobject · ReadCntResponseOptional

payload

errorbooleanOptional

is error

put/v1/customerservice/questionReadCntSave
PUT /api/order/v1/customerservice/questionReadCntSave HTTP/1.1
Host: api-order.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 32

{
  "paramGubun": "FAQ",
  "seqNo": "1"
}
{
  "timestamp": "2026-01-01T00:00:00.000Z",
  "code": "text",
  "message": "text",
  "isProcess": true,
  "payload": {},
  "error": true,
  "errors": [
    {
      "field": "text",
      "message": "text"
    }
  ]
}

Retrieve Notice List

get

Function Description

  • Retrieves the list of customer center notices.


Detailed Description

  • Retrieves the list of currently displayed notices.


Revision History

  • Release v2.00_240425: Modified the query due to the addition of the multi-site table column (SITE_NO)

Query parameters
dispMediaCdstringOptional

Display Media Code (DP018)
10: PC, 20: MOBILE, 99: Common

Example: 10
searchTextstringOptional

Title, Content

Example: 고객공지사항
ntcClssCdstringOptional

Notice Classification Code (DP019)
10: General Notice, 20: Event Notice

Example: 10
uprFixYnstringOptional

Pin to Top Check

Example: N
ntcNostringOptional

Notice No.

Example: 1000001
uprFixCntstringOptional

Number of Pinned Posts Shown in List

Example: 5
pagingYnstringOptional

Paging Status

Example: Y
rowsPerPagestringOptional

Display Quantity per Screen

Example: 10
pageIdxstringOptional

Page No.

Example: 1
Header parameters
AuthorizationanyOptional

Access Token

Responses
200

Success

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

get/v1/customerservice/notice
GET /api/order/v1/customerservice/notice HTTP/1.1
Host: api-order.x2bee.com/
Accept: */*
{
  "timestamp": "2026-01-01T00:00:00.000Z",
  "code": "text",
  "message": "text",
  "isProcess": true,
  "payload": {
    "allPageCnt": 1,
    "curPageNo": 1,
    "allCnt": 1,
    "sysBbInfo": [
      {
        "ntcNo": "text",
        "ntcClssNm": "text",
        "ntcClssCd": "text",
        "uprFixYn": "text",
        "title": "text",
        "ntcCont": "text",
        "bbStrDtm": "text",
        "regDt": "text",
        "sortSeq": "text"
      }
    ]
  },
  "error": true,
  "errors": [
    {
      "field": "text",
      "message": "text"
    }
  ]
}

Search Notice Details

get

Function Description

  • Retrieves the notice details.


Detailed Description

  • Retrieves the details of the selected notice.


Revision History

  • Release v2.00_240425: Modified the query due to the addition of the multi-site table column (SITE_NO)

Query parameters
dispMediaCdstringOptional

Display Media Code (DP018)
10: PC, 20: MOBILE, 99: Common

Example: 20
ntcNostringOptional

Notice No.

Example: 1000171
Header parameters
AuthorizationanyOptional

Access Token

Responses
200

Success

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

get/v1/customerservice/noticeDtl
GET /api/order/v1/customerservice/noticeDtl HTTP/1.1
Host: api-order.x2bee.com/
Accept: */*
{
  "timestamp": "2026-01-01T00:00:00.000Z",
  "code": "text",
  "message": "text",
  "isProcess": true,
  "payload": {
    "allPageCnt": 1,
    "curPageNo": 1,
    "sysBbInfo": [
      {
        "ntcNo": "text",
        "ntcClssNm": "text",
        "ntcClssCd": "text",
        "uprFixYn": "text",
        "title": "text",
        "ntcCont": "text",
        "bbStrDtm": "text",
        "regDt": "text",
        "sortSeq": "text"
      }
    ]
  },
  "error": true,
  "errors": [
    {
      "field": "text",
      "message": "text"
    }
  ]
}

Search FAQ

get

Function Description

  • Retrieves the FAQ list and details.


Detailed Description

  • Retrieves the FAQ list and detail information.


Revision History

  • Release v2.00_240425 : Added site number (site_no) for multi-site expansion

Query parameters
dispMediaCdstringOptional

Display Media Code (DP018)
10: PC, 20: MOBILE, 99: Common

Example: 10
faqLgrpCdstringOptional

FAQ Major Category Code (CM014)
20: Order/Delivery, 30: Payment/Refund, 40: Exchange/Return, 60: Coupon/Benefits, 70: Product Inquiry, 80: Site Usage, 90: Other

Example: 20
searchTextstringOptional

Title + Content

Example: 상품문의
pagingYnstringOptional

Paging Status

Example: Y
rowsPerPagestringOptional

Display Quantity per Screen

Example: 10
pageIdxstringOptional

Page No.

Example: 1
Header parameters
AuthorizationanyOptional

Access Token

Responses
200

Success

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

get/v1/customerservice/faqInit
GET /api/order/v1/customerservice/faqInit HTTP/1.1
Host: api-order.x2bee.com/
Accept: */*
{
  "timestamp": "2026-01-01T00:00:00.000Z",
  "code": "text",
  "message": "text",
  "isProcess": true,
  "payload": {
    "allPageCnt": 1,
    "curPageNo": 1,
    "faqInfo": [
      {
        "faqNo": "text",
        "faqLgrpCd": "text",
        "faqLgrpNm": "text",
        "faqMgrpNm": "text",
        "uprFixYn": "text",
        "title": "text",
        "ntcCont": "text",
        "sortSeq": "text"
      }
    ]
  },
  "error": true,
  "errors": [
    {
      "field": "text",
      "message": "text"
    }
  ]
}

Last updated