/
RG
rgcq
/
Web
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19h ago · Updated 19h ago
Details
Filter operations
Accounting-Software-Codes
3
Activities
7
Activity-Occurrences
16
Activity-Registrations
1
Addresses
2
Books
7
Capsule
3
Corporate-Organizations
5
Documents
7
Incomplete-Forms
2
Invoices
1
Members
5
Orders
1
Organizations
26
post
/api/organizations/regular
post
/api/organizations/real-estate-broker
post
/api/organizations/corporate
get
/api/organizations/mine
put
/api/organizations/mine
get
/api/organizations/mine/members/{id}
put
/api/organizations/mine/members/{id}
delete
/api/organizations/mine/members/{id}
post
/api/organizations/mine/members
get
/api/organizations/mine/contacts/{id}
put
/api/organizations/mine/contacts/{id}
delete
/api/organizations/mine/contacts/{id}
post
/api/organizations/mine/contacts
put
/api/organizations/merge
get
/api/organizations/{id}
put
/api/organizations/{id}
get
/api/organizations
put
/api/organizations/{organizationId}/members/{memberId}/reset-password
get
/api/organizations/{organizationId}/members/{memberId}
put
/api/organizations/{organizationId}/members/{memberId}
delete
/api/organizations/{organizationId}/members/{memberId}
post
/api/organizations/{organizationId}/members
get
/api/organizations/{organizationId}/contacts/{contactId}
put
/api/organizations/{organizationId}/contacts/{contactId}
delete
/api/organizations/{organizationId}/contacts/{contactId}
post
/api/organizations/{organizationId}/contacts
Participants
1
Plans
2
Stripe
1
Syndicate
1
Syndicates
1
Sys-Admin
12
Users
3
Xero
1
Organizations
get
/api/organizations/{id}
Path parameters
id
string
guid
required
Response
Success
GetOrganizationResponse
required
id
string
guid
crmId
integer
name
string
email
string
nullable
phoneNumber
string
nullable
phoneExtension
integer
nullable
apartment
string
nullable
street
string
nullable
city
string
nullable
zipCode
string
nullable
memberNumber
string
enterpriseNumber
string
type
string
chapter
string
referralSource
string
referralSourceDetails
string
nullable
numberOfUnits
integer
nullable
logo
string
nullable
descriptionFr
string
nullable
descriptionEn
string
nullable
website
string
nullable
yearsOfExperience
number
nullable
brokerType
string
nullable
hasContingencyFundCertification
boolean
lastModified
string
activityAreas
string[]
subscription
SubscriptionDto
syndicate
OrganizationDto
members
MemberDto[]
contacts
ContactDto[]
memberInvoices
InvoiceDto[]
Changes