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

협력사 공통 팝업

협력사 목록 조회

get

기능설명

  • 협력사 목록 조회 API 입니다.


상세설명

  • 협력사 정보 목록을 조회합니다.

    • 협력사 번호 내림차순으로 정렬합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
entrGbCdstringRequired

협력사구분코드(VD001)

trdStatCdstringRequired

거래상태코드(VD003)

entrNostringRequired

협력사번호

entrNmstringRequired

협력사명

trdTypCdstringOptional

거래형태코드(VD002)

Responses
200

협력사 목록 조회 성공

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

get/v1/popup/enteranceMgmt/getEtEntrBaseList
GET /api/bo/v1/popup/enteranceMgmt/getEtEntrBaseList?entrGbCd=text&trdStatCd=text&entrNo=text&entrNm=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "timestamp": "2026-01-01T00:00:00.000Z",
  "code": "text",
  "message": "text",
  "isProcess": true,
  "payload": {
    "totalCount": 1,
    "payloads": [
      {
        "entrNo": "text",
        "entrNm": "text",
        "entrGbCd": "text",
        "latt": 1,
        "lngt": 1,
        "trdTypCd": "text",
        "buyTypCdNm": "text",
        "trdStatCd": "text",
        "lgcEntrNo": "text",
        "rpstmnNm": "text",
        "bmanNo": "text",
        "bmanKindNm": "text",
        "corpnNo": "text",
        "btyp": "text",
        "bkind": "text",
        "contStrtDy": "2026-01-01",
        "contEndDy": "2026-01-01",
        "aempNm": "text",
        "aempTelRgnNo": "text",
        "aempTelTxnoNo": "text",
        "aempTelEndNo": "text",
        "aempCellSctNo": "text",
        "aempCellTxnoNo": "text",
        "aempCellEndNo": "text",
        "faxRgnNo": "text",
        "faxTxnoNo": "text",
        "faxEndNo": "text",
        "bmanKindCd": "text",
        "zipNoSeq": 1,
        "zipNo": "text",
        "zipAddr": "text",
        "dtlAddr": "text",
        "rmkCont": "text",
        "mrgnRateGbCd": "text",
        "mrgnRate1": 1,
        "mrgnRate2": 1,
        "singleMrgnRate": 1,
        "intervalMrgnRate1": 1,
        "intervalMrgnRate2": 1,
        "ecpnUseYn": "text",
        "ecpnLinkGbCd": "text",
        "ecpnLinkGbNm": "text",
        "entrGbNm": "text",
        "trdStatNm": "text",
        "itmSaleStatCd": 40,
        "saleStatChgCausCd": 43,
        "rtGrpNo": "text",
        "endPage": true,
        "totalCount": 1
      }
    ]
  },
  "error": true,
  "errors": [
    {
      "field": "text",
      "message": "text"
    }
  ]
}

마지막 업데이트