API Documentation
All API
Service
Merchant Group InquirySync
Version: v1
Version: v1
/api/v1/merchant/player-group/info
Request Headers
Request Parameters
Response Headers
X-KM-Correlation-Id
string
Required
Length : 20
Transaction number for tracking trasncription
- Form : yyMMddHHmiSS-xxxxxxx
- xxxxxxx : 7digit, Hex String
X-KM-Crypto-Key-Id
string
Optional
Length : 32
Data encryption/decryption key ID
- Given ID from creating the service provider's project
- If it is passed as a callback, the first key issued among the keys issued to the service provider is used.
Response Parameters
playerGroupInfoList
array of objects
Required
가맹점 그룹 정보 목록
playerGroupInfoList_item
object
Optional
groupId
string
Required
Length : 15
가맹점 그룹 아이디
groupName
string
Optional
Min : 1 , Max : 256
가맹점 그룹명
groupMappingType
string
Optional
Min : 0 , Max : 15
가맹점 그룹 역할
- GRANT_PLAYER: 허용처 그룹
- BLOCK_PLAYER: 제한처 그룹
numberOfMerchant
number
Required
Min : 0 , Max : 10000
가맹점 그룹 내 가맹점 수
createdBy
string
Required
Min : 1 , Max : 256
생성자 아이디
modifiedBy
string
Optional
Min : 1 , Max : 256
수정자 아이디
createdDateTime
string
Required
Length : 14
생성일시
- format: yyyyMMddHHmmss
updatedDateTime
string
Required
Length : 14
수정일시
- format: yyyyMMddHHmmss
pageResponse
object
Required
페이징 응답 정보
page
number
Required
Min : 0 , Max : 1000
페이징 인덱스
- 기본값 = 0
numberOfElements
number
Required
Min : 0 , Max : 1000
전체 페이지 수
totalPages
number
Required
Min : 0 , Max : 10000
전체 목록 개수
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success.
Description
성공
400
Error code
000_002
Message
Invalid input parameter.
Description
요청 데이터 값이 잘못된 경우
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!