하위 사업장 조회
Last updated
Last updated
POST /read/merchant HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 42
{
"apiKey": "TEST-API-KEY-PAYMENT-INTERNAL"
}{
"code": "0000",
"message": "성공하였습니다.",
"data": [
{
"memberId": "text",
"merchantId": "text",
"companyName": "text",
"branchName": "text",
"ceoName": "text",
"email": "text",
"businessNumber": "text"
}
]
}