Company REST Endpoints
Company
The company endpoint is used to get company information, most especially supported languages and currencies, using REST API services.
- Add Translations for Host Company or Partner Organization
- Method: postPath:
/rest/v19/companies/{companyLoginName}/translations - Bulk Update Partner Organization and/or Host Company Details
- Method: patchPath:
/rest/v19/companies - Create a Partner Organization Style Sheet
- Method: postPath:
/rest/v19/companies/{companyLoginName}/styleSheets - Create Partner Oraganization
- Method: postPath:
/rest/v19/companies - Delete a Style Sheet for a Partner Organization
- Method: deletePath:
/rest/v19/companies/{companyLoginName}/styleSheets/{name} - Delete a Translation for a Host Company or Partner Organization
- Method: deletePath:
/rest/v19/companies/{companyLoginName}/translations/{languageCode} - Export Details for Multiple Partner Organizations
- Method: postPath:
/rest/v19/companies/actions/bulkExport - Get a Style Sheet for a Partner Organization
- Method: getPath:
/rest/v19/companies/{companyLoginName}/styleSheets/{name} - Get All Style Sheets for a Partner Organization
- Method: getPath:
/rest/v19/companies/{companyLoginName}/styleSheets - Get All Translation Details for Host Company or a Partner Organization
- Method: getPath:
/rest/v19/companies/{companyLoginName}/translations - Get Host Company and All Partner Organizations
- Method: getPath:
/rest/v19/companies - Get Host Company or Partner Organization Details
- Method: getPath:
/rest/v19/companies/{companyLoginName} - Get Specific Translation Details for a Host Company or Partner Organization
- Method: getPath:
/rest/v19/companies/{companyLoginName}/translations/{languageCode} - Import Details for Multiple Partner Oragnizations
- Method: postPath:
/rest/v19/companies/actions/bulkImport - Update a Partner Organization Style Sheet
- Method: putPath:
/rest/v19/companies/{companyLoginName}/styleSheets/{name} - Update All Host Company or Partner Organization Details
- Method: putPath:
/rest/v19/companies/{companyLoginName} - Update Host Company or Partner Organization Translations
- Method: patchPath:
/rest/v19/companies/{companyLoginName}/translations - Update Specific Host Company or Partner Organization Details
- Method: patchPath:
/rest/v19/companies/{companyLoginName}