• API Overview
  • Getting Started
  • API Authorization
  • API Resources
  • Help
Sections
  • Account
  • AccountingPackage
  • Adjustment
  • AdjustmentType
  • AffCodeType
  • Affiliation
  • ApiTest
  • Arb
  • ArticleType
  • Auth
  • AuthTest
  • AutoRevCalc
  • BannerAd
  • Batch
  • Benefit
  • BenefitType
  • Bigcommerce
  • Billing
  • BoardEffect
  • CardConnect
  • CardOnFile
  • CcGateway
  • CertificationActivity
  • CertificationActivitySource
  • CertificationType
  • CivicData
  • ClassType
  • ClickLog
  • Cloudflare
  • Committee
  • CommitteeMeeting
  • CommitteeMeetingAttendee
  • CommitteeMember
  • CommitteeType
  • CommunicationQueue
  • Communicator
  • Config
  • ConfigSetting
  • Contact
  • ContactType
  • Coupon
  • CQRollCall
  • CreditType
  • Dashboard
  • Data
  • DataQuery
  • Dert
  • DropMember
  • Email
  • Entity
  • Environment
  • EPayment
  • Event
  • EventItemCustomField
  • EventPaymentMethod
  • EventSubmission
  • EventType
  • ExceptionLogger
  • ExternalSystemMap
  • Feature
  • FeatureToggle
  • FileSystem
  • Form
  • FormElement
  • FormElementType
  • FormTemplate
  • FormV2
  • FormV2Response
  • GlobalSettings
  • Guid
  • HealthCheck
  • Image
  • Informz
  • Invoice
  • InvoiceImport
  • JoinForm
  • License
  • Listing
  • Log
  • MailChimp
  • MemberActivity
  • Membership
  • MembershipLevel
  • MembershipLevelProcessingManager
  • MemberSource
  • MessageDraft
  • NewMember
  • NewsArticle
  • Notification
  • OptionalRevenueItem
  • PaymentSource
  • PaymentType
  • PaymenType
  • PlatformAuth
  • ProductLicense
  • Profile
  • ProfileAccessGuid
  • ProfileAdvancedSearch
  • ProfileCertificationType
  • ProfileChange
  • ProfileCustomField
  • ProfileImport
  • ProfileMerge
  • ProfileNotification
  • ProfilePermission
  • ProfilePortal
  • ProfileReferral
  • ProfileRelation
  • ProfileRestore
  • ProfileSearchAction
  • ProfileStatus
  • ProfileType
  • ProfileUpdateHT
  • ProfileUpdateHtV2
  • ProfileWidget
  • Project
  • ProjectTemplate
  • ProjectType
  • PromoCode
  • PublicForm
  • QuickBooksOnline
  • Receipt
  • Referral
  • Registration
  • RegistrationImport
  • RelationType
  • Report
  • Revenue
  • RevenueItem
  • Runtime
  • SalesOpportunity
  • SalesOpportunityLostReason
  • SalesOpportunityProbability
  • SalesOpportunitySource
  • Security
  • SecurityIdentityServer
  • Session
  • Settings
  • Task
  • TaskScheduler
  • TaskType
  • Tax
  • Template
  • Test
  • TestDataContext
  • Token
  • Transaction
  • UnappliedPayment
  • UrlShortener
  • User
  • UserAuth
  • UserRole
  • VerticalHba
  • VerticalNaa
  • VoterVoice
  • WebContent
  • WebContentType
  • Weebly
  • Wlc
  1. Home
  2. API Resources
  3. ProfileUpdateHT

API Resources

ProfileUpdateHT

Profile change requests by other profiles Going to need to add premission checking once it's figured out by Product Owner and Client

APIDescription
GET ProfileUpdateHTs

Search

POST ProfileUpdateHTs

Create

GET ProfileUpdateHT/{id}

Get

PUT ProfileUpdateHT/{id}

Update

DELETE ProfileUpdateHT/{id}

Delete

GET profileUpdateHTs/profile/{profileId}

Get Profile

POST ProfileUpdateHTs/profiles

Save Profile Changes to added profiles (profileId is zero, so can't check permission access)

GET ProfileUpdateHT/{id}/profile

get editable profile off the given profileupdateht id's record. if approved or rejected, then returns null. This really is only needed for geting the profile of added relations. the ProfileUpdateHTs/profile/{profileId:INT} is better for existing profiles. has to check permission manually as identifiers are on the profileUpdateHt record.

POST ProfileUpdateHTs/profile/{profileId}

Save Profile Changes and updates the profileUpdateHt accourdingly

GET ProfileUpdateHTs/profile/{profileId}/Listings

Get listings for given profile id. Authenticated User must have permission to the profile

GET ProfileUpdateHTs/Listings/Categories

Get a list of all listing categories

GET ProfileUpdateHTs/Listings/SubCategories

Get a list of all listing sub categories

GET ProfileUpdateHTs/Listings/{categoryId}/SubCategories

Get a list of listing sub categories for a given listing category id

GET ProfileUpdateHTs/profile/{profileId}/EditableProfileRelations

Get all or search for profile primary relations related to the given profileid

GET ProfileUpdateHTs/profile/{profileId}/NewRelatedEditableProfile

gets pending profile add requests related to the given profileid (for editing)

GET ProfileUpdateHTs/ProfileRelation/{id}

Get a profile relation