Partner Client
class PartnerClient
Functions
Link copied to clipboard
파트너 복원
Link copied to clipboard
suspend fun createPlatformPartner(id: String? = null, name: String, contact: CreatePlatformPartnerBodyContact, account: CreatePlatformPartnerBodyAccount, defaultContractId: String, memo: String? = null, tags: List<String>, type: CreatePlatformPartnerBodyType, userDefinedProperties: PlatformProperties? = null): CreatePlatformPartnerResponse
파트너 생성
Link copied to clipboard
suspend fun createPlatformPartners(partners: List<CreatePlatformPartnerBody>): CreatePlatformPartnersResponse
파트너 다건 생성
Link copied to clipboard
파트너 조회
Link copied to clipboard
suspend fun getPlatformPartners(page: PageInput? = null, filter: PlatformPartnerFilterInput? = null): GetPlatformPartnersResponse
파트너 다건 조회
Link copied to clipboard
파트너 복원
Link copied to clipboard
suspend fun updatePlatformPartner(id: String, name: String? = null, contact: UpdatePlatformPartnerBodyContact? = null, account: UpdatePlatformPartnerBodyAccount? = null, defaultContractId: String? = null, memo: String? = null, tags: List<String>? = null, type: UpdatePlatformPartnerBodyType? = null, userDefinedProperties: PlatformProperties? = null): UpdatePlatformPartnerResponse
파트너 수정