> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Business Site Transfer V1 # Type: Business Site Transfer Object # Link: https://dev.wix.com/docs/api-reference/account-level/b2b-site-management/business-site-transfer-v1/business-site-transfer-object.md ## Description: The B2B Site Transfer object contains information about a site transfer. ## Schema: ```json Type: Business Site Transfer Object | type: SiteTransfer Description: The B2B Site Transfer object contains information about a site transfer. - name: siteId | type: string | description: ID of the site. See the [Sites API](https://dev.wix.com/api/rest/account-level-apis/sites/query-sites) for more details. - name: sourceAccountId | type: string | description: ID of the source account. Contact the [Wix B2B sales team](mailto:bizdev@wix.com) for more information about supported source accounts. - name: enableNotifications | type: boolean | description: Whether the site owner receives an email notification from Wix about the successful site transfer. Site owners don't receive email notifications about failed transfers. Default: `false`. ```