클라이언트 생성 요청 데이터
새로운 클라이언트를 생성할 때 사용되는 요청 데이터입니다.
const request: CreateClientRequest = { externalId: "my-service-v1", name: "My Service Client"}; Copy
const request: CreateClientRequest = { externalId: "my-service-v1", name: "My Service Client"};
연동 ID (최대 40자)
클라이언트 이름 (최대 40자)
클라이언트 생성 요청 데이터
새로운 클라이언트를 생성할 때 사용되는 요청 데이터입니다.
Example