CompanyClient: {
    getPlatformCompanyState: (
        options: { businessRegistrationNumber: string },
    ) => Promise<GetPlatformCompanyStatePayload>;
}

Type declaration

  • getPlatformCompanyState: (
        options: { businessRegistrationNumber: string },
    ) => Promise<GetPlatformCompanyStatePayload>

    사업자 조회

    사업자 정보를 조회합니다. 포트원 서비스에 연동 및 등록되지 않은 사업자도 조회 가능합니다.